Class GoogleChromeManagementVersionsV1ReportingDataExtensionData
Information of an extension installed on a Chrome browser profile.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement .v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1ReportingDataExtensionData : IDirectResponseSchema
Properties
Description
Output only. Description of the extension.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
ExtensionId
Output only. ID of the extension.
Declaration
[JsonProperty("extensionId")]
public virtual string ExtensionId { get; set; }
Property Value
Type | Description |
---|---|
string |
ExtensionType
Output only. Type of the extension.
Declaration
[JsonProperty("extensionType")]
public virtual string ExtensionType { get; set; }
Property Value
Type | Description |
---|---|
string |
HomepageUri
Output only. The URL of the homepage of the extension.
Declaration
[JsonProperty("homepageUri")]
public virtual string HomepageUri { get; set; }
Property Value
Type | Description |
---|---|
string |
InstallationType
Output only. Installation type of the extension.
Declaration
[JsonProperty("installationType")]
public virtual string InstallationType { get; set; }
Property Value
Type | Description |
---|---|
string |
IsDisabled
Output only. Represents whether the user disabled the extension.
Declaration
[JsonProperty("isDisabled")]
public virtual bool? IsDisabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsWebstoreExtension
Output only. Represents whether the extension is from the webstore.
Declaration
[JsonProperty("isWebstoreExtension")]
public virtual bool? IsWebstoreExtension { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ManifestVersion
Output only. Manifest version of the extension.
Declaration
[JsonProperty("manifestVersion")]
public virtual int? ManifestVersion { get; set; }
Property Value
Type | Description |
---|---|
int? |
Name
Output only. Name of the extension.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Permissions
Output only. Permissions requested by the extension.
Declaration
[JsonProperty("permissions")]
public virtual IList<string> Permissions { get; set; }
Property Value
Version
Output only. Version of the extension.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |