ODPermissionSettings interface
under construction
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
Optional settings for the getPermissions()
method in the ODPermissionManager
.
Properties
optional allowChannelRoleScope
boolean ➜ boolean
Include permissions from the channel role scope.
optional allowChannelUserScope
boolean ➜ boolean
Include permissions from the channel user scope.
optional allowGlobalRoleScope
boolean ➜ boolean
Include permissions from the global role scope.
optional allowGlobalUserScope
boolean ➜ boolean
Include permissions from the global user scope.
optional idRegex
type ➜ RegExp
Only include permissions of which the id matches this regex.