Struct google_androidenterprise1::ServiceAccountKey [] [src]

pub struct ServiceAccountKey {
    pub public_data: Option<String>,
    pub kind: Option<String>,
    pub data: Option<String>,
    pub id: Option<String>,
    pub type_: Option<String>,
}

Credentials that can be used to authenticate as a service account.

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

Public key data for the credentials file. This is an X.509 cert. If you are using the googleCredentials key type, this is identical to the cert that can be retrieved by using the X.509 cert url inside of the credentials file.

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#serviceAccountKey".

The body of the private key credentials file, in string format. This is only populated when the ServiceAccountKey is created, and is not stored by Google.

An opaque, unique identifier for this ServiceAccountKey. Assigned by the server.

The file format of the generated key data.

Trait Implementations

impl Default for ServiceAccountKey
[src]

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

impl Clone for ServiceAccountKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ServiceAccountKey
[src]

Formats the value using the given formatter.

impl RequestValue for ServiceAccountKey
[src]

impl Resource for ServiceAccountKey
[src]

impl ResponseResult for ServiceAccountKey
[src]