CreateSshKeyRequest
namestringnullable
Human-readable name of the resource.
publicKeystringnullable
SSH public key value in OpenSSH format.
CreateSshKeyRequest
{
"name": "string",
"publicKey": "string"
}
Human-readable name of the resource.
SSH public key value in OpenSSH format.
{
"name": "string",
"publicKey": "string"
}