public sealed class DeletePosixAccountRequest : IMessage<DeletePosixAccountRequest>, IEquatable<DeletePosixAccountRequest>, IDeepCloneable<DeletePosixAccountRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Login v1beta 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."],[[["The document provides reference information for the `DeletePosixAccountRequest` class within the Google Cloud OS Login v1beta API."],["`DeletePosixAccountRequest` is a request message used for deleting a POSIX account entry, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor and takes an optional `DeletePosixAccountRequest` object in it, as well as containing two properties: `Name` and `PosixAccountName`."],["The `Name` property is a required string used to reference the specific POSIX account to be deleted, and the `PosixAccountName` is a type view of the name property."],["It is contained in the `Google.Cloud.OsLogin.V1Beta` namespace and is part of the `Google.Cloud.OsLogin.V1Beta.dll` assembly."]]],[]]