Access control

Access to the documents that were uploaded to the case, can be configured through access control. More information about access control can be found in the access control documentation.

com.ritense.resource.authorization.ResourcePermission is deprecated and automatically translated to ZgwDocument on save. Existing configurations continue to work unchanged.

Resources and actions

Resource type
Action
Effect

com.ritense.documentenapi.authorization.ZgwDocument

view_list

Allows viewing the list of documents

view

Allows downloading a document

create

Allows uploading a document

modify

Allows modifying the metadata of a document

delete

Allows deleting a document

Condition fields

The following fields can be used in field conditions on ZgwDocument:

Field
Type
Description

vertrouwelijkheidaanduiding

String

Confidentiality level (e.g. openbaar, geheim)

status

String

Document status (e.g. definitief, in_bewerking)

informatieobjecttypeUrl

String

URL of the informatieobjecttype

informatieobjecttypeOmschrijving

String

Description of the informatieobjecttype

Examples

Permission to list all documents

Permission to download only public documents

Permission scoped to a case type using a container condition

Last updated