PutIdentityCollectorV1409ResponseMessagesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Locale | String | The locale for the message text, a BCP 47 language tag. | [optional] |
| LocaleOrigin | String | An indicator of how the locale was selected. | [optional] |
| Text | String | Actual text of the error message in the indicated locale. | [optional] |
Examples
- Prepare the resource
$PutIdentityCollectorV1409ResponseMessagesInner = Initialize-PutIdentityCollectorV1409ResponseMessagesInner -Locale en-US `
-LocaleOrigin DEFAULT `
-Text An identity collector with the same name already exists.
- Convert the resource to JSON
$PutIdentityCollectorV1409ResponseMessagesInner | ConvertTo-JSON