public sealed class UndeleteServiceAccountRequest : IMessage<UndeleteServiceAccountRequest>, IEquatable<UndeleteServiceAccountRequest>, IDeepCloneable<UndeleteServiceAccountRequest>, IBufferMessage, IMessage
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."],[[["The `UndeleteServiceAccountRequest` class is used to request the undeletion of a service account in the Google Cloud IAM Admin V1 API."],["Version 2.4.0 is the latest version, with previous versions available, including 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0."],["This class implements several interfaces, including `IMessage\u003cUndeleteServiceAccountRequest\u003e`, `IEquatable\u003cUndeleteServiceAccountRequest\u003e`, `IDeepCloneable\u003cUndeleteServiceAccountRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class has two constructors: one default and one that takes another `UndeleteServiceAccountRequest` instance for copying."],["The class includes one property called `Name` which is a string that holds the service account name that needs to be undeleted, and uses a specific format that can include wildcards."]]],[]]