mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
19 lines
350 B
Plaintext
19 lines
350 B
Plaintext
---
|
|
id: managed-clients
|
|
title: Managed Clients
|
|
description: Managed Clients
|
|
---
|
|
|
|
|
|
|
|
Read and write operations for managing client data and statuses
|
|
|
|
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|
|
|