All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ml-modules.root.data-hub.data-services.security.describeRole.api Maven / Gradle / Ivy

There is a newer version: 6.1.1
Show newest version
{
  "functionName" : "describeRole",
  "desc" : "Returns the roles, privileges, default permissions, and default collections for the given role",
  "params" : [ {
    "name" : "roleName",
    "datatype" : "string",
    "desc" : "Name of the MarkLogic role to describe"
  } ],
  "return" : {
    "datatype" : "jsonDocument",
    "$javaClass" : "com.fasterxml.jackson.databind.JsonNode",
    "desc" : "JSON object containing the role description data"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy