Class: Google::Cloud::OsLogin::V1beta::DeletePosixAccountRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsLogin::V1beta::DeletePosixAccountRequest
- 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
-
#name ⇒ ::String
Required.
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}
.
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 |