hub-internal-config.security.roles.hub-central-mapping-reader.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-data-hub Show documentation
Show all versions of marklogic-data-hub Show documentation
Library for Creating an Operational Data Hub on MarkLogic
{
"role-name": "hub-central-mapping-reader",
"description": "Permits reading/reviewing mapping steps in Hub Central",
"role": [
"hub-central-user",
"data-hub-entity-model-reader",
"data-hub-mapping-reader",
"data-hub-step-definition-reader"
],
"privilege": [
{
"privilege-name": "xdmp:eval",
"action": "http://marklogic.com/xdmp/privileges/xdmp-eval",
"kind": "execute"
},
{
"privilege-name": "xdmp:invoke",
"action": "http://marklogic.com/xdmp/privileges/xdmp-invoke",
"kind": "execute"
},
{
"privilege-name": "xdmp:xslt-invoke",
"action": "http://marklogic.com/xdmp/privileges/xslt-invoke",
"kind": "execute"
},
{
"privilege-name": "xdmp:xslt-eval",
"action": "http://marklogic.com/xdmp/privileges/xslt-eval",
"kind": "execute"
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy