Class ComplianceNote
Inheritance
ComplianceNote
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class ComplianceNote : IDirectResponseSchema
Properties
CisBenchmark
Declaration
[JsonProperty("cisBenchmark")]
public virtual CisBenchmark CisBenchmark { get; set; }
Property Value
Description
A description about this compliance check.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Impact
Declaration
[JsonProperty("impact")]
public virtual string Impact { get; set; }
Property Value
Rationale
A rationale for the existence of this compliance check.
Declaration
[JsonProperty("rationale")]
public virtual string Rationale { get; set; }
Property Value
A description of remediation steps if the compliance check fails.
Declaration
[JsonProperty("remediation")]
public virtual string Remediation { get; set; }
Property Value
ScanInstructions
Serialized scan instructions with a predefined format.
Declaration
[JsonProperty("scanInstructions")]
public virtual string ScanInstructions { get; set; }
Property Value
Title
The title that identifies this compliance check.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Version
The OS and config versions the benchmark applies to.
Declaration
[JsonProperty("version")]
public virtual IList<ComplianceVersion> Version { get; set; }
Property Value
Implements