Add available types to API documentation for enable audit (#19850)

This commit is contained in:
Peter Wilson 2023-03-30 16:30:35 +01:00 committed by GitHub
parent ebd97f1fb2
commit 538e66ffea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -64,10 +64,11 @@ single word name or a more complex, nested path.
- `description` `(string: "")`  Specifies a human-friendly description of the
audit device.
- `options` `(map<string|string>: nil)`  Specifies configuration options to
pass to the audit device itself. This is dependent on the audit device type.
- `options` `(map<string|string>: nil)`  Specifies configuration options to pass to the audit device itself.
For more details, please see the relevant page for an audit device `type`, under [Audit Devices docs](/vault/docs/audit).
- `type` `(string: <required>)`  Specifies the type of the audit device.
Valid types are `file`, `socket` and `syslog`.
Additionally, the following options are allowed in Vault open-source, but
relevant functionality is only supported in Vault Enterprise: