mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
18 lines
467 B
YAML
18 lines
467 B
YAML
allOf:
|
|
- $ref: "./Transform.yaml"
|
|
- type: object
|
|
required:
|
|
- id
|
|
- internal
|
|
properties:
|
|
id:
|
|
type: string
|
|
description: >-
|
|
Unique ID of this transform
|
|
example: 2cd78adghjkja34jh2b1hkjhasuecd
|
|
internal:
|
|
type: boolean
|
|
description: >-
|
|
Indicates whether this is an internal SailPoint-created transform or a customer-created transform
|
|
example: false
|
|
default: false |