SSH Key Model
- Name
id
- Type
- integer
- Description
SSH key unique identifier.
- Name
name
- Type
- string
- Description
The SSH key Human-readable name given to the SSH key at its creation which is used for easily identifying every SSH key when listed.
- Name
public_key
- Type
- string
- Description
This attribute contains the entire public key string that was uploaded, which is embedded into the root user's authorized_keys file if the user choose to include it during the Stacklet creation.
- Name
fingerprint
- Type
- string
- Description
This attribute contains the fingerprint value that is generated from the public key. This is a unique identifier used to differentiate this key from other keys using a format recognized by the SSH.
- Name
created_at
- Type
- string
- Description
The date and time in ISO 8601 formats of when the SSH key was created.