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

19 lines
655 B
YAML

type: object
description: The request body of Reassignment Configuration Details for a specific identity and config type
properties:
configType:
$ref: 'ConfigTypeEnum.yaml'
targetIdentity:
$ref: 'Identity.yaml'
startDate:
type: string
description: The date from which to start reassigning work items
format: 'date-time'
example: '2022-07-21T11:13:12.345Z'
endDate:
type: string
description: The date from which to stop reassigning work items. If this is an empty string it indicates a permanent reassignment.
format: 'date-time'
example: '0001-01-01T00:00:00Z'
auditDetails:
$ref: 'AuditDetails.yaml'