Show / Hide Table of Contents

Class GoogleChromeManagementV1RiskAssessment

Risk assessment for a Chrome extension.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX