Class: Google::Cloud::OsLogin::V1beta::GetLoginProfileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsLogin::V1beta::GetLoginProfileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oslogin/v1beta/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.
-
#view ⇒ ::Google::Cloud::OsLogin::V1beta::LoginProfileView
The view configures whether to retrieve security keys information.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The unique ID for the user in format users/{user}
.
99 100 101 102 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 99 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.
99 100 101 102 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 99 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.
99 100 101 102 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 99 class GetLoginProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::OsLogin::V1beta::LoginProfileView
Returns The view configures whether to retrieve security keys information.
99 100 101 102 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 99 class GetLoginProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |