Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaAuditUserLink

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

Inheritance
object
GoogleAnalyticsAdminV1alphaAuditUserLink
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaAuditUserLink : IDirectResponseSchema

Properties

DirectRoles

Roles directly assigned to this user for this entity. Format: predefinedRoles/viewer Excludes roles that are inherited from an account (if this is for a property), group, or organization admin role.

Declaration
[JsonProperty("directRoles")]
public virtual IList<string> DirectRoles { get; set; }
Property Value
Type Description
IList<string>

EffectiveRoles

Union of all permissions a user has at this account or property (includes direct permissions, group-inherited permissions, etc.). Format: predefinedRoles/viewer

Declaration
[JsonProperty("effectiveRoles")]
public virtual IList<string> EffectiveRoles { get; set; }
Property Value
Type Description
IList<string>

EmailAddress

Email address of the linked user

Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Example format: properties/1234/userLinks/5678

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX