Skip to main content

MessageCatalogDto

Properties

NameTypeDescriptionNotes
LocaleStringThe language in which the messages are returned[optional]
Messages[]ResourceBundleMessageThe 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

[Back to top]