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.
[[["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 documentation is for version 2.2.0 of the `PatchServiceAccountRequest` class within the Google Cloud IAM Admin V1 API."],["`PatchServiceAccountRequest` allows updating a service account's `display_name` and `description`, requiring the `update_mask` field to specify which to change."],["The response to a patch request will only contain the fields requested and others may be empty."],["The `PatchServiceAccountRequest` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `ServiceAccount` and `UpdateMask` are the key properties to use when constructing a Patch Service Account Request, allowing users to specify which service account and field to patch."]]],[]]