Skip to main content

CreateIdentityCollectorV1409Response

Properties

NameTypeDescriptionNotes
DetailCodeStringFine-grained error code providing more detail of the error.[optional]
TrackingIdStringUnique tracking id for the error.[optional]
Messages[]CreateIdentityCollectorV1409ResponseMessagesInnerGeneric localized reason for error.[optional]

Examples

  • Prepare the resource
$CreateIdentityCollectorV1409Response = Initialize-CreateIdentityCollectorV1409Response -DetailCode 409.1 Conflict `
-TrackingId e7eab60924f64aa284175b9fa3309599 `
-Messages null
  • Convert the resource to JSON
$CreateIdentityCollectorV1409Response | ConvertTo-JSON

[Back to top]