Files
tea4j-autodeploy/docs/PublicKey.md
T
2025-09-07 00:21:05 +00:00

905 B

PublicKey

Properties

Name Type Description Notes
createdAt Date [optional]
fingerprint String Fingerprint is the key's fingerprint [optional]
id Long ID is the unique identifier for the public key [optional]
key String Key contains the actual SSH public key content [optional]
keyType String KeyType indicates the type of the SSH key [optional]
lastUsedAt Date Updated is the time when the key was last used [optional]
readOnly Boolean ReadOnly indicates if the key has read-only access [optional]
title String Title is the human-readable name for the key [optional]
url String URL is the API URL for this key [optional]
user User [optional]