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

Need a Sample for ENTITLEMENT_FILTER_JSON

Souvik
New Contributor III
New Contributor III

I need a sample for ENTITLEMENT_FILTER_JSON for the Azure AD connector. We have a requirement to import only those entitlements in the AAD group whose name starts with "ZBR RPA". However, in the Freshdesk document, I am not able to find a sample for ENTITLEMENT_FILTER_JSON for the Azure AD connector.

For the Google GCP Connector, I found the ENTITLEMENT_FILTER_JSON format, but I am not sure if we can use that or not. Link: Google Cloud Platform (GCP) Connector Guide : Customer Portal (freshdesk.com)

1 REPLY 1

DaanishJawed
Saviynt Employee
Saviynt Employee

Hi Souvik,

Below is sample for ENTITLEMENT_FILTER_JSON for Azure AD Connector.

 

{
"group_filter": "securityEnabled eq false"
}

 

Same can be found under the documentation portal at - https://docs.saviyntcloud.com/bundle/Azure-AD-v2022x/page/Content/Customizing-Entitlement-Import.htm

Document also contains the link for the conditions supported by the Graph API.

Thanks.