Show / Hide Table of Contents

Class CommonCriteriaModeInfo

Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device's policy.

Inheritance
object
CommonCriteriaModeInfo
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.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class CommonCriteriaModeInfo : IDirectResponseSchema

Properties

CommonCriteriaModeStatus

Whether Common Criteria Mode is enabled.

Declaration
[JsonProperty("commonCriteriaModeStatus")]
public virtual string CommonCriteriaModeStatus { 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

PolicySignatureVerificationStatus

Output only. The status of policy signature verification.

Declaration
[JsonProperty("policySignatureVerificationStatus")]
public virtual string PolicySignatureVerificationStatus { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX