Show / Hide Table of Contents

Class GoogleChromeManagementV1RiskAssessmentEntry

One risk assessment entry.

Inheritance
object
GoogleChromeManagementV1RiskAssessmentEntry
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX