Skip to content

Commit

Permalink
Add available types to API documentation for enable audit (#19850)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Wilson committed Mar 30, 2023
1 parent 75099d2 commit e8a8fb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/content/api-docs/system/audit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e8a8fb0

Please sign in to comment.