PermissionTraceDto
Example
JSON
{ "identity_id": "string", "permission": "string", "node_id": "string", "allowed": false, "denial_reason": "string", "effective_node_id": "string", "granting_role_ids": [ "string" ], "granting_node_ids": [ "string" ], "lineage": [ { "node_id": "string", "name": "string", "node_type": "string", "depth": 0, "is_target": false, "assignments": [ { "assignment_id": "string", "role_id": "string", "role_name": "string", "active": false, "effective_from": "string", "effective_to": "string", "grants_permission": false } ] } ] }
Properties
Lineage node IDs that carry a granting assignment — the inheritance path to highlight in the tree. Empty on a denial.
Tell us how we can improve this guide.