IAdmDomainSyncedObjectManagementOptions

The IAdmDomainSyncedObjectManagementOptions interface is used to manage options for displaying Microsoft Entra objects synchronized with Active Directory.

To get the IAdmDomainSyncedObjectManagementOptions interface, use property IAdmAzureManagedDomain::SyncedObjectManagementOptions.

Properties

  • Property

  • Description

  • ManagementType

  • Gets or sets a value indicating whether to display Microsoft Entra objects synchronized with Active Directory.

  • ManagedDomains

  • If only Microsoft Entra objects synchronized with specific Active Directory domains should be displayed, this property gets or sets a list of the domains.

Details

ManagementType

Gets or sets a value indicating whether to display Microsoft Entra objects synchronized with Active Directory.


ManagedDomains

If only Microsoft Entra objects synchronized with specific Active Directory domains should be displayed, this property gets or sets a list of the domains.

  • Type:
  • string[]
  • Access:
  • Read/Write

Remarks

The property takes effect only if the ManagementType property is set to ADM_SYNCHRONIZATIONMANAGEMENT_TYPE_MANAGESPECIFICDOMAINS.


Requirements

Minimum required version: 2023

See also