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.
22 lines
856 B
22 lines
856 B
6 years ago
|
# 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]**](GPGKeyEmail.md) | | [optional]
|
||
|
**expires_at** | **datetime** | | [optional]
|
||
|
**id** | **int** | | [optional]
|
||
|
**key_id** | **str** | | [optional]
|
||
|
**primary_key_id** | **str** | | [optional]
|
||
|
**public_key** | **str** | | [optional]
|
||
|
**subkeys** | [**list[GPGKey]**](GPGKey.md) | | [optional]
|
||
|
|
||
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||
|
|
||
|
|