public sealed class ComplianceOccurrence : IMessage<ComplianceOccurrence>, IEquatable<ComplianceOccurrence>, IDeepCloneable<ComplianceOccurrence>, IBufferMessage, IMessageReference documentation and code samples for the Grafeas v1 API class ComplianceOccurrence.
An indication that the compliance checks in the associated ComplianceNote were not satisfied for particular resources or a specified reason.
Implements
IMessageComplianceOccurrence, IEquatableComplianceOccurrence, IDeepCloneableComplianceOccurrence, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
ComplianceOccurrence()
public ComplianceOccurrence()ComplianceOccurrence(ComplianceOccurrence)
public ComplianceOccurrence(ComplianceOccurrence other)| Parameter | |
|---|---|
| Name | Description |
other |
ComplianceOccurrence |
Properties
NonComplianceReason
public string NonComplianceReason { get; set; }| Property Value | |
|---|---|
| Type | Description |
string |
|
NonCompliantFiles
public RepeatedField<NonCompliantFile> NonCompliantFiles { get; }| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNonCompliantFile |
|
Version
public ComplianceVersion Version { get; set; }The OS and config version the benchmark was run on.
| Property Value | |
|---|---|
| Type | Description |
ComplianceVersion |
|