04/04/2023 04:07 AM
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
04/05/2023 02:37 PM
Let me check this and will update.
04/06/2023 09:11 AM
Can you try with the below
{
"group_filter": "securityEnabled eq true&mailEnabled eq false&groupTypes/any(c:c+eq+'Group_name')"
}
04/06/2023 11:00 PM
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 | [] | false | true | Yes |
04/10/2023 12:13 PM
Try with the below filter
{
"group_filter": "securityEnabled eq true&mailEnabled eq false&groupTypes/any(c:c+eq+'')"
}