mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Automated commit by github action: 5268244216
This commit is contained in:
@@ -25,7 +25,7 @@ get:
|
|||||||
name: configType
|
name: configType
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
$ref: '../schemas/work-reassignment/WorkTypeEnum.yaml'
|
$ref: '../schemas/work-reassignment/ConfigTypeEnum.yaml'
|
||||||
description: Reassignment work type
|
description: Reassignment work type
|
||||||
example: accessRequests
|
example: accessRequests
|
||||||
- in: query
|
- in: query
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
type: string
|
type: string
|
||||||
description: Enum list of valid work types that can be selected for a Reassignment Configuration
|
description: Enum list of valid work types that can be selected for a Reassignment Configuration
|
||||||
enum:
|
enum:
|
||||||
- accessRequests
|
- ACCESS_REQUESTS
|
||||||
- certifications
|
- CERTIFICATIONS
|
||||||
- manualTasks
|
- MANUAL_TASKS
|
||||||
example: accessRequests
|
example: ACCESS_REQUESTS
|
||||||
@@ -8,4 +8,4 @@ properties:
|
|||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
description: Human-readable display name of the object
|
description: Human-readable display name of the object
|
||||||
example: William.Wilson
|
example: William Wilson
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
type: string
|
|
||||||
description: Enum list of valid work types that can be selected for a Reassignment Configuration
|
|
||||||
enum:
|
|
||||||
- accessRequests
|
|
||||||
- certifications
|
|
||||||
- manualTasks
|
|
||||||
example: accessRequests
|
|
||||||
Reference in New Issue
Block a user