mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
13 lines
240 B
YAML
13 lines
240 B
YAML
allOf:
|
|
- $ref: '../../v3/schemas/BaseReferenceDto.yaml'
|
|
- type : object
|
|
properties:
|
|
status:
|
|
type: string
|
|
enum:
|
|
- SUCCESS
|
|
- WARNING
|
|
- ERROR
|
|
- TERMINATED
|
|
- TEMP_ERROR
|
|
- PENDING |