mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
19 lines
377 B
Plaintext
19 lines
377 B
Plaintext
---
|
|
id: service-desk-integration
|
|
title: Service Desk Integration
|
|
description: Service Desk Integration
|
|
---
|
|
|
|
|
|
|
|
Operations for creating and accessing service desk integrations
|
|
|
|
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|
|
|