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

Filter import for ADSI Accounts and Access

Soumyaprateek
New Contributor III
New Contributor III

Hi All

Appreciate any help for the queries below.

Can we define OBJECTFILTER for accounts, where we can filter 100 accounts like accounts with different sAMaccountName (ABCD, XGFGH, agkah, 12hja.....)
similart to 'IN' function in mySQL

 

For groups can we do something simialr one level below the groupSearchBaseDN? by using groupImportMapping

 

{
"importGroupHierarchy": "true",
"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:samaccounttype_char,entitlement_value:distinguishedname_char,entitlementid:distinguishedname_char,customProperty14:objectclass_char,updatedate:whenchanged_date,customProperty17:distinguishedname_char,customProperty18:objectguid_char,RECONCILATION_FIELD:customProperty18",
"entitlementOwnerAttribute": "managedby",
"tableFieldAttribute": "accountID"
}

1 REPLY 1

rushikeshvartak
All-Star
All-Star

You can use below 

"groupObjectClass": "(objectclass=group)",

https://saviynt.freshdesk.com/support/solutions/articles/43000653724-adsi-connector-guide


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