Google Cloud OsLogin V1beta Client - Class ImportSshPublicKeyResponse (1.7.0)

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 \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Cloud\OsLogin\V1beta\LoginProfile|null

hasLoginProfile

clearLoginProfile

setLoginProfile

The login profile information for the user.

Parameter
NameDescription
var Google\Cloud\OsLogin\V1beta\LoginProfile
Returns
TypeDescription
$this

getDetails

Detailed information about import results.

Returns
TypeDescription
string

setDetails

Detailed information about import results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this