Struct google_iam1::CreateServiceAccountKeyRequest [] [src]

pub struct CreateServiceAccountKeyRequest {
    pub private_key_type: Option<String>,
    pub key_algorithm: Option<String>,
}

The service account key create request.

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

The output format of the private key. GOOGLE_CREDENTIALS_FILE is the default output format.

Which type of key and algorithm to use for the key. The default is currently a 4K RSA key. However this may change in the future.

Trait Implementations

impl Debug for CreateServiceAccountKeyRequest
[src]

Formats the value using the given formatter.

impl Clone for CreateServiceAccountKeyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CreateServiceAccountKeyRequest
[src]

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

impl RequestValue for CreateServiceAccountKeyRequest
[src]