Skip to main content

SoD Evaluation for SAP Functions

POST 

/sapSODEvaluation

This API can be used to evaluate SOD for new SAP role that is being requested for a user based on the selected ruleset. (If no ruleset is selected, it uses the default ruleset) Mandatory params: sapRoles - All the SAP Roles delimited by “###” that will be used for SoD Evaluation (input list should contain existing as well as the new roles that need to be provisioned). newsapRoles - Should contain SAP Roles for which the result should be filtered, e.g. results could be provided only on newly added roles. endpoint - Name of the Endpoint corresponding to the Security System. Optional params: ruleset - Ruleset name, if not provided, system will use the default ruleset. account - Account name to which the SAP roles will be provisioned. The Authorization must have Bearer followed by Token.

Request

Body

    accountstring
    Example: johndoe
    endpointstring
    Example: System1
    newsapRolesstring
    Example: NEW_SAP_ROLE
    rulesetstring
    Example: System1
    sapRolesstring
    Example: SAP_ROLE1###SAP_ROLE2

Responses