hub-internal-config.security.roles.data-hub-entity-model-writer.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": "data-hub-entity-model-writer",
"description": "Permits updating entity model documents",
"role": [
"data-hub-common-writer"
],
"privilege": [
{
"privilege-name": "any-uri",
"action": "http://marklogic.com/xdmp/privileges/any-uri",
"kind": "execute"
},
{
"privilege-name": "data-hub-write-entity-model",
"action": "http://marklogic.com/data-hub/privileges/write-entity-model",
"kind": "execute"
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy