GoogleApi.BinaryAuthorization.V1.Model.AttestationSource (google_api_binary_authorization v0.18.0)
View SourceSpecifies 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 formatprojects/[PROJECT_ID]
. Maximum number ofcontainer_analysis_attestation_projects
allowed in eachAttestationSource
is 10.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.AttestationSource{ containerAnalysisAttestationProjects: [String.t()] | nil }