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

View Source

Specifies the locations for fetching the provenance attestations.

Attributes

  • containerAnalysisAttestationProjects (type: list(String.t), default: nil) - The IDs of the Google Cloud projects that store the SLSA attestations as Container Analysis Occurrences, in the format projects/[PROJECT_ID]. Maximum number of container_analysis_attestation_projects allowed in each AttestationSource is 10.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.AttestationSource{
  containerAnalysisAttestationProjects: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.