MessageCatalogDto
Properties
Name | Type | Description | Notes |
---|---|---|---|
Locale | String | The language in which the messages are returned | [optional] |
Messages | []ResourceBundleMessage | The list of message with their keys and formats | [optional] |
Examples
- Prepare the resource
$MessageCatalogDto = Initialize-PSSailpoint.BetaMessageCatalogDto -Locale en_US `
-Messages null
- Convert the resource to JSON
$MessageCatalogDto | ConvertTo-JSON