Skip to main content

PutIdentityCollectorV1409Response

Properties

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

Examples

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

[Back to top]