public sealed class DeleteServiceAccountRequest : IMessage<DeleteServiceAccountRequest>, IEquatable<DeleteServiceAccountRequest>, IDeepCloneable<DeleteServiceAccountRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity and Access Management (IAM) v1 API class DeleteServiceAccountRequest.
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 document provides reference information for the `DeleteServiceAccountRequest` class within the Identity and Access Management (IAM) v1 API, specifically for version 2.2.0."],["The `DeleteServiceAccountRequest` class is used to request the deletion of a service account and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that accepts another `DeleteServiceAccountRequest` object as a parameter."],["It contains properties such as `Name`, which is a required field representing the resource name of the service account to be deleted, and `ServiceAccountName`, a typed view of the `Name` property."],["The full history of the DeleteServiceAccountRequest is included, with the latest version being 2.4.0 and the oldest being 1.0.0."]]],[]]