02/07/2023 09:56 PM
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)
02/07/2023 11:06 PM
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.