ErrorMessageDto1
Properties
Name | Type | Description | Notes |
---|---|---|---|
Locale | String | The locale for the message text, a BCP 47 language tag. | [optional] |
LocaleOrigin | LocaleOrigin | [optional] | |
Text | String | Actual text of the error message in the indicated locale. | [optional] |
Examples
- Prepare the resource
$ErrorMessageDto1 = Initialize-PSSailpoint.V2024ErrorMessageDto1 -Locale en-US `
-LocaleOrigin null `
-Text The request was syntactically correct but its content is semantically invalid.
- Convert the resource to JSON
$ErrorMessageDto1 | ConvertTo-JSON