View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.DSSEHint (google_api_container_analysis v0.28.0)

This submessage provides human-readable hints about the purpose of the authority. Because the name of a note acts as its resource reference, it is important to disambiguate the canonical name of the Note (which might be a UUID for security purposes) from "readable" names more suitable for debug output. Note that these hints should not be used to look up authorities in security sensitive contexts, such as when looking up attestations to verify.

Attributes

  • humanReadableName (type: String.t, default: nil) - Required. The human readable name of this attestation authority, for example "cloudbuild-prod".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.DSSEHint{
  humanReadableName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.