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 )
Powered by MarkLogic Server | Terms of Use | Privacy Policy