Reference documentation and code samples for the Cloud OS Login V1beta API class Google::Cloud::OsLogin::V1beta::GetLoginProfileRequest.
A request message for retrieving the login profile information for a user.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. The unique ID for the user in format
users/{user}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The unique ID for the user in format
users/{user}
.
Returns
-
(::String) — Required. The unique ID for the user in format
users/{user}
.
#project_id
def project_id() -> ::String
Returns
- (::String) — The project ID of the Google Cloud Platform project.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — The project ID of the Google Cloud Platform project.
Returns
- (::String) — The project ID of the Google Cloud Platform project.
#system_id
def system_id() -> ::String
Returns
- (::String) — A system ID for filtering the results of the request.
#system_id=
def system_id=(value) -> ::String
Parameter
- value (::String) — A system ID for filtering the results of the request.
Returns
- (::String) — A system ID for filtering the results of the request.
#view
def view() -> ::Google::Cloud::OsLogin::V1beta::LoginProfileView
Returns
- (::Google::Cloud::OsLogin::V1beta::LoginProfileView) — The view configures whether to retrieve security keys information.
#view=
def view=(value) -> ::Google::Cloud::OsLogin::V1beta::LoginProfileView
Parameter
- value (::Google::Cloud::OsLogin::V1beta::LoginProfileView) — The view configures whether to retrieve security keys information.
Returns
- (::Google::Cloud::OsLogin::V1beta::LoginProfileView) — The view configures whether to retrieve security keys information.