Struct google_binaryauthorization1::api::ValidateAttestationOccurrenceRequest[][src]

pub struct ValidateAttestationOccurrenceRequest {
    pub attestation: Option<AttestationOccurrence>,
    pub occurrence_note: Option<String>,
    pub occurrence_resource_uri: Option<String>,
}

Request message for ValidationHelperV1.ValidateAttestationOccurrence.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

attestation: Option<AttestationOccurrence>

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.

occurrence_note: Option<String>

Required. The resource name of the Note to which the containing Occurrence is associated.

occurrence_resource_uri: Option<String>

Required. The URI of the artifact (e.g. container image) that is the subject of the containing Occurrence.

Trait Implementations

impl Clone for ValidateAttestationOccurrenceRequest[src]

impl Debug for ValidateAttestationOccurrenceRequest[src]

impl Default for ValidateAttestationOccurrenceRequest[src]

impl<'de> Deserialize<'de> for ValidateAttestationOccurrenceRequest[src]

impl RequestValue for ValidateAttestationOccurrenceRequest[src]

impl Serialize for ValidateAttestationOccurrenceRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.