public sealed class ValidateAttestationOccurrenceResponse : IMessage<ValidateAttestationOccurrenceResponse>, IEquatable<ValidateAttestationOccurrenceResponse>, IDeepCloneable<ValidateAttestationOccurrenceResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Binary Authorization v1 API class ValidateAttestationOccurrenceResponse.
Response message for
[ValidationHelperV1.ValidateAttestationOccurrence][google.cloud.binaryauthorization.v1.ValidationHelperV1.ValidateAttestationOccurrence].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `ValidateAttestationOccurrenceResponse` class is part of the Google Cloud Binary Authorization v1 API, designed to handle responses for attestation validation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffer management."],["The `ValidateAttestationOccurrenceResponse` class has two constructors: a default constructor and a copy constructor that takes another `ValidateAttestationOccurrenceResponse` object."],["Key properties include `DenialReason`, which provides the reason for a failed attestation validation, and `Result`, which indicates the outcome of the validation process."],["The documentation provided includes various versions of the api, with version 2.5.0 being the latest."]]],[]]