public sealed class ComplianceOccurrence : IMessage<ComplianceOccurrence>, IEquatable<ComplianceOccurrence>, IDeepCloneable<ComplianceOccurrence>, IBufferMessage, IMessage
Reference 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `ComplianceOccurrence` class in the Grafeas v1 API indicates when compliance checks have failed for specific resources or for a given reason."],["It is part of the `Grafeas.V1` namespace, and the current document is referencing version 3.1.0."],["The class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties for `NonComplianceReason` (a string) and `NonCompliantFiles` (a list of `NonCompliantFile`)."],["The document provides links to documentation for versions ranging from 2.2.0 up to 3.7.0, with 3.7.0 being the most recent version."]]],[]]