Class: Google::Cloud::Oslogin::V1::DeletePosixAccountRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Oslogin::V1::DeletePosixAccountRequest
- Defined in:
- lib/google/cloud/os_login/v1/doc/google/cloud/oslogin/v1/oslogin.rb
Overview
A request message for deleting a POSIX account entry.
Instance Attribute Summary collapse
-
#name ⇒ String
A reference to the POSIX account to update.
Instance Attribute Details
#name ⇒ String
Returns 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}+.
42 |
# File 'lib/google/cloud/os_login/v1/doc/google/cloud/oslogin/v1/oslogin.rb', line 42 class DeletePosixAccountRequest; end |