Update docs for Azure Secrets Engine new feature (#16537)

* Update docs for Azure Secrets Enginee new feature

* Fix default vaule and clean up the description

* indent second line
This commit is contained in:
Nathan Button
2023-01-30 14:35:51 -07:00
committed by GitHub
parent 14c355cd70
commit d63d4ea913

View File

@@ -237,6 +237,8 @@ information about roles.
- `application_object_id` (`string: ""`) - Application Object ID for an existing service principal that will
be used instead of creating dynamic service principals. If present, `azure_roles` will be ignored. See
[roles docs][roles] for details on role definition.
- `persist_app` (`bool: "false"`) If set to true, persists the created service principal and application for the lifetime of the role.
Useful for when the Service Principal needs to maintain ownership of objects it creates
- `ttl` (`string: ""`) Specifies the default TTL for service principals generated using this role.
Accepts time suffixed strings ("1h") or an integer number of seconds. Defaults to the system/engine default TTL time.
- `max_ttl` (`string: ""`) Specifies the maximum TTL for service principals generated using this role. Accepts time