public sealed class ComplianceNote : IMessage<ComplianceNote>, IEquatable<ComplianceNote>, IDeepCloneable<ComplianceNote>, IBufferMessage, IMessage
Implements
IMessage ComplianceNote , IEquatable ComplianceNote , IDeepCloneable ComplianceNote , IBufferMessage , IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
ComplianceNote()
public ComplianceNote()
ComplianceNote(ComplianceNote)
public ComplianceNote(ComplianceNote other)
Properties
CisBenchmark
public ComplianceNote.Types.CisBenchmark CisBenchmark { get; set; }
ComplianceTypeCase
public ComplianceNote.ComplianceTypeOneofCase ComplianceTypeCase { get; }
Description
public string Description { get; set; }
A description about this compliance check.
HasImpact
public bool HasImpact { get; }
Gets whether the "impact" field is set
Impact
public string Impact { get; set; }
PotentialImpactCase
public ComplianceNote.PotentialImpactOneofCase PotentialImpactCase { get; }
Rationale
public string Rationale { get; set; }
A rationale for the existence of this compliance check.
Remediation
public string Remediation { get; set; }
A description of remediation steps if the compliance check fails.
ScanInstructions
public ByteString ScanInstructions { get; set; }
Serialized scan instructions with a predefined format.
Title
public string Title { get; set; }
The title that identifies this compliance check.
Version
public RepeatedField<ComplianceVersion> Version { get; }
The OS and config versions the benchmark applies to.