groupImportMapping: -------------------- { "importGroupHierarchy": "true", "entitlementTypeName": "memberOf", "performGroupAccountLinking": "true", "incrementalTimeField": "whenChanged", "groupObjectClass": "(objectclass=group)", "advanceGroupFilter": { "memberOf": { "OU=Contractor/Vendor,OU=VPN,OU=UserGroupsApps,OU=SystemUsers,DC=,DC=,DC=": [ "(&(objectClass=group)(displayName=Groups))" ], "DC=,DC=,DC=": [ "(&(objectClass=group))" ] } }, "mapping": "memberHash:member_char,customproperty1:sAMAccountType_char,customproperty2:instanceType_char,customproperty3:uSNCreated_char,customproperty4:groupType_char,customproperty5:dSCorePropagationData_char,customproperty12:dn_char,customproperty13:cn_char,lastscandate:whenCreated_date,customproperty15:managedBy_char,entitlement_glossary:description_char,description:description_char,displayname:name_char,customproperty9:name_char,customproperty10:objectCategory_char,customproperty11:sAMAccountName_char,entitlement_value:distinguishedName_char,entitlementid:distinguishedName_char,customproperty14:objectClass_char,updatedate:whenChanged_date,customproperty17:distinguishedName_char,RECONCILATION_FIELD:customproperty18,customproperty18:objectGUID_Binary,customproperty19:extensionAttribute2_char,customproperty21:extensionAttribute3_char,customproperty22:extensionAttribute4_char", "entitlementOwnerAttribute": "managedBy", "tableFieldAttribute": "customproperty41", "activeGroupPossibleValues": [ "active", "a", "l", "TRUE" ] } ************************************************************************************************** ************************************************************************************************** createUpdateMappings: --------------------- "cn": "${role?.customproperty27}", "objectCategory": "CN=Group,CN=Schema,CN=Configuration,DC=,DC=,DC=", "displayName": "${role?.displayname}", "SamAccountName": "${role?.customproperty27}", "description": "${role?.description}", "objectClass": "group", "name": "${role?.customproperty27}", "msSFU30Name":"${role?.customproperty27}", "msSFU30NisDomain":"", "managedBy": "${user.customproperty62!=null?user.customproperty62:''}", "extensionAttribute2":"test", "memberOf":"${role?.customproperty9}", "groupType": "${if (role.customproperty21 == 'Security' && role.customproperty22 == 'Global') '-2147483646' else if (role.customproperty21 == 'Security' && role.customproperty22 == 'Domain Local') '-2147483644' else if (role.customproperty21 == 'Security' && role.customproperty22 == 'Universal') '-2147483640' else if (role.customproperty21 == 'Distribution' && role.customproperty22 == 'Global') '2' else if (role.customproperty21 == 'Distribution' && role.customproperty22 == 'Domain Local') '4' else if (role.customproperty21 == 'Distribution' && role.customproperty22 == 'Universal') '8' else ''}"