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