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 represents an instance where compliance checks linked to a `ComplianceNote` were not met for specific resources or due to a particular reason."],["This class, part of the `Grafeas.V1` namespace, is found within the `Grafeas.V1.dll` assembly and inherits from the `Object` class."],["The `ComplianceOccurrence` class implements interfaces such as `IMessage\u003cComplianceOccurrence\u003e`, `IEquatable\u003cComplianceOccurrence\u003e`, `IDeepCloneable\u003cComplianceOccurrence\u003e`, `IBufferMessage`, and `IMessage`, thus enabling various functionalities."],["It provides properties such as `NonComplianceReason` (a string) and `NonCompliantFiles` (a collection of `NonCompliantFile` objects) to describe the specifics of the compliance failure."],["The class has two constructors: a default constructor `ComplianceOccurrence()` and a copy constructor `ComplianceOccurrence(ComplianceOccurrence other)`."]]],[]]