Identity and Access Management (IAM) v1 API - Class PatchServiceAccountRequest (2.3.0)

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.

Inheritance

object > PatchServiceAccountRequest

Namespace

Google.Cloud.Iam.Admin.V1

Assembly

Google.Cloud.Iam.Admin.V1.dll

Constructors

PatchServiceAccountRequest()

public PatchServiceAccountRequest()

PatchServiceAccountRequest(PatchServiceAccountRequest)

public PatchServiceAccountRequest(PatchServiceAccountRequest other)
Parameter
NameDescription
otherPatchServiceAccountRequest

Properties

ServiceAccount

public ServiceAccount ServiceAccount { get; set; }
Property Value
TypeDescription
ServiceAccount

UpdateMask

public FieldMask UpdateMask { get; set; }
Property Value
TypeDescription
FieldMask