Google Analytics Admin V1alpha Client - Class MaximumUserAccess (0.22.3)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class MaximumUserAccess.

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

Protobuf type google.analytics.admin.v1alpha.MaximumUserAccess

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MAXIMUM_USER_ACCESS_UNSPECIFIED

Value: 0

Unspecified maximum user access.

Generated from protobuf enum MAXIMUM_USER_ACCESS_UNSPECIFIED = 0;

NO_ACCESS

Value: 1

Firebase users have no access to the Analytics property.

Generated from protobuf enum NO_ACCESS = 1;

READ_AND_ANALYZE

Value: 2

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

Generated from protobuf enum READ_AND_ANALYZE = 2;

Value: 3

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

Generated from protobuf enum EDITOR_WITHOUT_LINK_MANAGEMENT = 3;

Value: 4

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

Generated from protobuf enum EDITOR_INCLUDING_LINK_MANAGEMENT = 4;