Skip to main content

Conflictingitemsourceref

Properties

NameTypeDescriptionNotes
IdStringSource resource identifier when known.[optional]
NameStringDisplay name of the source.[optional]
TypeStringSource type classification (for example application or connector type).[optional]
DescriptionStringHuman-readable description of the source.[optional]

Examples

  • Prepare the resource
$Conflictingitemsourceref = Initialize-Conflictingitemsourceref  -Id 2c9180825a6c1adc015a71c9db2101a1 `
-Name Active Directory `
-Type DIRECT_CONNECT `
-Description Corporate Active Directory source.
  • Convert the resource to JSON
$Conflictingitemsourceref | ConvertTo-JSON

[Back to top]