Class ComplianceNote
ComplianceNote encapsulates all information about a specific compliance check.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class ComplianceNote : IDirectResponseSchema
Properties
CisBenchmark
Right now we only have one compliance type, but we may add additional types in the future.
Declaration
[JsonProperty("cisBenchmark")]
public virtual CisBenchmark CisBenchmark { get; set; }
Property Value
Type | Description |
---|---|
CisBenchmark |
Description
A description about this compliance check.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
Impact
Potential impact of the suggested remediation
Declaration
[JsonProperty("impact")]
public virtual string Impact { get; set; }
Property Value
Type | Description |
---|---|
string |
Rationale
A rationale for the existence of this compliance check.
Declaration
[JsonProperty("rationale")]
public virtual string Rationale { get; set; }
Property Value
Type | Description |
---|---|
string |
Remediation
A description of remediation steps if the compliance check fails.
Declaration
[JsonProperty("remediation")]
public virtual string Remediation { get; set; }
Property Value
Type | Description |
---|---|
string |
ScanInstructions
Serialized scan instructions with a predefined format.
Declaration
[JsonProperty("scanInstructions")]
public virtual string ScanInstructions { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
The title that identifies this compliance check.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
The OS and config versions the benchmark applies to.
Declaration
[JsonProperty("version")]
public virtual IList<ComplianceVersion> Version { get; set; }
Property Value
Type | Description |
---|---|
IList<ComplianceVersion> |