Skip to main content

LocalizedMessage

Properties

NameTypeDescriptionNotes
LocaleStringMessage locale[required]
MessageStringMessage text[required]

Examples

  • Prepare the resource
$LocalizedMessage = Initialize-PSSailpoint.BetaLocalizedMessage  -Locale An error has occurred! `
-Message Error has occurred!
  • Convert the resource to JSON
$LocalizedMessage | ConvertTo-JSON

[Back to top]