View Source GoogleApi.IAM.V1.Model.CreateServiceAccountKeyRequest (google_api_iam v0.42.0)

The service account key create request.

Attributes

  • keyAlgorithm (type: String.t, default: nil) - 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.
  • privateKeyType (type: String.t, default: nil) - The output format of the private key. The default value is TYPE_GOOGLE_CREDENTIALS_FILE, which is the Google Credentials File format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAM.V1.Model.CreateServiceAccountKeyRequest{
  keyAlgorithm: String.t() | nil,
  privateKeyType: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.