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 here.

Resources and actions

Resource type
Action
Effect

com.ritense.resource.authorization.ResourcePermission

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

Examples

Permission to view all documents

{
    "resourceType": "com.ritense.resource.authorization.ResourcePermission",
    "action": "view_list",
    "conditions": []
}

This permission doesn't support any conditions.

Last updated