Automatically generated Python client for Gitea. DO NOT UPDATE MANUALLY!!!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

856 B

GPGKey

Properties

Name Type Description Notes
can_certify bool [optional]
can_encrypt_comms bool [optional]
can_encrypt_storage bool [optional]
can_sign bool [optional]
created_at datetime [optional]
emails **list[GPGKeyEmail]** [optional]
expires_at datetime [optional]
id int [optional]
key_id str [optional]
primary_key_id str [optional]
public_key str [optional]
subkeys **list[GPGKey]** [optional]

[Back to Model list] [Back to API list] [Back to README]