
sec.externalSecuritySetOauthPrivilegeAttribute( external-security-name as String, new-oauth-privilege-attribute as String ) as null
This function updates the OAuth privilege attribute for the given external security object.
| Parameters | |
|---|---|
| external-security-name | Name of the external security object. |
| new-oauth-privilege-attribute | The new OAuth privilege attribute value. |
http://marklogic.com/xdmp/privileges/external-security-set-oauth-privilege-attribute
This function must be executed against the security database.
declareUpdate();
const sec = require('MarkLogic/security');
sec.externalSecuritySetOauthPrivilegeAttribute('oauthconfig', 'privileges');
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.