mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
666 B
666 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, description, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | description | slug | tags | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ootb-transforms | Out of the Box Transforms | Out of the Box Transforms | OOTB Transforms | operations |
|
A list of out of the box transforms. | /extensibility/transforms/ootb |
|
Identity Security Cloud ships out of the box with a number of primitive transforms. The following sections describe the transforms.
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>