Loading TOC...

xdmp.privilegeRoles

xdmp.privilegeRoles(
   action as String,
   kind as String
) as Sequence

Summary

Returns the set of all roles that have a given privilege.

Parameters
action The privilege action.
kind The privilege kind.

Required Privileges

http://marklogic.com/xdmp/privileges/xdmp-privilege-roles

Example

xdmp.privilegeRoles(
         "http://marklogic.com/xdmp/privileges/admin-module-write",
         "execute");
=> ( 8487823278258687528, 8950790268580922626, 
     14303099028664823447, 2890629636447572780,
     13947965013900320292 )

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.