mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
add mac_length to verify docs (#30967)
This commit is contained in:
parent
f14fd78316
commit
140219c75b
1 changed files with 2 additions and 0 deletions
|
|
@ -1695,6 +1695,8 @@ or [generate CMAC](#generate-cmac) API calls.
|
|||
`/transit/cmac` function. One of the following arguments must be supplied
|
||||
`signature`, `hmac` or `cmac`.
|
||||
|
||||
- `mac_length` (int: 0) - Specifies the MAC length used to generate the CMAC.
|
||||
|
||||
- `reference` `(string: "")` -
|
||||
A user-supplied string that will be present in the `reference` field on the
|
||||
corresponding `batch_results` item in the response, to assist in understanding
|
||||
|
|
|
|||
Loading…
Reference in a new issue