mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
25 lines
812 B
Markdown
25 lines
812 B
Markdown
---
|
|
id: operations
|
|
title: Operations
|
|
pagination_label: Operations
|
|
sidebar_label: Operations
|
|
sidebar_class_name: operations
|
|
keywords: ['transforms', 'operations']
|
|
description: A list of transform operations.
|
|
slug: /extensibility/transforms/operations
|
|
tags: ['Transforms', 'Transform Operations']
|
|
---
|
|
|
|
This document lists each type of operation you can perform in a transform. Sometimes you will hear these transforms referred to as **Seaspray**, the codename for transforms.
|
|
|
|
## Transform operations
|
|
|
|
Seaspray ships out of the box with a number of primitive operations. The following sections describe the operations.
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|