GetRoleDefinitionPermission

data class GetRoleDefinitionPermission(val actions: List<String>, val dataActions: List<String>? = null, val notActions: List<String>, val notDataActions: List<String>? = null)

Constructors

Link copied to clipboard
fun GetRoleDefinitionPermission(actions: List<String>, dataActions: List<String>? = null, notActions: List<String>, notDataActions: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

a list of actions supported by this role

Link copied to clipboard
val dataActions: List<String>? = null
Link copied to clipboard

a list of actions which are denied by this role

Link copied to clipboard
val notDataActions: List<String>? = null