google_api_iam v0.15.0 GoogleApi.IAM.V1.Model.UploadServiceAccountKeyRequest View Source

The service account key upload request.

Attributes

  • publicKeyData (type: String.t, default: nil) - A field that allows clients to upload their own public key. If set, use this public key data to create a service account key for given service account. Please note, the expected format for this field is X509_PEM.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.IAM.V1.Model.UploadServiceAccountKeyRequest{
  publicKeyData: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.