Skip to main content

Identitycollectordependency

Properties

NameTypeDescriptionNotes
NameStringThe display name of the dependent object. For applications, the platform dependency query may prefix the object name (for example, Application - Finance SharePoint).[optional]
TypeStringThe internal dependent object type identifier (fully qualified type name).[optional]
TypeDisplayNameStringThe human-readable display name of the dependent object type.[optional]

Examples

  • Prepare the resource
$Identitycollectordependency = Initialize-Identitycollectordependency -Name Application - Finance SharePoint `
-Type WBX.WhiteOPS.ServerCore.BAM `
-TypeDisplayName Application
  • Convert the resource to JSON
$Identitycollectordependency | ConvertTo-JSON

[Back to top]