Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/LocalizedMessage.md
2025-02-03 22:09:17 +00:00

930 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
v2024-localized-message LocalizedMessage LocalizedMessage LocalizedMessage powershellsdk
powershell
PowerShell
sdk
LocalizedMessage
V2024LocalizedMessage
/tools/sdk/powershell/v2024/models/localized-message
SDK
Software Development Kit
LocalizedMessage
V2024LocalizedMessage

LocalizedMessage

Properties

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

Examples

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

[Back to top]