GoogleApi.BinaryAuthorization.V1.Model.ValidateAttestationOccurrenceRequest (google_api_binary_authorization v0.11.0) View Source
Request message for ValidationHelperV1.ValidateAttestationOccurrence.
Attributes
-
attestation
(type:GoogleApi.BinaryAuthorization.V1.Model.AttestationOccurrence.t
, default:nil
) - Required. An AttestationOccurrence to be checked that it can be verified by the Attestor. It does not have to be an existing entity in Container Analysis. It must otherwise be a valid AttestationOccurrence. -
occurrenceNote
(type:String.t
, default:nil
) - Required. The resource name of the Note to which the containing Occurrence is associated. -
occurrenceResourceUri
(type:String.t
, default:nil
) - Required. The URI of the artifact (e.g. container image) that is the subject of the containing Occurrence.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BinaryAuthorization.V1.Model.ValidateAttestationOccurrenceRequest{ attestation: GoogleApi.BinaryAuthorization.V1.Model.AttestationOccurrence.t(), occurrenceNote: String.t(), occurrenceResourceUri: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.