Show / Hide Table of Contents

Enum MaximumUserAccess

Maximum access settings that Firebase user receive on the linked Analytics property.

Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public enum MaximumUserAccess

Fields

Name Description
EditorIncludingLinkManagement

Firebase users have edit access to the Analytics property and may manage the Firebase link.

EditorWithoutLinkManagement

Firebase users have edit access to the Analytics property, but may not manage the Firebase link.

NoAccess

Firebase users have no access to the Analytics property.

ReadAndAnalyze

Firebase users have Read & Analyze access to the Analytics property.

Unspecified

Unspecified maximum user access.

Back to top