Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/ReportResultReference.yaml
2022-09-26 21:59:54 -04:00

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