CreateSshKeyResponse
The create response populates only id, label and fingerprint.
idintegerrequired
labelstringrequired
fingerprintstringrequired
CreateSshKeyResponse
{
"id": 0,
"label": "string",
"fingerprint": "string"
}
The create response populates only id, label and fingerprint.
{
"id": 0,
"label": "string",
"fingerprint": "string"
}