Click HERE to see how Saviynt Intelligence is transforming the industry. |
02/05/2024 12:56 AM - edited 02/08/2024 12:13 AM
{
"accountParams": {
"connection": "acctAuth",
"processingType": "SequentialAndIterative",
"statusAndThresholdConfig": {
"deleteLinks": true,
"accountThresholdValue": 10,
"correlateInactiveAccounts": false,
"inactivateAccountsNotInFile": true
},
"call": {
"call1": {
"callOrder": 0,
"stageNumber": 0,
"http": {
"url": "******************************",
"httpHeaders": {
"Authorization": "${access_token}",
"Accept": "application/json"
},
"httpContentType": "application/json",
"httpMethod": "GET"
},
"listField": "group1",
"keyField": "accountID",
"statusConfig": {
"active": "1",
"inactive": "0"
},
"colsToPropsMap": {
"accountID": "usrid~#~char",
"name": "name~#~char",
"displayName": "name~#~char",
"status": "status~#~char"
}
}
}
},
"entitlementParams": {
"connection": "acctAuth",
"processingType": "SequentialAndIterative",
"entTypes": {
"Group": {
"entTypeOrder": 0,
"call": {
"call1": {
"callOrder": 0,
"stageNumber": 0,
"listField": "group1",
"keyField": "entitlementID",
"http": {
"url": "**************",
"httpContentType": "application/json",
"httpMethod": "GET",
"httpHeaders": {
"Authorization": "${access_token}",
"Accept": "application/json"
}
},
"colsToPropsMap": {
"entitlement_value": "name~#~char",
"entitlementID": "id~#~char"
}
}
}
},
"Role": {
"entTypeOrder": 1,
"call": {
"call1": {
"callOrder": 0,
"stageNumber": 0,
"listField": "group2",
"keyField": "entitlementID",
"http": {
"url": "******************************",
"httpContentType": "application/json",
"httpMethod": "GET",
"httpHeaders": {
"Authorization": "${access_token}",
"Accept": "application/json"
}
},
"colsToPropsMap": {
"entitlement_value": "name~#~char",
"entitlementID": "id~#~char"
}
}
}
}
}},
"acctEntParams": {}
}
Entitlements of type group are getting imported, but entitlements of type role are not getting imported, these are the responses for entitlement types of Group, Role respectively.
1).Group
02/05/2024 08:12 PM
share logs when you run access import
02/05/2024 11:13 PM - edited 02/08/2024 12:14 AM
These are the logs
02/06/2024 09:50 PM - edited 02/08/2024 12:16 AM
Resolved basically the error is with the listfield and brackets