public sealed class DeletePosixAccountRequest : IMessage<DeletePosixAccountRequest>, IEquatable<DeletePosixAccountRequest>, IDeepCloneable<DeletePosixAccountRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Login v1 API class DeletePosixAccountRequest.
A request message for deleting a POSIX account entry.
Required. A reference to the POSIX account to update. POSIX accounts are
identified by the project ID they are associated with. A reference to the
POSIX account is in format users/{user}/projects/{project}.
[[["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-05-02 UTC."],[[["This document provides reference information for the `DeletePosixAccountRequest` class within the Google Cloud OS Login v1 API, detailing its usage for deleting POSIX account entries."],["The `DeletePosixAccountRequest` class is implemented in the `Google.Cloud.OsLogin.V1` namespace and is part of the `Google.Cloud.OsLogin.V1.dll` assembly."],["The class inherits from the base `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions available, with the latest being version 3.5.0, and the document details previous version links all the way back to 2.2.0."],["The `DeletePosixAccountRequest` class has two constructors, a default one and one that accepts another `DeletePosixAccountRequest` as a parameter, in addition to having two properties: `Name` and `PosixAccountName`."]]],[]]