Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.

il y a 4 ans
123456789101112131415161718192021
  1. # GpgKey
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **can_certify** | **bool** | | [optional] [default to null]
  6. **can_encrypt_comms** | **bool** | | [optional] [default to null]
  7. **can_encrypt_storage** | **bool** | | [optional] [default to null]
  8. **can_sign** | **bool** | | [optional] [default to null]
  9. **created_at** | **String** | | [optional] [default to null]
  10. **emails** | [**Vec<::models::GpgKeyEmail>**](GPGKeyEmail.md) | | [optional] [default to null]
  11. **expires_at** | **String** | | [optional] [default to null]
  12. **id** | **i64** | | [optional] [default to null]
  13. **key_id** | **String** | | [optional] [default to null]
  14. **primary_key_id** | **String** | | [optional] [default to null]
  15. **public_key** | **String** | | [optional] [default to null]
  16. **subkeys** | [**Vec<::models::GpgKey>**](GPGKey.md) | | [optional] [default to null]
  17. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)