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."],[[["This document provides reference documentation for the `ValidateAttestationOccurrenceResponse` class within the Google Cloud Binary Authorization v1 API, specifically version 2.4.0."],["`ValidateAttestationOccurrenceResponse` is a response message used in the `ValidationHelperV1.ValidateAttestationOccurrence` method, designed to provide the results of attestation validation."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the `ValidateAttestationOccurrenceResponse` include `DenialReason`, which explains why an attestation failed validation, and `Result`, indicating the outcome of the validation process."],["The documentation features details about the available constructors, including a default constructor and one that takes another `ValidateAttestationOccurrenceResponse` as a parameter, as well as links to the API documentation for all versions ranging from 1.0.0 to the latest 2.5.0."]]],[]]