View Source GoogleApi.IAM.V1.Model.PatchServiceAccountRequest (google_api_iam v0.42.0)

The service account patch request. You can patch only the display_name and description fields. You must use the update_mask field to specify which of these fields you want to patch. Only the fields specified in the request are guaranteed to be returned in the response. Other fields may be empty in the response.

Attributes

  • serviceAccount (type: GoogleApi.IAM.V1.Model.ServiceAccount.t, default: nil) -
  • updateMask (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAM.V1.Model.PatchServiceAccountRequest{
  serviceAccount: GoogleApi.IAM.V1.Model.ServiceAccount.t() | nil,
  updateMask: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.