Struct google_iam1::CreateServiceAccountKeyRequest [−][src]
pub struct CreateServiceAccountKeyRequest {
pub key_algorithm: Option<String>,
pub private_key_type: 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).
- service accounts keys create projects (request)
Fields
key_algorithm: Option<String>
Which type of key and algorithm to use for the key. The default is currently a 2K RSA key. However this may change in the future.
private_key_type: Option<String>
The output format of the private key. GOOGLE_CREDENTIALS_FILE is the
default output format.
Trait Implementations
impl Default for CreateServiceAccountKeyRequest[src]
impl Default for CreateServiceAccountKeyRequestfn default() -> CreateServiceAccountKeyRequest[src]
fn default() -> CreateServiceAccountKeyRequestReturns the "default value" for a type. Read more
impl Clone for CreateServiceAccountKeyRequest[src]
impl Clone for CreateServiceAccountKeyRequestfn clone(&self) -> CreateServiceAccountKeyRequest[src]
fn clone(&self) -> CreateServiceAccountKeyRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for CreateServiceAccountKeyRequest[src]
impl Debug for CreateServiceAccountKeyRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for CreateServiceAccountKeyRequest[src]
impl RequestValue for CreateServiceAccountKeyRequestAuto Trait Implementations
impl Send for CreateServiceAccountKeyRequest
impl Send for CreateServiceAccountKeyRequestimpl Sync for CreateServiceAccountKeyRequest
impl Sync for CreateServiceAccountKeyRequest