Access control
Last updated
{
"resourceType": "com.ritense.documentenapi.authorization.ZgwDocument",
"action": "view_list",
"conditions": []
}{
"resourceType": "com.ritense.documentenapi.authorization.ZgwDocument",
"action": "view",
"conditions": [
{
"type": "field",
"field": "vertrouwelijkheidaanduiding",
"operator": "==",
"value": "openbaar"
}
]
}{
"resourceType": "com.ritense.documentenapi.authorization.ZgwDocument",
"actions": ["view_list", "view", "create", "modify", "delete"],
"conditions": [
{
"type": "container",
"resourceType": "com.ritense.document.domain.impl.JsonSchemaDocument",
"conditions": [
{
"type": "field",
"field": "documentDefinitionId.caseDefinitionId.key",
"operator": "in",
"value": ["bezwaar"]
}
]
}
]
}