GoogleApi.BinaryAuthorization.V1.Model.ValidateAttestationOccurrenceRequest (google_api_binary_authorization v0.18.0)
View SourceRequest 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 theAttestor
. It does not have to be an existing entity in Container Analysis. It must otherwise be a validAttestationOccurrence
. -
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.ValidateAttestationOccurrenceRequest{ attestation: GoogleApi.BinaryAuthorization.V1.Model.AttestationOccurrence.t() | nil, occurrenceNote: String.t() | nil, occurrenceResourceUri: String.t() | nil }