Class AttestationSource
Specifies the locations for fetching the provenance attestations.
Implements
Inherited Members
Namespace: Google.Apis.BinaryAuthorization.v1.Data
Assembly: Google.Apis.BinaryAuthorization.v1.dll
Syntax
public class AttestationSource : IDirectResponseSchema
Properties
ContainerAnalysisAttestationProjects
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.
Declaration
[JsonProperty("containerAnalysisAttestationProjects")]
public virtual IList<string> ContainerAnalysisAttestationProjects { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |