Skip to main content

PutIdentityCollectorV1409ResponseMessagesInner

Properties

NameTypeDescriptionNotes
LocaleStringThe locale for the message text, a BCP 47 language tag.[optional]
LocaleOriginStringAn indicator of how the locale was selected.[optional]
TextStringActual 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

[Back to top]