mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
16 lines
326 B
YAML
16 lines
326 B
YAML
allOf:
|
|
- $ref: '../../v3/schemas/SodReportResultDto.yaml'
|
|
- type : object
|
|
properties:
|
|
status:
|
|
type: string
|
|
description: Status of a SOD policy violation report.
|
|
enum:
|
|
- SUCCESS
|
|
- WARNING
|
|
- ERROR
|
|
- TERMINATED
|
|
- TEMP_ERROR
|
|
- PENDING
|
|
example: PENDING
|