mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
19 lines
334 B
Plaintext
19 lines
334 B
Plaintext
---
|
|
id: sp-config
|
|
title: SP-Config
|
|
description: SP-Config
|
|
---
|
|
|
|
|
|
|
|
Import and export configuration for some objects between tenants.
|
|
|
|
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|
|
|