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

27 lines
510 B
YAML

description: TaskStatus Message
required:
- key
- localizedText
- type
- parameters
type: object
properties:
type:
description: Type of the message
type: string
enum:
- INFO
- WARN
- ERROR
localizedText:
description: Localized form of the message
$ref: './LocalizedMessage.yaml'
key:
description: Key of the message
type: string
parameters:
description: Message parameters for internationalization
type: array
items:
type: object