GoogleApi.IAM.V1.Model.UploadServiceAccountKeyRequest (google_api_iam v0.45.0)

View Source

The service account key upload request.

Attributes

  • publicKeyData (type: String.t, default: nil) - The public key to associate with the service account. Must be an RSA public key that is wrapped in an X.509 v3 certificate. Include the first line, -----BEGIN CERTIFICATE-----, and the last line, -----END CERTIFICATE-----.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.IAM.V1.Model.UploadServiceAccountKeyRequest{
  publicKeyData: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.