Reference documentation and code samples for the Google Cloud OsLogin V1 Client class ImportSshPublicKeyResponse.
A response message for importing an SSH public key.
Generated from protobuf message google.cloud.oslogin.v1.ImportSshPublicKeyResponse
Namespace
Google \ Cloud \ OsLogin \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ login_profile |
LoginProfile
The login profile information for the user. |
↳ details |
string
Detailed information about import results. |
getLoginProfile
The login profile information for the user.
| Returns | |
|---|---|
| Type | Description |
LoginProfile|null |
|
hasLoginProfile
clearLoginProfile
setLoginProfile
The login profile information for the user.
| Parameter | |
|---|---|
| Name | Description |
var |
LoginProfile
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDetails
Detailed information about import results.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDetails
Detailed information about import results.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|