eligible_privileges_result
eligible_privileges_result
JSON Example
{
"allowPrivileges": [
{
"id": 0,
"object": "string",
"action": "string",
"privilege": "string",
"isDeny": 0,
"isAssociated": 0
}
],
"denyPrivileges": [
{
"id": 0,
"object": "string",
"action": "string",
"privilege": "string",
"isDeny": 0,
"isAssociated": 0
}
]
}