Struct google_clouduseraccountsvm_beta::AuthorizedKeysView[][src]

pub struct AuthorizedKeysView {
    pub keys: Option<Vec<String>>,
    pub sudoer: Option<bool>,
}

A list of authorized public keys for a user account.

This type is not used in any activity, and only used as part of another schema.

Fields

[Output Only] The list of authorized public keys in SSH format.

[Output Only] Whether the user has the ability to elevate on the instance that requested the authorized keys.

Trait Implementations

impl Default for AuthorizedKeysView
[src]

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

impl Clone for AuthorizedKeysView
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AuthorizedKeysView
[src]

Formats the value using the given formatter. Read more

impl Part for AuthorizedKeysView
[src]

Auto Trait Implementations