public sealed class DisableServiceAccountRequest : IMessage<DisableServiceAccountRequest>, IEquatable<DisableServiceAccountRequest>, IDeepCloneable<DisableServiceAccountRequest>, 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 `DisableServiceAccountRequest` class is used to request the disabling 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 implemented in the `Google.Cloud.Iam.Admin.V1.dll` assembly, with version 2.4.0 being the latest version available."],["It inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DisableServiceAccountRequest` class has a `Name` property, which is a string representing the resource name of the service account to be disabled, allowing for wildcards in the project ID and both email or unique ID in the account."],["The class provides two constructors, a default constructor and one that accepts another `DisableServiceAccountRequest` object for creating a new request based on an existing one."]]],[]]