IdentityPermission

data class IdentityPermission(val id: String, val role: OmhPermissionRole, val isInherited: Boolean?, val identity: OmhIdentity) : OmhPermission

Constructors

Link copied to clipboard
constructor(id: String, role: OmhPermissionRole, isInherited: Boolean?, identity: OmhIdentity)

Properties

Link copied to clipboard
open override val id: String
Link copied to clipboard
Link copied to clipboard
open override val isInherited: Boolean?
Link copied to clipboard
open override val role: OmhPermissionRole