GoogleApi.IAM.V1.Model.UploadServiceAccountKeyRequest (google_api_iam v0.45.0)
View SourceThe 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
@type t() :: %GoogleApi.IAM.V1.Model.UploadServiceAccountKeyRequest{ publicKeyData: String.t() | nil }