Reference documentation and code samples for the Google Cloud OsLogin V1beta Client class ImportSshPublicKeyResponse.
A response message for importing an SSH public key.
Generated from protobuf message google.cloud.oslogin.v1beta.ImportSshPublicKeyResponse
Namespace
Google \ Cloud \ OsLogin \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ login_profile |
Google\Cloud\OsLogin\V1beta\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 |
Google\Cloud\OsLogin\V1beta\LoginProfile|null |
hasLoginProfile
clearLoginProfile
setLoginProfile
The login profile information for the user.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\OsLogin\V1beta\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 |