| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | Key name. | [optional] |
| pub_key | string | Public key (bitcoin address when using BIP39 keys). | [optional] |
| status | string | Key status:<br> `valid`: the key is valid and can be used to sign<br> `expired`: the key expired at `expiration`<br> `revoked`: the key was revoked at `revokedAt` | [optional] |
| expiration | int | Key expiration date (Unix ms timestamp). <br>Note that this property is not returned if the key has no expiration date. | [optional] |
| revoked_at | int | Key revocation date (Unix ms timestamp). <br>Note that this property is not returned if the key is not yet revoked. | [optional] |