# UnboundCaspApi.InlineResponse20010

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **String** | Vault description | 
**groups** | [**[InlineResponse2006Groups]**](InlineResponse2006Groups.md) | Vault approval groups | 
**id** | **String** | Vault ID | 
**name** | **String** | Vault name | 
**accountID** | **String** | Vault account ID | 
**status** | **String** | Vault textual status | 
**statusText** | **String** | Vault status text | 
**kind** | **String** | Type of vault | 
**cryptoKind** | **String** | Type of cryptographic algorithm | [optional] 
**providerKind** | **String** | Coin type that created the vault | [optional] 
**providerData** | **String** | This is a field that can be used to store information in the CASP database. The information can subsequently be read back as needed. | 
**hierarchy** | **String** | Vault hierarchy | 
**additionalData** | **String** | Some additional data, in String form, that was specified when the vault was created | [optional] 


<a name="StatusEnum"></a>
## Enum: StatusEnum


* `NOT_INITIALIZED` (value: `"NOT_INITIALIZED"`)

* `INITIALIZED` (value: `"INITIALIZED"`)

* `DEACTIVATED` (value: `"DEACTIVATED"`)




<a name="KindEnum"></a>
## Enum: KindEnum


* `QUORUM` (value: `"QUORUM"`)

* `PRIVATE` (value: `"PRIVATE"`)




<a name="CryptoKindEnum"></a>
## Enum: CryptoKindEnum


* `ECDSA` (value: `"ECDSA"`)

* `EDDSA` (value: `"EDDSA"`)




