Show / Hide Table of Contents

Class ComplianceNote

Inheritance
object
ComplianceNote
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 ComplianceNote : IDirectResponseSchema

Properties

CisBenchmark

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

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX