public sealed class PatchServiceAccountRequest : IMessage<PatchServiceAccountRequest>, IEquatable<PatchServiceAccountRequest>, IDeepCloneable<PatchServiceAccountRequest>, IBufferMessage, IMessage
The request for
[PatchServiceAccount][google.iam.admin.v1.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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document outlines the `PatchServiceAccountRequest` class, which is used to send requests for patching specific service account details."],["Only the `display_name` and `description` fields of a service account can be updated using this request, and the `update_mask` field is required to specify which of these is to be modified."],["The `PatchServiceAccountRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PatchServiceAccountRequest` class includes two properties : `ServiceAccount`, which is of the type ServiceAccount, and `UpdateMask` which is of the type FieldMask."],["There are multiple versions of the `PatchServiceAccountRequest` going as far back as version 1.0.0, with the latest version being 2.4.0."]]],[]]