Show / Hide Table of Contents

OnPremDirectorySynchronization.ReadWrite.All

Allows the app to read and write all on-premises directory synchronization information for the organization, on behalf of the signed-in user.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 D GET /directory/onPremisesSynchronization
V1 D PATCH /directory/onPremisesSynchronization/{id}

Delegate Permission

Id c2d95988-7604-4ba1-aaed-38a5f82a51c7
Consent Type Admin
Display String Read and write all on-premises directory synchronization information
Description Allows the app to read and write all on-premises directory synchronization information for the organization, on behalf of the signed-in user.

Resources

onPremisesDirectorySynchronization

Property Type Description
configuration onPremisesDirectorySynchronizationConfiguration Consists of configurations that can be fine-tuned and impact the on-premises directory synchronization process for a tenant.
features onPremisesDirectorySynchronizationFeature Consists of directory synchronization features that can be enabled or disabled.
id String The unique Azure AD tenant ID.

onPremisesDirectorySynchronizationConfiguration

Property Type Description
accidentalDeletionPrevention onPremisesAccidentalDeletionPrevention Contains the accidental deletion prevention configuration for a tenant.
customerRequestedSynchronizationInterval Duration Interval of time that the customer requested the sync client waits between sync cycles.
synchronizationInterval Duration Interval of time the sync client should honor between sync cycles

onPremisesDirectorySynchronizationFeature

Property Type Description
blockCloudObjectTakeoverThroughHardMatchEnabled Boolean Used to block cloud object takeover via source anchor hard match if enabled.
blockSoftMatchEnabled Boolean Use to block soft match for all objects if enabled for the tenant. Customers are encouraged to enable this feature and keep it enabled until soft matching is required again for their tenancy. This flag should be enabled again after any soft matching has been completed and is no longer needed.
bypassDirSyncOverridesEnabled Boolean When true, persists the values of Mobile and OtherMobile in on-premises AD during sync cycles instead of values of MobilePhone or AlternateMobilePhones in Azure AD.
cloudPasswordPolicyForPasswordSyncedUsersEnabled Boolean Used to indicate that cloud password policy applies to users whose passwords are synchronized from on-premises.
concurrentCredentialUpdateEnabled Boolean Used to enable concurrent user credentials update in OrgId.
concurrentOrgIdProvisioningEnabled Boolean Used to enable concurrent user creation in OrgId.
deviceWritebackEnabled Boolean Used to indicate that device write-back is enabled.
directoryExtensionsEnabled Boolean Used to indicate that directory extensions are being synced from on-premises AD to Azure AD.
fopeConflictResolutionEnabled Boolean Used to indicate that for a Microsoft Forefront Online Protection for Exchange (FOPE) migrated tenant, the conflicting proxy address should be migrated over.
groupWriteBackEnabled Boolean Used to enable object-level group writeback feature for additional group types.
passwordSyncEnabled Boolean Used to indicate on-premise password synchronization is enabled.
passwordWritebackEnabled Boolean Used to indicate that writeback of password resets from Azure AD to on-premises AD is enabled.
quarantineUponProxyAddressesConflictEnabled Boolean Used to indicate that we should quarantine objects with conflicting proxy address.
quarantineUponUpnConflictEnabled Boolean Used to indicate that we should quarantine objects conflicting with duplicate userPrincipalName.
softMatchOnUpnEnabled Boolean Used to indicate that we should soft match objects based on userPrincipalName.
synchronizeUpnForManagedUsersEnabled Boolean Used to indicate that we should synchronize userPrincipalName objects for managed users with licenses.
unifiedGroupWritebackEnabled Boolean Used to indicate that Microsoft 365 Group write-back is enabled.
userForcePasswordChangeOnLogonEnabled Boolean Used to indicate that feature to force password change for a user on logon is enabled while synchronizing on-premise credentials.
userWritebackEnabled Boolean Used to indicate that user writeback is enabled.
In This Article
Back to top Created by merill | Submit feedback