SshKeyResponse
idstring<uuid>
Value of id.
projectIdstring<uuid>
Unique identifier of the project in UUID format.
namestringnullable
Human-readable name of the resource.
publicKeystringnullable
SSH public key value in OpenSSH format.
createdAtstring<date-time>
Timestamp when the resource was created.
SshKeyResponse
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"projectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"publicKey": "string",
"createdAt": "2024-07-29T15:51:28.071Z"
}