Class ComplianceVersion
Describes the CIS benchmark version that is applicable to a given OS and os version.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.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 |