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

Azure custom access import config

AJ23494
New Contributor II
New Contributor II

 

Hi Experts , 

I was trying to import access from the azure access job . I have a requirement where i need to pull in only selective access details ( entitlements ) . Could you please share some samples for the import config .

Thanks in advance .

AJ23494_0-1678721045992.png

Thanks & Regards , 
Ankit Jindal 

1 REPLY 1

DaanishJawed
Saviynt Employee
Saviynt Employee

Hi @AJ23494 ,

Thanks for reaching out.

Below is the sample JSON which you can use to pull in specific entitlement types only and exclude other entitlement types.

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

Link for the above - https://docs.saviyntcloud.com/bundle/AzureAD-v2021x/page/Content/Customizing-Entitlement-Import.htm

Thanks.