Class: Google::Cloud::OsLogin::V1::DeletePosixAccountRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/oslogin/v1/oslogin.rb

Overview

A request message for deleting a POSIX account entry.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns 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}.

Returns:

  • (::String)

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



55
56
57
58
# File 'proto_docs/google/cloud/oslogin/v1/oslogin.rb', line 55

class DeletePosixAccountRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end