sec.credentialGetPermissions( credential-name as String ) as Sequence
This function returns the permissions for a credential.
Parameters | |
---|---|
credential-name | The name of the credential. |
http://marklogic.com/xdmp/privileges/credential-get-permissions
This function must be executed against the security database.
const sec = require('/MarkLogic/security.xqy'); sec.credentialGetPermissions("my-secure-credential");