analytics  v3
Properties | List of all members
Google.Apis.Analytics.v3.Data.EntityUserLink.PermissionsData Class Reference

Permissions the user has for this entity. More...

Properties

virtual System.Collections.Generic.IList< string > Effective [get, set]
 Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only. More...
 
virtual System.Collections.Generic.IList< string > Local [get, set]
 Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable. More...
 

Detailed Description

Permissions the user has for this entity.

Property Documentation

◆ Effective

virtual System.Collections.Generic.IList<string> Google.Apis.Analytics.v3.Data.EntityUserLink.PermissionsData.Effective
getset

Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.

◆ Local

virtual System.Collections.Generic.IList<string> Google.Apis.Analytics.v3.Data.EntityUserLink.PermissionsData.Local
getset

Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.


The documentation for this class was generated from the following file: