Google Analytics Admin V1alpha Client - Class MaximumUserAccess (0.13.0)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;