mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
---
|
|
id: configuration-management
|
|
title: Configuration Management
|
|
pagination_label: Configuration Management
|
|
sidebar_label: Configuration Management
|
|
sidebar_position: 6
|
|
sidebar_class_name: Configuration Management
|
|
hide_title: true
|
|
keywords:
|
|
[
|
|
'portal',
|
|
'docs',
|
|
'documentation',
|
|
]
|
|
description: Export and import tenant configurations.
|
|
slug: /configuration-management
|
|
tags: ['Introduction', 'Getting Started']
|
|
---
|
|
|
|
## Overview
|
|
Configuration Management provides you with a form of version control for your tenant configurations.
|
|
With Configuration Management, you can export snapshots of your current tenant configurations, downloading them in a JSON.
|
|
These configurations can serve as different versions of your tenant configuration.
|
|
You can then import those configurations into tenants to update, resore, or migrate tenant configurations.
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|
|
|
|
## Discuss
|
|
To learn more about configuration management and discuss it with SailPoint Developer Community members, go to the [Forum](https://developer.sailpoint.com/discuss/tags/c/isc/6). |