Reference documentation and code samples for the Google Cloud OsLogin V1beta Client class SignSshPublicKeyRequest.
Generated from protobuf message google.cloud.oslogin.v1beta.SignSshPublicKeyRequest
Namespace
Google \ Cloud \ OsLogin \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ssh_public_key |
string
The SSH public key to sign. |
↳ parent |
string
The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process. |
getSshPublicKey
The SSH public key to sign.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSshPublicKey
The SSH public key to sign.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getParent
The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|