Class: Google::Cloud::OsLogin::V1::GetLoginProfileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsLogin::V1::GetLoginProfileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oslogin/v1/oslogin.rb
Overview
A request message for retrieving the login profile information for a user.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#project_id ⇒ ::String
The project ID of the Google Cloud Platform project.
-
#system_id ⇒ ::String
A system ID for filtering the results of the request.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The unique ID for the user in format users/{user}
.
93 94 95 96 |
# File 'proto_docs/google/cloud/oslogin/v1/oslogin.rb', line 93 class GetLoginProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns The project ID of the Google Cloud Platform project.
93 94 95 96 |
# File 'proto_docs/google/cloud/oslogin/v1/oslogin.rb', line 93 class GetLoginProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#system_id ⇒ ::String
Returns A system ID for filtering the results of the request.
93 94 95 96 |
# File 'proto_docs/google/cloud/oslogin/v1/oslogin.rb', line 93 class GetLoginProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |