Show / Hide Table of Contents

Class ComplianceVersion

Describes the CIS benchmark version that is applicable to a given OS and os version.

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

Properties

BenchmarkDocument

The name of the document that defines this benchmark, e.g. "CIS Container-Optimized OS".

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

CpeUri

The CPE URI (https://cpe.mitre.org/specification/) this benchmark is applicable to.

Declaration
[JsonProperty("cpeUri")]
public virtual string CpeUri { 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 benchmark. This is set to the version of the OS-specific CIS document the benchmark is defined in.

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