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

12 lines
137 B
YAML

description: Standard Log4j log level
type: string
example: INFO
enum:
- OFF
- FATAL
- ERROR
- WARN
- INFO
- DEBUG
- TRACE