Class: Google::Cloud::Oslogin::V1beta::DeletePosixAccountRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/os_login/v1beta/doc/google/cloud/oslogin/v1beta/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}.



43
# File 'lib/google/cloud/os_login/v1beta/doc/google/cloud/oslogin/v1beta/oslogin.rb', line 43

class DeletePosixAccountRequest; end