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

View Source

The service account key disable request.

Attributes

  • extendedStatusMessage (type: String.t, default: nil) - Optional. Usable by internal google services only. An extended_status_message can be used to include additional information about the key, such as its private key data being exposed on a public repository like GitHub.
  • serviceAccountKeyDisableReason (type: String.t, default: nil) - Optional. Describes the reason this key is being disabled. If unspecified, the default value of SERVICE_ACCOUNT_KEY_DISABLE_REASON_USER_INITIATED will be used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.IAM.V1.Model.DisableServiceAccountKeyRequest{
  extendedStatusMessage: String.t() | nil,
  serviceAccountKeyDisableReason: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.