# CapsuleCreateResponse
## Properties
**id** | **String** | A globally unique identifier for a capsule |
**data_key** | **String** | a CBOR encoded encryption key for the capsule |
**encrypted_data_key** | **String** | a CBOR encoded encryption key for the capsule |
**key_encryption_key_id** | **i64** | The ID of the encryption key used to encrypt the data key. |
**create_token** | **String** | A token used to tie requests together when creating and reading capsules. |
**write_context_configuration** | [**models::WriteContextConfigInfo**](WriteContextConfigInfo.md) | |
**disaster_recovery_token** | Option<**String**> | Contains a CBOR encoded encryption key for the capsule that has been encrypted using the Disaster Recovery key. This field is ony set if disaster recovery has been enabled. | [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)