mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
15 lines
295 B
Plaintext
15 lines
295 B
Plaintext
---
|
|
id: requestable-objects
|
|
title: Requestable Objects
|
|
description: Requestable Objects
|
|
---
|
|
|
|
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|
|
|