Files
api-specs/idn/beta/schemas/work-reassignment/EvaluateResponse.yaml
GitHub Action Bot a7ecac899d Automated commit 'Merge pull request #1246 from sailpoint/dreeves/idnwr-436
IDNWR-436: Add Work Reassignment APIs to beta' by github action: 5080672511
2023-05-25 13:41:42 +00:00

13 lines
484 B
YAML

type: object
description: The response body for Evaluate Reassignment Configuration
properties:
reassignToId:
type: string
description: The Identity ID which should be the recipient of any work items sent to a specific identity & work type
example: 869320b6b6f34a169b6178b1a865e66f
lookupTrail:
type: array
description: List of Reassignments found by looking up the next `TargetIdentity` in a ReassignmentConfiguration
items:
$ref: 'LookupStep.yaml'