toggle menu
Keyper
jvm
switch theme
search in API
Keyper
/
jarrid.keyper.resource.key
/
Permission
Permission
@
Serializable
data
class
Permission
(
val
allowEncrypt
:
List
<
String
>
=
emptyList()
,
val
allowDecrypt
:
List
<
String
>
=
emptyList()
)
Members
Members & Extensions
Constructors
Permission
Link copied to clipboard
constructor
(
allowEncrypt
:
List
<
String
>
=
emptyList()
,
allowDecrypt
:
List
<
String
>
=
emptyList()
)
Properties
allow
Decrypt
Link copied to clipboard
val
allowDecrypt
:
List
<
String
>
allow
Encrypt
Link copied to clipboard
val
allowEncrypt
:
List
<
String
>
Functions
edit
Link copied to clipboard
fun
Permission
.
edit
(
type
:
EditPermission
,
roles
:
List
<
String
>
)
:
Permission