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

18 lines
433 B
YAML

type: object
properties:
type:
type: string
description: The type of the transform definition.
example: accountAttribute
attributes:
type: object
additionalProperties:
type: object
description: >-
Arbitrary key-value pairs to store any metadata for the object
example: {
attributeName: 'e-mail',
sourceName: 'MySource',
sourceId: '2c9180877a826e68017a8c0b03da1a53'
}