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, and it is part of the `Google.Cloud.Iam.Admin.V1` namespace."],["Version 2.4.0 is the latest version of the available releases for the `UndeleteServiceAccountRequest` class, with versions ranging from 1.0.0 to 2.4.0 being accessible."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It has two constructors: a default one and one that takes another `UndeleteServiceAccountRequest` object as a parameter, allowing for object creation and duplication."],["It has a single property, `Name`, which is a string that represents the resource name of the service account, formatted as `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT_UNIQUE_ID}`."]]],[]]