Policy lifecycle
Compose RBAC, ABAC and ReBAC blocks into one policy. Wire blocks into the decision and preview the generated policy live.
Compose RBAC, ABAC and ReBAC blocks into one policy. Wire blocks into the decision and preview the generated policy live.
{
"name": "(unnamed)",
"effect": "allow",
"resource_type": "*",
"action": "*",
"priority": 10,
"enabled": true,
"condition": {
"all": [
{
"attr": "subject.",
"op": "eq",
"value": ""
}
]
}
}