Skip to main content

Identitycollectordependenciesconflicterror

Properties

NameTypeDescriptionNotes
DetailCodeStringFine-grained error code providing more detail of the error.[optional]
TrackingIdStringUnique tracking id for the error.[optional]
Messages[]IdentitycollectordependenciesconflicterrorMessagesInnerGeneric localized reason for error.[optional]
Dependencies[]IdentitycollectordependencyDependent objects blocking deletion. At most three items are returned.[optional]
ExtendedDependenciesCountInt32Number of additional dependent objects not included in dependencies.[optional]

Examples

  • Prepare the resource
$Identitycollectordependenciesconflicterror = Initialize-Identitycollectordependenciesconflicterror -DetailCode 409 Conflict `
-TrackingId e7eab60924f64aa284175b9fa3309599 `
-Messages null `
-Dependencies null `
-ExtendedDependenciesCount 2
  • Convert the resource to JSON
$Identitycollectordependenciesconflicterror | ConvertTo-JSON

[Back to top]