mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
21 lines
666 B
Markdown
21 lines
666 B
Markdown
---
|
|
id: ootb-transforms
|
|
title: Out of the Box Transforms
|
|
pagination_label: Out of the Box Transforms
|
|
sidebar_label: OOTB Transforms
|
|
sidebar_class_name: operations
|
|
keywords: ['transforms', 'operations']
|
|
description: A list of out of the box transforms.
|
|
slug: /extensibility/transforms/ootb
|
|
tags: ['Transforms', 'Transform Operations']
|
|
---
|
|
|
|
Identity Security Cloud ships out of the box with a number of primitive transforms. The following sections describe the transforms.
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|