Cloud OS Login V1 API - Class Google::Cloud::OsLogin::V1::GetLoginProfileRequest (v0.8.0)

Reference documentation and code samples for the Cloud OS Login V1 API class Google::Cloud::OsLogin::V1::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.