mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
devrel-1603
This commit is contained in:
@@ -13,7 +13,10 @@ tags: ['SaaS Configuration']
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
This is a guide about using the SailPoint SaaS Configuration APIs to import configurations into and export configurations from the SailPoint SaaS system. Use these APIs to get configurations in bulk in support of environmental promotion, go-live, or tenant-to-tenant configuration management processes and pipelines.
|
||||
You can use the SailPoint SaaS Configuration APIs to export snapshots of your tenant configurations and import them to restore those configurations in other SaaS systems, such as new or existing tenants.
|
||||
Use these APIs to get configurations in bulk in support of environmental promotion, go-live, or tenant-to-tenant configuration management processes and pipelines.
|
||||
|
||||
Read this document to learn about the different SaaS Configuration APIs and what you can do with them.
|
||||
|
||||
For more details around how to manage configurations, refer to [SailPoint SaaS Change Management and Deployment Best Practices](https://community.sailpoint.com/t5/IdentityNow-Articles/SailPoint-SaaS-Change-Management-and-Deployment-Best-Practices/ta-p/189871).
|
||||
|
||||
@@ -23,6 +26,16 @@ This document is intended for technically proficient administrators, implementer
|
||||
|
||||
## Supported Objects
|
||||
|
||||
A SailPoint tenant configuration comprises various objects and their details, such as an organization's different identity profiles, roles, certification campaigns, and more.
|
||||
You can use the SaaS Configuration APIs to exclude objects from the imports and exports.
|
||||
|
||||
This table lists the objects supported for import and export with the SaaS Configuration APIs:
|
||||
|
||||
:::note
|
||||
This table also lists the objects supported for backup and deploy, the terms used in Configuration Hub for export and import functionality.
|
||||
To learn more about Configuration Hub, refer to [Configuration Hub](https://documentation.sailpoint.com/saas/help/confighub/config_hub.html).
|
||||
:::
|
||||
|
||||
| **Object** | **Object Type** | **Export** | **Import** | **Backup** | **Deploy** |
|
||||
| :-- | :-- | :-- | :-- | :-- | :-- |
|
||||
| Access Profiles | `ACCESS_PROFILE` | ✅ | ❌ | ✅ | ✅ |
|
||||
|
||||
Reference in New Issue
Block a user