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 2024-05-29 UTC."],[[["This endpoint deletes a POSIX account using a DELETE HTTP request to the specified URL: `https://oslogin.googleapis.com/v1alpha/{name=users/*/projects/*}`."],["The `name` path parameter is required and specifies the POSIX account to be deleted, following the format `users/{user}/projects/{project}`."],["The `operatingSystemType` query parameter, which is an enum of the account's associated OS type, is necessary to process the deletion."],["The request body must be empty when sending the request to delete a POSIX account, and a successful deletion will return an empty response body."],["This operation requires one of the following OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/compute`."]]],[]]