diff --git a/website/content/api-docs/secret/azure.mdx b/website/content/api-docs/secret/azure.mdx index 225860eacf..04ea6c4b7d 100644 --- a/website/content/api-docs/secret/azure.mdx +++ b/website/content/api-docs/secret/azure.mdx @@ -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