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"]],[["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-03-21 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."]]],[]]