mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
13 lines
343 B
YAML
13 lines
343 B
YAML
title: reference
|
|
type: object
|
|
required:
|
|
- id
|
|
properties:
|
|
id:
|
|
type: string
|
|
description: This ID specifies the name of the pre-existing transform which you want to use within your current transform
|
|
example: "Existing Transform"
|
|
requiresPeriodicRefresh:
|
|
$ref: './RequiresPeriodicRefresh.yaml'
|
|
input:
|
|
$ref: './input.yaml' |