Reference documentation and code samples for the Google Cloud OsLogin V1beta Client class GetLoginProfileRequest.
A request message for retrieving the login profile information for a user.
Generated from protobuf message google.cloud.oslogin.v1beta.GetLoginProfileRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The unique ID for the user in format |
↳ 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 |
int
The view configures whether to retrieve security keys information. |
getName
Required. The unique ID for the user in format users/{user}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The unique ID for the user in format users/{user}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProjectId
The project ID of the Google Cloud Platform project.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProjectId
The project ID of the Google Cloud Platform project.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSystemId
A system ID for filtering the results of the request.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSystemId
A system ID for filtering the results of the request.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getView
The view configures whether to retrieve security keys information.
| Returns | |
|---|---|
| Type | Description |
int |
|
setView
The view configures whether to retrieve security keys information.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|