Class: Google::Cloud::Oslogin::V1::DeletePosixAccountRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#nameString

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+.

Returns:

  • (String)

    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+.



53
# File 'lib/google/cloud/os_login/v1/doc/google/cloud/oslogin/v1/oslogin.rb', line 53

class DeletePosixAccountRequest; end