PermissionPredicatePropType
Configuration example
{
"permissionPredicate": {
"hasAnyOf": [
"ROLE_EDIT"
]
}
}
| Name | Type | Default | Description |
|---|---|---|---|
| hasAllOf | Array<string> | will be used to check if the context.userPermissionMap contains all the specified permission token list. | |
| hasAnyOf | Array<string> | will be used to check if the context.userPermissionMap contains any of the specified permission token list. |