mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 20:37:47 +00:00
664 B
664 B
id, title, pagination_label, sidebar_label, sidebar_position, sidebar_class_name, keywords, description, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_position | sidebar_class_name | keywords | description | slug | tags | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| connector-commands | Connector Commands | Connector Commands | Connector Commands | 7 | connectorCommands |
|
All commands available to implement in a SaaS Connector. | /connectivity/saas-connectivity/connector-commands |
|
Below you will find all of commands available to implement in a SaaS Connector.
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>