Skip to main content

SshKeyResponse

An SSH key registered in a project.

idstring<uuid>

Id of the SSH key.

projectIdstring<uuid>

Id of the project the key belongs to.

namestringnullable

Display name of the key.

publicKeystringnullable

The public key material.

createdAtstring<date-time>

When the key was registered.

SshKeyResponse
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"projectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"publicKey": "string",
"createdAt": "2024-07-29T15:51:28.071Z"
}