GoogleApi.IAM.V1.Model.PatchServiceAccountRequest (google_api_iam v0.32.0) View Source
The request for PatchServiceAccount. 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
) -
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.PatchServiceAccountRequest{ serviceAccount: GoogleApi.IAM.V1.Model.ServiceAccount.t(), updateMask: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.