Show / Hide Table of Contents

Class ComplianceOccurrence

An indication that the compliance checks in the associated ComplianceNote were not satisfied for particular resources or a specified reason.

Inheritance
object
ComplianceOccurrence
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX