hub-internal-config.security.roles.data-hub-security-admin.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-security-admin",
"description": "Permits configuring roles and privileges for a Data Hub application",
"role": [
"manage"
],
"privilege": [
{
"privilege-name": "create-data-role",
"action": "http://marklogic.com/xdmp/privileges/create-data-role",
"kind": "execute"
},
{
"privilege-name": "data-hub-create-custom-privilege",
"action": "http://marklogic.com/xdmp/privileges/admin/create-user-privilege/datahub.marklogic.com/custom/",
"kind": "execute"
},
{
"privilege-name": "grant-my-privileges",
"action": "http://marklogic.com/xdmp/privileges/grant-my-privileges",
"kind": "execute"
},
{
"privilege-name": "role-set-external-names",
"action": "http://marklogic.com/xdmp/privileges/role-set-external-names",
"kind": "execute"
},
{
"privilege-name": "create-amp",
"action": "http://marklogic.com/xdmp/privileges/create-amp",
"kind": "execute"
},
{
"privilege-name": "remove-amp",
"action": "http://marklogic.com/xdmp/privileges/remove-amp",
"kind":"execute"
},
{
"privilege-name": "amp-set-roles",
"action": "http://marklogic.com/xdmp/privileges/amp-set-roles",
"kind":"execute"
},
{
"privilege-name": "get-amp",
"action": "http://marklogic.com/xdmp/privileges/get-amp",
"kind":"execute"
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy