sec.protectedPathsCollection

sec.protectedPathsCollection() as String

Summary

This function returns the collection of protected paths.

Required Privileges

http://marklogic.com/xdmp/privileges/protected-paths-collection

Example



const sec = require('/MarkLogic/security.xqy');
	  
sec.protectedPathsCollection()
=>
http://marklogic.com/xdmp/protected-paths 	  
 
    
Powered by MarkLogic Server | Terms of Use | Privacy Policy