mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
918 B
918 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 |
|
/tools/sdk/powershell/v2024/models/localized-message |
|
LocalizedMessage
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Locale | String | Message locale | [required] |
| Message | String | Message text | [required] |
Examples
- Prepare the resource
$LocalizedMessage = Initialize-V2024LocalizedMessage -Locale An error has occurred! `
-Message Error has occurred!
- Convert the resource to JSON
$LocalizedMessage | ConvertTo-JSON