GoogleApi.BinaryAuthorization.V1.Model.ValidateAttestationOccurrenceResponse (google_api_binary_authorization v0.18.0)

View Source

Response message for ValidationHelperV1.ValidateAttestationOccurrence.

Attributes

  • denialReason (type: String.t, default: nil) - The reason for denial if the Attestation couldn't be validated.
  • result (type: String.t, default: nil) - The result of the Attestation validation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.BinaryAuthorization.V1.Model.ValidateAttestationOccurrenceResponse{
    denialReason: String.t() | nil,
    result: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.