public sealed class PatchServiceAccountRequest : IMessage<PatchServiceAccountRequest>, IEquatable<PatchServiceAccountRequest>, IDeepCloneable<PatchServiceAccountRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity and Access Management (IAM) v1 API 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.
Implements
IMessage<PatchServiceAccountRequest>, IEquatable<PatchServiceAccountRequest>, IDeepCloneable<PatchServiceAccountRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.Admin.V1Assembly
Google.Cloud.Iam.Admin.V1.dll
Constructors
PatchServiceAccountRequest()
public PatchServiceAccountRequest()
PatchServiceAccountRequest(PatchServiceAccountRequest)
public PatchServiceAccountRequest(PatchServiceAccountRequest other)
Parameter | |
---|---|
Name | Description |
other | PatchServiceAccountRequest |
Properties
ServiceAccount
public ServiceAccount ServiceAccount { get; set; }
Property Value | |
---|---|
Type | Description |
ServiceAccount |
UpdateMask
public FieldMask UpdateMask { get; set; }
Property Value | |
---|---|
Type | Description |
FieldMask |