Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

ADSI Groups created via Saviynt is not synced to cloud

SirishaP
New Contributor II
New Contributor II
Hi,
Connector- ADSI Connector
Issue- We have created a Group via Saviynt, populating displayname and samaccountname, but we still find that the group is not synced to cloud yet
Is there any way to populate mailnickname for the group
Below mentioned is the Json used:
CreateGroupJson-
{
    "objects": [
        {
            "objectClasses": [
                "group"
            ],
            "baseDn": "${role.customproperty24}",
            "attributes": {
                "cn": "${role?.customproperty26}",
                "samaccountname": "${role?.customproperty26}",
                "name": "${role?.displayname}",
                "description": "${role?.description}",
                "displayName": "${role?.customproperty26}",
                "groupType": "-2147483640",
                "managedBy": "${ownerAccountListMap!=null && allOwnerList!=null && allOwnerList.size()>0 && 
                 ownerAccountListMap?.get(allOwnerList.get(0)?.userkey.username)!=null && 
                 ownerAccountListMap?.get(allOwnerList.get(0)?.userkey.username).size()>0? 
             ownerAccountListMap?.get(allOwnerList.get(0)?.userkey.username).get(0)?.customproperty32:''}",
              "mailnickname": "${role?.customproperty26}"
            }
        }
    ]
}
GroupImportMapping-
{
  "importGroupHierarchy": "false",
  "entitlementTypeName": "memberOf",
  "performGroupAccountLinking": "true",
  "groupObjectClass": "(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:objectguid_binary,customProperty14:objectclass_char,updatedate:whenchanged_date,customProperty17:distinguishedname_char,customProperty18:mailnickname_char,RECONCILATION_FIELD:entitlementid",
  "entitlementOwnerAttribute": "managedby",
  "tableFieldAttribute": "customproperty32"
}
 
1 REPLY 1

NM
Honored Contributor III
Honored Contributor III

@SirishaP what is the criteria to sync the group to AzureAD?

ADSI-> AzureAD sync


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'