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

Entitlement Hierarchy is not populating for inactive accounts (REST Connector)

Shrimona
New Contributor
New Contributor

Entitlement hierarchy is not showing up for inactive Azure accounts.

Status threshold config:

{
    "statusAndThresholdConfig": {
        "accountThresholdValue": 10000,
        "appAccountThresholdValue": 50,
        "correlateInactiveAccounts": true,
        "statusColumn": "customproperty10",
        "activeStatus": ["true"],
        "deleteLinks": true
    }
}

1 REPLY 1

rushikeshvartak
All-Star
All-Star

We are using below config and entitlements for inactive user is visible.

{
  "statusAndThresholdConfig": {
    "statusColumn": "customproperty10",
    "activeStatus": [
      "true"
    ],
    "deleteLinks": false,
    "accountThresholdValue": 100,
    "appAccountThresholdValue": 100,
    "correlateInactiveAccounts": true,
    "inactivateAccountsNotInFile": false,
    "deleteAccEntForActiveAccounts": true,
    "inactivateEntsNotInFeed": true,
    "entThresholdValue": {
      "entType": {
        "AADGroup": {
          "ent": 233
        }
      }
    }
  }
}

rushikeshvartak_0-1722519657125.png

 


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