Access control
Access to document definitions can be configured through access control. More information about access control can be found here.
Resources and actions
com.ritense.document.domain.impl.JsonSchemaDocument
assign
Allows assigning users to a case document.
assignable
Allows users to be assigned to a case document.
create
Allows creating of a case document.
claim
Allows claiming of a case document.
delete
Allows deleting of a case document.
modify
Allows modifying of a case document.
view
Allows viewing of a case document.
view_list
Allows viewing of case documents.
com.ritense.document.domain.impl.JsonSchemaDocumentDefinition
create
Allows creating of a case document definition.
delete
Allows deleting of a case document definition.
modify
Allows modifying of a case document definition.
view
Allows viewing of a case document definition.
view_list
Allows viewing of case document definitions.
Examples
Permission to view access to all case document definitions
Permission to view access to all documents of one case document definition
Permission to view access to one specific document definition
Last updated