mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
23 lines
599 B
YAML
23 lines
599 B
YAML
type: object
|
|
properties:
|
|
type:
|
|
type: string
|
|
enum:
|
|
- IDENTITY
|
|
- ACCOUNT
|
|
- ENTITLEMENT
|
|
description: The type of object being used by the criterion
|
|
example: ACCOUNT
|
|
property:
|
|
type: string
|
|
description: The property for which the criteria is evaluated on
|
|
example: attribute.firstName
|
|
sourceId:
|
|
type: string
|
|
description: The ID for the source on which the property exists
|
|
example: 2c9180897194c68c01719935df1e1f5a
|
|
sourceName:
|
|
type: string
|
|
description: The name of the source on which the property exists
|
|
example: ODS-AD-Source
|