Skip to main content

IdentitycollectordependenciesconflicterrorMessagesInner

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
$IdentitycollectordependenciesconflicterrorMessagesInner = Initialize-IdentitycollectordependenciesconflicterrorMessagesInner -Locale en-US `
-LocaleOrigin DEFAULT `
-Text Identity collector is in use and cannot be deleted.
  • Convert the resource to JSON
$IdentitycollectordependenciesconflicterrorMessagesInner | ConvertTo-JSON

[Back to top]