GoogleApi.IAM.V1.Model.UploadServiceAccountKeyRequest (google_api_iam v0.32.0) 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
Specs
t() :: %GoogleApi.IAM.V1.Model.UploadServiceAccountKeyRequest{ publicKeyData: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.