View Source GoogleApi.ContainerAnalysis.V1beta1.Model.Authority (google_api_container_analysis v0.28.0)

Note kind that represents a logical attestation "role" or "authority". For example, an organization might have one Authority for "QA" and one for "build". This note is intended to act strictly as a grouping mechanism for the attached occurrences (Attestations). This grouping mechanism also provides a security boundary, since IAM ACLs gate the ability for a principle to attach an occurrence to a given note. It also provides a single point of lookup to find all attached attestation occurrences, even if they don't all live in the same project.

Attributes

  • hint (type: GoogleApi.ContainerAnalysis.V1beta1.Model.Hint.t, default: nil) - Hint hints at the purpose of the attestation authority.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.Authority{
  hint: GoogleApi.ContainerAnalysis.V1beta1.Model.Hint.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.