SshKey
An SSH public key stored in the library
- algorithmType: stringrequired
Algorithm code stored at key creation time (e.g. 'rsa-4096', 'ecdsa-p256', 'ed25519'). For uploaded keys, derived automatically from the key content.
- algorithmType: string
Display Name requiredHuman-friendly algorithm label. Falls back to the raw code for unknown algorithms.
- createdType: stringFormat: date-time
At requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- entityType: stringFormat: uuid
Id required - fingerprintType: stringrequired
SHA-256 fingerprint of the public key
- idType: stringFormat: uuidrequired
- isType: boolean
Default requiredWhether this is the default key for the entity
- nameType: stringrequired
User-defined label for this key
- publicType: string
Key requiredThe SSH public key in OpenSSH format
- updatedType: stringFormat: date-time
At requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- deletedType: stringFormat: date-time nullable
At the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
.png)