devrel-995

This commit is contained in:
james.haytko
2023-06-27 09:35:00 -05:00
parent e9cffad465
commit e22845331f

View File

@@ -26,17 +26,27 @@ This document is intended for technically proficient administrators, implementer
| **Object** | **Object Type** | **Export** | **Import** |
| :-- | :-- | :-- | :-- |
| Access Profiles | `ACCESS_PROFILE` | ✅ | ❌ |
| Access Request Configuration | `ACCESS_REQUEST_CONFIG` | ✅ | ❌ |
| Attribute Sync Source Configuration | `ATTR_SYNC_SOURCE_CONFIG` | ✅ | ❌ |
| Authentication Configuration | `AUTH_ORG` | ✅ | ❌ |
| Campaign Filters | `CAMPAIGN_FILTER` | ✅ | ❌ |
| Form Definitions | `FORM_DEFINITION` | ✅ | ❌ |
| Governance Groups | `GOVERNANCE_GROUP` | ✅ | ❌ |
| Identity Object Configuration | `IDENTITY_OBJECT_CONFIG` | ✅ | ❌ |
| Identity Profiles | `IDENTITY_PROFILE` | ✅ | ✅ |
| Lifecycle States | `LIFECYCLE_STATE` | ✅ | ❌ |
| Notification Templates | `NOTIFICATION_TEMPLATE` | ✅ | ❌ |
| Password Policies | `PASSWORD_POLICY` | ✅ | ❌ |
| Password Sync Groups | `PASSWORD_SYNC_GROUP` | ✅ | ❌ |
| Public Identities Configuration | `PUBLIC_IDENTITIES_CONFIG` | ✅ | ❌ |
| Roles | `ROLE` | ✅ | ❌ |
| Rules | `RULE` | ✅ | ✅|
| Separation of Duties Policies | `SOD_POLICY` | ✅ | ❌ |
| Service Desk Integrations | `SERVICE_DESK_INTEGRATION` | ✅ | ❌ |
| Sources | `SOURCE` | ✅ | ✅ |
| Transforms | `TRANSFORM` | ✅ | ✅ |
| Event Trigger Subscriptions | `TRIGGER_SUBSCRIPTION` | ✅ | ✅ |
| Workflows | `WORKFLOWS` | ✅ | ❌ |
:::tip