Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/LocalizedMessage.md
2025-05-07 14:37:48 +00:00

913 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-localized-message LocalizedMessage LocalizedMessage LocalizedMessage powershellsdk
powershell
PowerShell
sdk
LocalizedMessage
BetaLocalizedMessage
/tools/sdk/powershell/beta/models/localized-message
SDK
Software Development Kit
LocalizedMessage
BetaLocalizedMessage

LocalizedMessage

Properties

Name Type Description Notes
Locale String Message locale [required]
Message String Message text [required]

Examples

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

[Back to top]