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 Identity and Access Management (IAM) v1 API for .NET."],["The `UndeleteServiceAccountRequest` class is used to construct requests for undeleting a service account and is found in the `Google.Cloud.Iam.Admin.V1` namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["There are two constructors available for `UndeleteServiceAccountRequest`, one being a default constructor and the other accepting another `UndeleteServiceAccountRequest` instance."],["The `Name` property, a string, represents the service account's resource name in the format `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT_UNIQUE_ID}`, with wildcard functionality for the project ID."]]],[]]