We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5569d commit 7b0fd03Copy full SHA for 7b0fd03
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Settings/Invoke-ExecCustomData.ps1
@@ -367,7 +367,7 @@ function Invoke-ExecCustomData {
367
tenant = $Mapping.tenantFilter.label
368
dataset = $Mapping.extensionSyncDataset.label
369
sourceType = $Mapping.sourceType.label
370
- directoryType = $Mapping.directoryObjectType.label
+ directoryObject = $Mapping.directoryObjectType.label
371
syncProperty = $Mapping.extensionSyncProperty.label ?? @($Mapping.extensionSyncDataset.addedFields.select -split ',')
372
customDataAttribute = $Mapping.customDataAttribute.label
373
}
0 commit comments