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