public sealed class UndeleteServiceAccountRequest : IMessage<UndeleteServiceAccountRequest>, IEquatable<UndeleteServiceAccountRequest>, IDeepCloneable<UndeleteServiceAccountRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity and Access Management (IAM) v1 API class UndeleteServiceAccountRequest.
The resource name of the service account in the following format:
projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT_UNIQUE_ID}.
Using - as a wildcard for the PROJECT_ID will infer the project from
the account.
[[["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 webpage provides documentation for the `UndeleteServiceAccountRequest` class within the Google Cloud IAM Admin V1 API, specifically version 2.2.0."],["The `UndeleteServiceAccountRequest` class is used to request the undeletion of a service account and is part of the `Google.Cloud.Iam.Admin.V1` namespace."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The documentation includes information on the class's constructors and the `Name` property, which defines the resource name format for identifying the service account to be undeleted."],["The webpage also provides links to documentation for other versions of `UndeleteServiceAccountRequest` from version 1.0.0 to the latest version, 2.4.0."]]],[]]