Merge pull request #259 from sailpoint-oss/feature/saas-configuration-new-export-objects

devrel-953, 964, 965
This commit is contained in:
James Haytko
2023-06-06 11:20:27 -05:00
committed by GitHub

View File

@@ -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