mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-07 18:41:30 +01:00
Add overlooked role params. (#8898)
This commit is contained in:
parent
b33bf64f94
commit
136fedc122
@ -232,6 +232,14 @@ Creates or updates a role.
|
||||
|
||||
- `scope` (`string: <required>`) - Name of scope. This is part of the request URL.
|
||||
- `role` (`string: <required>`) - Name of role. This is part of the request URL.
|
||||
- `tls_client_key_type` (`string`): - Client certificate key type,
|
||||
`rsa` or `ec`. Overrides engine-wide default managed in `config` endpoint.
|
||||
- `tls_client_key_bits` (`int`): - Client certificate key bits, valid
|
||||
values depend on key type. Overrides engine-wide default managed in `config`
|
||||
endpoint.
|
||||
- `tls_client_ttl` (`int or string`) – Client certificate
|
||||
TTL in either an integer number of seconds (10) or an integer time unit (10s).
|
||||
Overrides engine-wide default managed in `config` endpoint.
|
||||
- `operation_none` (`bool: false`) - Remove all permissions
|
||||
from this role. May not be specified with any other
|
||||
`operation_` params.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user