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

I want to know how to make the endpoint display only the required Entitlement Type

JohnDoe
Regular Contributor
Regular Contributor

Hello guys,

We only need the Entitlement Type of "AAD Group" in Azure AD.
On the other hand, we don't want the Entitlements of Entitlement Type such as Subscription, Oauth2Permission, and SKU that are currently being imported to be viewable by endpoints.

Can you tell me how to achieve this?

JohnDoe_0-1703575959353.png

Thanks,

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

Since data is imported you can't do anything with existing data. You can make other entitlement type inactive. Use below for access import 

rushikeshvartak_0-1703613369495.png

 

 

{
"importEntTypes": {
"AADGroup": {}
},
"excludeEntTypes": {
"ApplicationInstance": {},
"InterAppOauthPermissions": {},
"DirectoryRole": {},
"Subscription": {},
"Application": {},
"DirectoryRoleMember": {},
"SKU": {},
"ServicePlans": {},
"Team": {},
"Channel": {},
"MemberPermission": {},
"GuestPermission": {}
}
}


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

@JohnDoe 

If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

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

dgandhi
All-Star
All-Star

Since the data is already imported, you cannot delete the same.

Please the entitlement value as Inactive for all other entitlement type which you dont need.

Also make the Request type option as None for the entitlement type so that it is not available on the ARS page for request.

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.