Files
api-specs/idn/beta/schemas/work-reassignment/ConfigurationResponse.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

10 lines
313 B
YAML

type: object
description: The response body of a Reassignment Configuration for a single identity
properties:
identity:
$ref: 'Identity.yaml'
configDetails:
type: array
description: Details of how work should be reassigned for an Identity
items:
$ref: 'ConfigurationDetailsResponse.yaml'