Files
tea4j-autodeploy/docs/GPGKey.md
T
2026-07-02 00:02:13 +00:00

1.3 KiB

GPGKey

Properties

Name Type Description Notes
canCertify Boolean Whether the key can be used for certification [optional]
canEncryptComms Boolean Whether the key can be used for encrypting communications [optional]
canEncryptStorage Boolean Whether the key can be used for encrypting storage [optional]
canSign Boolean Whether the key can be used for signing [optional]
createdAt Date The date and time when the GPG key was created [optional]
emails List<GPGKeyEmail> List of email addresses associated with this GPG key [optional]
expiresAt Date The date and time when the GPG key expires [optional]
id Long The unique identifier of the GPG key [optional]
keyId String The key ID of the GPG key [optional]
primaryKeyId String The primary key ID of the GPG key [optional]
publicKey String The public key content in armored format [optional]
subkeys List<GPGKey> List of subkeys of this GPG key [optional]
verified Boolean Whether the GPG key has been verified [optional]