Show / Hide Table of Contents

Class Webproperty.PermissionsData

Permissions the user has for this web property.

Inheritance
object
Webproperty.PermissionsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class Webproperty.PermissionsData

Properties

Effective

All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.

Declaration
[JsonProperty("effective")]
public virtual IList<string> Effective { get; set; }
Property Value
Type Description
IList<string>
In this article
Back to top Generated by DocFX