toggle menu
OMH Storage
androidJvm
switch theme
search in API
core
/
com.openmobilehub.android.storage.core.model
/
OmhPermission
/
IdentityPermission
Identity
Permission
data
class
IdentityPermission
(
val
id
:
String
,
val
role
:
OmhPermissionRole
,
val
isInherited
:
Boolean
?
,
val
identity
:
OmhIdentity
)
:
OmhPermission
Members
Constructors
Identity
Permission
Link copied to clipboard
constructor
(
id
:
String
,
role
:
OmhPermissionRole
,
isInherited
:
Boolean
?
,
identity
:
OmhIdentity
)
Properties
id
Link copied to clipboard
open
override
val
id
:
String
identity
Link copied to clipboard
val
identity
:
OmhIdentity
is
Inherited
Link copied to clipboard
open
override
val
isInherited
:
Boolean
?
role
Link copied to clipboard
open
override
val
role
:
OmhPermissionRole