public sealed class DeleteServiceAccountRequest : IMessage<DeleteServiceAccountRequest>, IEquatable<DeleteServiceAccountRequest>, IDeepCloneable<DeleteServiceAccountRequest>, IBufferMessage, IMessage
Required. 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."],[[["This webpage provides documentation for the `DeleteServiceAccountRequest` class within the `Google.Cloud.Iam.Admin.V1` namespace, specifically for the .NET framework."],["The `DeleteServiceAccountRequest` class is used to define a request to delete a service account, which is inherited from the base `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for this class, one is a default and the other allows cloning the DeleteServiceAccountRequest object."],["The class has two main properties, `Name` which is a string representing the resource name of the service account, and `ServiceAccountName` which is a typed view of the `Name` resource."],["This documentation details the different versions of the `DeleteServiceAccountRequest` class, ranging from version 1.0.0 to the latest version 2.4.0."]]],[]]