From 4408bee13134f591fbcdd4e03dc704326be4c7e4 Mon Sep 17 00:00:00 2001 From: CyrilCarreau <166810982+CyrilCarreau@users.noreply.github.com> Date: Tue, 4 Nov 2025 12:33:08 +0100 Subject: [PATCH] Update index.md Add the missing properties on Mail Setting --- .../metadata/settings/mailsetting/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/identitymanager/saas/integration-guide/toolkit/xml-configuration/metadata/settings/mailsetting/index.md b/docs/identitymanager/saas/integration-guide/toolkit/xml-configuration/metadata/settings/mailsetting/index.md index 0fffce5572..cfa730a7a3 100644 --- a/docs/identitymanager/saas/integration-guide/toolkit/xml-configuration/metadata/settings/mailsetting/index.md +++ b/docs/identitymanager/saas/integration-guide/toolkit/xml-configuration/metadata/settings/mailsetting/index.md @@ -24,3 +24,9 @@ the email addresses contained by the `Email` property. | Identifier default value: MailSettings | **Type** String **Description** Unique identifier of the setting. | | LanguageCode optional | **Type** String **Description** Language code for the notifications sent by server-side tasks, using the ISO 639-1 standard. For example, "en-US" represents American English. | | MailProperty optional | **Type** String **Description** Property whose values are to be used by Identity Manager to send emails. | +| RolePolicyNotification optional | **Type** Boolean **Description** `true` to enable the sending of email notifications during role model tasks. **Default value** `true` | +| ProvisioningReviewNotification optional | **Type** Boolean **Description** `true` to enable the sending of email notifications during access certification. **Default value** `true` | +| ProvisioningReviewNotification optional | **Type** Boolean **Description** `true` to enable the sending of email notifications during provisioning review. **Default value** `true` | +| AccessCertificationNotification optional | **Type** Boolean **Description** `true` to enable the sending of email notifications during access certification. **Default value** `true` | +| ManualProvisioningNotification optional | **Type** Boolean **Description** `true` to enable the sending of email notifications during manual provisioning. **Default value** `true` | +| RoleReviewNotification optional | **Type** Boolean **Description** `true` to enable the sending of email notifications during role review. **Default value** `true` |