Access control
Available since Valtimo 12.10.0. Document property conditions available since 13.25.0.
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.
Resources and actions
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:
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
The document list endpoint does not filter documents by these conditions — all documents for the case are returned. Only single-document operations (view, download, modify, delete) enforce the full conditions.
Examples
Permission to list all documents
Permission to download only public documents
Permission scoped to a case type using a container condition
Last updated