mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
27 lines
510 B
YAML
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
|