xdmp.setServerFieldPrivilege

xdmp.setServerFieldPrivilege(
   name as String,
   privilege as String?
) as null

Summary

Sets the privilege of a named server field.

Parameters
name The name of the server field.
privilege The privilege action URI for the server field.

Required Privileges

http://marklogic.com/xdmp/privileges/xdmp-set-server-field-privilege

Usage Notes

Changing the server field value on a field being used with a plugin will change the behavior of the plugin. Therefore, if you are using a server field in a plugin, it is a good practice to set a privilege on the server field to protect it from malicious or accidental updates.

Example

xdmp.setServerFieldPrivilege("foo", 
  "http://mydomain.com/privileges/foo-server-field");
Powered by MarkLogic Server | Terms of Use | Privacy Policy