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 map with API?

ejeong
Valued Contributor
Valued Contributor

can anyone pls share sample payload to create entitlement map to create dependent add access task? 

 

ejeong_0-1698131661711.png

 

2 REPLIES 2

nimitdave
Saviynt Employee
Saviynt Employee

@ejeong Pls find sample below:

{
    "endpoint""Quickbase",
    "entitlementtype""Role",
    "entitlement_value""ALTER",
    "entitlementmap": [
        {
            "entitlementvalue""ROLE_ADMIN",
            "entitlementtype""SAVRole",
            "endpoint""SaviyntforSaviynt",
            "requestfilter""1",
            "excludeentitlement""0",
            "adddependenttask""1",
            "removedependententtask""1",
            "updateType""ADD"
        }
    ]
}

rushikeshvartak
All-Star
All-Star

rushikeshvartak_0-1698206050199.png

 

{
    "endpoint": "Saviynt",
    "entitlementtype": "SavRole",
    "entitlement_value": "ROLE_ADMIN",
    "entitlementmap": [
        {
            "entitlementvalue": "ROLE_UIADMIN",
            "entitlementtype": "SavRole",
            "endpoint": "Saviynt",
            "requestfilter": "1",
            "excludeentitlement": "0",
            "adddependenttask": "1",
            "removedependententtask": "1",
            "updateType": "ADD"
        }
    ]
}

rushikeshvartak_1-1698206127890.png

 


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