hub-internal-config.security.roles.data-hub-user-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": "data-hub-user-reader",
"description": "Permits reading a user's roles, a role's roles, and a role's privileges",
"privilege": [
{
"privilege-name": "xdmp:role-privileges",
"action": "http://marklogic.com/xdmp/privileges/xdmp-role-privileges",
"kind": "execute"
},
{
"privilege-name": "xdmp:role-roles",
"action": "http://marklogic.com/xdmp/privileges/xdmp-role-roles",
"kind": "execute"
},
{
"privilege-name": "xdmp:user-roles",
"action": "http://marklogic.com/xdmp/privileges/xdmp-user-roles",
"kind": "execute"
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy