Files
developer.sailpoint.com/static/api-specs/idn/v3/schemas/transforms/Reference.yaml
2022-09-26 21:59:54 -04:00

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'