Class PatchServiceAccountRequest
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.
Inheritance
PatchServiceAccountRequest
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class PatchServiceAccountRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ServiceAccount
Declaration
[JsonProperty("serviceAccount")]
public virtual ServiceAccount ServiceAccount { get; set; }
Property Value
UpdateMask
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Implements