mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Add explanation of "keys" field. (#9676)
This commit is contained in:
@@ -133,6 +133,12 @@ $ curl \
|
||||
}
|
||||
```
|
||||
|
||||
The `keys` attribute lists each version of the key, and the time that key was created as seconds since the Unix epoch.
|
||||
The sample response shows a key that was created on September 22, 2015 7:50:12 PM GMT, and has not been rotated.
|
||||
|
||||
The fields `supports_encryption`, `supports_decryption`, `supports_derivation` and `supports_signing` are
|
||||
derived from the type of the key, and indicate which operations may be performed with it.
|
||||
|
||||
## List Keys
|
||||
|
||||
This endpoint returns a list of keys. Only the key names are returned (not the
|
||||
|
||||
Reference in New Issue
Block a user