Class Account.PermissionsData
Permissions the user has for this account.
Inherited Members
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class Account.PermissionsData
Properties
Effective
All the permissions that the user has for this account. These include any implied permissions (e.g., EDIT implies VIEW).
Declaration
[JsonProperty("effective")]
public virtual IList<string> Effective { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |