Struct google_binaryauthorization1_beta1::Attestor[][src]

pub struct Attestor {
    pub update_time: Option<String>,
    pub name: Option<String>,
    pub user_owned_drydock_note: Option<UserOwnedDrydockNote>,
    pub description: Option<String>,
}

An attestor that attests to container image artifacts. An existing attestor cannot be modified except where indicated.

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

Output only. Time when the attestor was last updated.

Required. The resource name, in the format: projects/*/attestors/*. This field may not be updated.

A Drydock ATTESTATION_AUTHORITY Note, created by the user.

Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.

Trait Implementations

impl Default for Attestor
[src]

Returns the "default value" for a type. Read more

impl Clone for Attestor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Attestor
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Attestor
[src]

impl ResponseResult for Attestor
[src]

Auto Trait Implementations

impl Send for Attestor

impl Sync for Attestor