GetRoleDefinitionPermission

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

Constructors

Link copied to clipboard
constructor(actions: List<String>, condition: String, conditionVersion: 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

The conditions on this role definition, which limits the resources it can be assigned to.

Link copied to clipboard

The version of the condition.

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

A list of data actions allowed by this role.

Link copied to clipboard

A list of actions which are denied by this role.

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

A list of data actions which are denied by this role.