Class GoogleChromeManagementV1RiskAssessmentEntry
One risk assessment entry.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1RiskAssessmentEntry : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Provider
The risk assessment provider from which this entry comes from.
Declaration
[JsonProperty("provider")]
public virtual string Provider { get; set; }
Property Value
Type | Description |
---|---|
string |
RiskAssessment
The details of the provider's risk assessment.
Declaration
[JsonProperty("riskAssessment")]
public virtual GoogleChromeManagementV1RiskAssessment RiskAssessment { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromeManagementV1RiskAssessment |
RiskLevel
The bucketed risk level for the risk assessment.
Declaration
[JsonProperty("riskLevel")]
public virtual string RiskLevel { get; set; }
Property Value
Type | Description |
---|---|
string |