mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-28 22:21:30 +01:00
Fix typo ('Gase' -> 'Case') (#5638)
This commit is contained in:
parent
4fddbebca2
commit
74bf554666
@ -231,7 +231,7 @@ This endpoint creates or updates a role definition.
|
|||||||
|
|
||||||
- `max_ttl` `(string/int: 0)` - Specifies the maximum TTL for the leases
|
- `max_ttl` `(string/int: 0)` - Specifies the maximum TTL for the leases
|
||||||
associated with this role. Accepts time suffixed strings ("1h") or an integer
|
associated with this role. Accepts time suffixed strings ("1h") or an integer
|
||||||
number of seconds. Defaults to system/mount default TTL time; this value is allowed to be less than the mount max TTL (or, if not set, the system max TTL), but it is not allowed to be longer. See also [The TTL General Gase](https://www.vaultproject.io/docs/concepts/tokens.html#the-general-case).
|
number of seconds. Defaults to system/mount default TTL time; this value is allowed to be less than the mount max TTL (or, if not set, the system max TTL), but it is not allowed to be longer. See also [The TTL General Case](https://www.vaultproject.io/docs/concepts/tokens.html#the-general-case).
|
||||||
|
|
||||||
- `creation_statements` `(list: <required>)` – Specifies the database
|
- `creation_statements` `(list: <required>)` – Specifies the database
|
||||||
statements executed to create and configure a user. See the plugin's API page
|
statements executed to create and configure a user. See the plugin's API page
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user