Files
developer.sailpoint.com/docs/extensibility/configuration-management/index.mdx
james.haytko 39d523b1b3 devrel-1508
2024-04-08 10:45:59 -05:00

37 lines
1.5 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: /extensibility/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 (backup in Configuration Hub) and import (deploy in Configuration Hub) 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, restore, or migrate tenant configurations.
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```
## Discuss
The most valuable resource for ISC developers is the SailPoint Developer Community itself, where ISC users and experts all over the world come together to ask questions and provide solutions.
To learn more about ISC configuration management and discuss it with SailPoint Developer Community members, go to the [SailPoint Developer Community Forum](https://developer.sailpoint.com/discuss/c/isc/6).