MarkLogic 10 Product Documentation
xdmp.canGrantRolesxdmp.canGrantRoles(
roles as String[]
) as null
Summary
Tests whether a user can grant or revoke a set of roles. Raises an error
if the session user can not.
Parameters |
roles |
A set of role names
|
Example
xdmp.canGrantRoles(["development", "qa"]);
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.