Access control
Resources and actions
Resource type
Action
Effect
Examples
Permission to view and list users for ROLE_ADMIN
[
{
"resourceType": "com.ritense.valtimo.contract.authentication.User",
"actions": [
"view_list",
"view"
],
"roleKey": "ROLE_ADMIN"
}
]Permission to view and list users for ROLE_USER with a condition
Last updated