public sealed class EnableServiceAccountRequest : IMessage<EnableServiceAccountRequest>, IEquatable<EnableServiceAccountRequest>, IDeepCloneable<EnableServiceAccountRequest>, IBufferMessage, IMessage
The resource name of the service account in the following format:
projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}.
Using - as a wildcard for the PROJECT_ID will infer the project from
the account. The ACCOUNT value can be the email address or the
unique_id of the service 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 `EnableServiceAccountRequest` class is used to request the enabling of a service account within the Google Cloud IAM Admin API."],["This class is part of the `Google.Cloud.Iam.Admin.V1` namespace and is defined in the `Google.Cloud.Iam.Admin.V1.dll` assembly, with version history ranging from 1.0.0 up to 2.4.0."],["The `EnableServiceAccountRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, one default and one that takes another `EnableServiceAccountRequest` object as a parameter, and also has a `Name` property used to identify the service account."],["The `Name` property expects a string in a specific format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`, where the `PROJECT_ID` can be inferred using `-`, and the `ACCOUNT` can be an email or unique ID."]]],[]]