Class GoogleChromeManagementV1ChromeAppPermission
Permission requested by a Chrome app or extension.
Implements
Inherited Members
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 |