Reference documentation and code samples for the Google Cloud OsLogin V1 Client class GetLoginProfileRequest.
A request message for retrieving the login profile information for a user.
Generated from protobuf message google.cloud.oslogin.v1.GetLoginProfileRequest
Namespace
Google \ Cloud \ OsLogin \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The unique ID for the user in format users/{user}
.
↳ 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.
getName
Required. The unique ID for the user in format users/{user}
.
string
setName
Required. The unique ID for the user in format users/{user}
.
var
string
$this
getProjectId
The project ID of the Google Cloud Platform project.
string
setProjectId
The project ID of the Google Cloud Platform project.
var
string
$this
getSystemId
A system ID for filtering the results of the request.
string
setSystemId
A system ID for filtering the results of the request.
var
string
$this
static::build
name
string
Required. The unique ID for the user in format users/{user}
. Please see OsLoginServiceClient::userName()
for help formatting this field.

