Skip to content

Commit 3ae75de

Browse files
committed
docs(website): add explicit_max_ttl for azure secret roles
1 parent 6aefbc5 commit 3ae75de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

website/docs/r/azure_secret_backend_role.html.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ The following arguments are supported:
7373
Accepts time suffixed strings ("1h") or an integer number of seconds. Defaults to the system/engine default TTL time.
7474
* `max_ttl` – (Optional) Specifies the maximum TTL for service principals generated using this role. Accepts time
7575
suffixed strings ("1h") or an integer number of seconds. Defaults to the system/engine max TTL time.
76+
* `explicit_max_ttl` - (Optional) Specifies the explicit maximum lifetime, in seconds, of the lease and service principal generated using this role. If not set or set to 0, will use the system default (10 years).
7677
* `sign_in_audience` - (Optional) Specifies the security principal types that are allowed to sign in to the application.
7778
Valid values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount, PersonalMicrosoftAccount. Requires Vault 1.16+.
7879
* `tags` - (Optional) - A list of Azure tags to attach to an application. Requires Vault 1.16+.

0 commit comments

Comments
 (0)