Grafeas v1 API - Class ComplianceOccurrence (3.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
IMessage ComplianceOccurrence, IEquatable ComplianceOccurrence, IDeepCloneable ComplianceOccurrence, 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 |
RepeatedField NonCompliantFile |
|
Version
public ComplianceVersion Version { get; set; }The OS and config version the benchmark was run on.
| Property Value | |
|---|---|
| Type | Description |
ComplianceVersion |
|