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 document provides reference documentation for the `UndeleteServiceAccountRequest` class, part of the Identity and Access Management (IAM) v1 API within the Google Cloud .NET library."],["The `UndeleteServiceAccountRequest` class is used to send requests to undelete a service account, and is found under the namespace `Google.Cloud.Iam.Admin.V1`."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the class constructors, including a default constructor and one that takes an `UndeleteServiceAccountRequest` object as a parameter."],["The document provides the property named 'Name' which is used to define the resource name in the request."]]],[]]