Class ComplianceOccurrence
An indication that the compliance checks in the associated ComplianceNote were not satisfied for particular resources or a specified reason.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class ComplianceOccurrence : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NonComplianceReason
The reason for non compliance of these files.
Declaration
[JsonProperty("nonComplianceReason")]
public virtual string NonComplianceReason { get; set; }
Property Value
Type | Description |
---|---|
string |
NonCompliantFiles
A list of files which are violating compliance checks.
Declaration
[JsonProperty("nonCompliantFiles")]
public virtual IList<NonCompliantFile> NonCompliantFiles { get; set; }
Property Value
Type | Description |
---|---|
IList<NonCompliantFile> |
Version
The OS and config version the benchmark was run on.
Declaration
[JsonProperty("version")]
public virtual ComplianceVersion Version { get; set; }
Property Value
Type | Description |
---|---|
ComplianceVersion |