UNPKG

cberg

Version:

Node.js Client for the Codeberg API

46 lines (38 loc) 1.58 kB
# GPGKey GPGKey a user GPG key to sign commit and tag in repository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **can_certify** | **boolean** | | [optional] [default to undefined] **can_encrypt_comms** | **boolean** | | [optional] [default to undefined] **can_encrypt_storage** | **boolean** | | [optional] [default to undefined] **can_sign** | **boolean** | | [optional] [default to undefined] **created_at** | **string** | | [optional] [default to undefined] **emails** | [**Array<GPGKeyEmail>**](GPGKeyEmail.md) | | [optional] [default to undefined] **expires_at** | **string** | | [optional] [default to undefined] **id** | **number** | | [optional] [default to undefined] **key_id** | **string** | | [optional] [default to undefined] **primary_key_id** | **string** | | [optional] [default to undefined] **public_key** | **string** | | [optional] [default to undefined] **subkeys** | [**Array<GPGKey>**](GPGKey.md) | | [optional] [default to undefined] **verified** | **boolean** | | [optional] [default to undefined] ## Example ```typescript import { GPGKey } from 'berg'; const instance: GPGKey = { can_certify, can_encrypt_comms, can_encrypt_storage, can_sign, created_at, emails, expires_at, id, key_id, primary_key_id, public_key, subkeys, verified, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)