Show / Hide Table of Contents

Class GoogleChromeManagementV1ChromeAppPermission

Permission requested by a Chrome app or extension.

Inheritance
object
GoogleChromeManagementV1ChromeAppPermission
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.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1ChromeAppPermission : IDirectResponseSchema

Properties

AccessUserData

Output only. If available, whether this permissions grants the app/extension access to user data.

Declaration
[JsonProperty("accessUserData")]
public virtual bool? AccessUserData { get; set; }
Property Value
Type Description
bool?

DocumentationUri

Output only. If available, a URI to a page that has documentation for the current permission.

Declaration
[JsonProperty("documentationUri")]
public virtual string DocumentationUri { 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

Type

Output only. The type of the permission.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX