Files
developer.sailpoint.com/docs/extensibility/transforms/out-of-the-box-operations/index.md
2024-11-01 12:32:46 -04:00

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}/>
```