Class GoogleChromeManagementV1RiskAssessment
Risk assessment for a Chrome extension.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1RiskAssessment : IDirectResponseSchema
Properties
Assessment
Risk assessment for the extension. Currently, this is a numerical value, and its interpretation is specific to each risk assessment provider.
Declaration
[JsonProperty("assessment")]
public virtual string Assessment { get; set; }
Property Value
Type | Description |
---|---|
string |
DetailsUrl
A URL that a user can navigate to for more information about the risk assessment.
Declaration
[JsonProperty("detailsUrl")]
public virtual string DetailsUrl { 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 |
Version
The version of the extension that this assessment applies to.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |