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."],[[["The `PatchServiceAccountRequest` class is used to request updates to a service account, specifically using the `PatchServiceAccount` method."],["You can only modify the `display_name` and `description` fields of a service account using this request."],["The `update_mask` field must be specified in the request to indicate which fields are being modified."],["The `ServiceAccount` and `UpdateMask` are important properties used when making the request, they need to be set with the correct values."],["The response will only contain the fields that were specified in the request."]]],[]]