GoogleApi.BinaryAuthorization.V1.Model.ValidateAttestationOccurrenceResponse (google_api_binary_authorization v0.13.5) 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.