From a79f877078801b5c0b013961f0454f7b2215f916 Mon Sep 17 00:00:00 2001 From: "james.haytko" Date: Mon, 5 Jun 2023 15:07:19 -0500 Subject: [PATCH] devrel-953, 964, 965 --- products/idn/docs/identity-now/saas-configuration.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/products/idn/docs/identity-now/saas-configuration.mdx b/products/idn/docs/identity-now/saas-configuration.mdx index 79a3a4453..d77097b34 100644 --- a/products/idn/docs/identity-now/saas-configuration.mdx +++ b/products/idn/docs/identity-now/saas-configuration.mdx @@ -25,13 +25,18 @@ This document is intended for technically proficient administrators, implementer | **Object** | **Object Type** | **Export** | **Import** | | :-- | :-- | :-- | :-- | +| Access Profiles | `ACCESS_PROFILE` | ✅ | ❌ | | Authentication Configuration | `AUTH_ORG` | ✅ | ❌ | -| Event Trigger Subscriptions | `TRIGGER_SUBSCRIPTION` | ✅ | ✅ | +| Form Definitions | `FORM_DEFINITION` | ✅ | ❌ | | Governance Groups | `GOVERNANCE_GROUP` | ✅ | ❌ | | Identity Profiles | `IDENTITY_PROFILE` | ✅ | ✅ | +| Notification Templates | `NOTIFICATION_TEMPLATE` | ✅ | ❌ | +| Public Identities Configuration | `PUBLIC_IDENTITIES_CONFIG` | ✅ | ❌ | +| Roles | `ROLE` | ✅ | ❌ | | Rules | `RULE` | ✅ | ✅| | Sources | `SOURCE` | ✅ | ✅ | | Transforms | `TRANSFORM` | ✅ | ✅ | +| Event Trigger Subscriptions | `TRIGGER_SUBSCRIPTION` | ✅ | ✅ | :::tip