GoogleAnalyticsAdminV1alphaAuditUserLink class

Read-only resource used to summarize a principal's effective roles.

Constructors

GoogleAnalyticsAdminV1alphaAuditUserLink.fromJson(Map _json)

Properties

directRoles List<String>?
Roles directly assigned to this user for this entity.
getter/setter pair
effectiveRoles List<String>?
Union of all permissions a user has at this account or property (includes direct permissions, group-inherited permissions, etc.).
getter/setter pair
emailAddress String?
Email address of the linked user
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Example format: properties/1234/userLinks/5678
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited