Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to use multiple condition in Entitlement_Filter of Azure AD connector

kumargourav
New Contributor
New Contributor

Import only AADGroup from Azure AD connector where mailEnabled = false , securityEnabled = true and groupTypes =[]

Basically we need to filter only Security group type and import in Saviynt.

Saviynt version : 5.5.sp3.14

@ParitaSavla @rushikeshvartak @sahajranajee

4 REPLIES 4

SB
Saviynt Employee
Saviynt Employee

Let me check this and will update.


Regards,
Sahil

SB
Saviynt Employee
Saviynt Employee

Can you try with the below

{
"group_filter": "securityEnabled eq true&mailEnabled eq false&groupTypes/any(c:c+eq+'Group_name')"
}


Regards,
Sahil

kumargourav
New Contributor
New Contributor

Need to confirm here in grouptype = [] what should i pass in this provided JSON?

{
"group_filter": "securityEnabled eq true&mailEnabled eq false&groupTypes/any(c:c+eq+'Group_name')"
}

What i found in Microsoft Azure guide:

TypegroupType  mailEnabled   securityEnabled   Created and managed via the groups API

Security groups[]falsetrueYes

SB
Saviynt Employee
Saviynt Employee

Try with the below filter 

{
"group_filter": "securityEnabled eq true&mailEnabled eq false&groupTypes/any(c:c+eq+'')"
}


Regards,
Sahil