public sealed class ComplianceOccurrence : IMessage<ComplianceOccurrence>, IEquatable<ComplianceOccurrence>, IDeepCloneable<ComplianceOccurrence>, IBufferMessage, IMessage
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 indicates when compliance checks associated with a `ComplianceNote` are not met for specific resources or due to a stated reason."],["This class is part of the `Grafeas.V1` namespace and is found within the `Grafeas.V1.dll` assembly, with the latest available version at 3.7.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffered message handling."],["`ComplianceOccurrence` has properties such as `NonComplianceReason`, a string property, and `NonCompliantFiles`, a repeated field of `NonCompliantFile`, that explain details about non-compliance issues."],["The class inherits from `Object` and has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, which are basic functionalities associated with the object class."]]],[]]