Loading TOC...

sec.roleGetExternalNames

sec.roleGetExternalNames(
   role-name as String
) as Sequence

Summary

This function returns the external LDAP group names assigned to the named role.

Parameters
role-name The name of the role for which to return the external LDAP group names.

Example


     // execute this against the Security database
    const sec = require('/MarkLogic/security.xqy');
    
    sec.roleGetExternalNames("admin");
    // Returns the external LDAP group names for the "admin" role.
      

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