ResourcePermissions
¶
data class ResourcePermissions(
val myself: List<Permission>,
val others: List<ResourceAclEntry>?,
)
Properties
myself
: List<Permission>
The permissions that the requesting user has access to
List<Permission>
others
: List<ResourceAclEntry>?
The permissions that other users might have access to
List<ResourceAclEntry>?
This value typically needs to be included through the includeFullPermissions
flag