Class: Google::Cloud::OsLogin::V1beta::DeletePosixAccountRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/oslogin/v1beta/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}.



70
71
72
73
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 70

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