mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
18 lines
433 B
YAML
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'
|
|
}
|