toggle menu
modelix.core
8.16.0
jvm
switch theme
search in API
authorization
/
org.modelix.authorization.permissions
/
Permission
Permission
@
Serializable
data
class
Permission
(
val
name
:
String
,
val
description
:
String
?
=
null
,
val
includedIn
:
List
<
ScopedPermissionName
>
,
val
includes
:
List
<
ScopedPermissionName
>
)
Members
Constructors
Permission
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
?
=
null
,
includedIn
:
List
<
ScopedPermissionName
>
,
includes
:
List
<
ScopedPermissionName
>
)
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
included
In
Link copied to clipboard
val
includedIn
:
List
<
ScopedPermissionName
>
includes
Link copied to clipboard
val
includes
:
List
<
ScopedPermissionName
>
name
Link copied to clipboard
val
name
:
String