Files
api-specs/idn/v3/schemas/TransformRead.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