RBAC
interface RBAC
Functions
Link copied to clipboard
Evaluates all permissions granted to the logged-in member. Returns a Maptrue
if the member can perform the action, false
otherwise.
Link copied to clipboard
Determines whether the logged-in member is allowed to perform the specified action on the specified resource. Returns true
if the member can perform the action, false
otherwise.
Link copied to clipboard
Determines whether the logged-in member is allowed to perform the specified action on the specified resource. Returns true
if the member can perform the action, false
otherwise.