Zync SDK
Toggle table of contents
1.0.30
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.user.models
/
UserRole
User
Role
data
class
UserRole
(
val
roleUid
:
String
,
val
roleKey
:
String
,
val
roleName
:
String
,
val
roleDescription
:
String
?
,
val
permissions
:
List
<
UserPermission
>
)
Domain model representing a user role with permissions.
Members
Constructors
User
Role
Link copied to clipboard
constructor
(
roleUid
:
String
,
roleKey
:
String
,
roleName
:
String
,
roleDescription
:
String
?
,
permissions
:
List
<
UserPermission
>
)
Properties
permissions
Link copied to clipboard
val
permissions
:
List
<
UserPermission
>
role
Description
Link copied to clipboard
val
roleDescription
:
String
?
role
Key
Link copied to clipboard
val
roleKey
:
String
role
Name
Link copied to clipboard
val
roleName
:
String
role
Uid
Link copied to clipboard
val
roleUid
:
String