Associate security policies with HPE Ezmeral Data Fabric Database JSON tables, column families, and fields.
maprcli table create -path <tablePath> -securitypolicy <policyName,...>To
associate a comma-separated list of security policies with a table
without replacing existing security policies, run the following command:
maprcli table securitypolicy add -path <tablePath> -securitypolicy <policyName,...>
To replace security policies on a table with a comma-separated list of
new security policies, run the following command:
maprcli table securitypolicy set -path <tablePath> -securitypolicy <policyName,...>To
remove one or more security policies from a table, run the following
command:maprcli table securitypolicy remove -path <tablePath> -securitypolicy <policyName,...>
https://<hostname>:8443/rest/table/create?path=<tablePath>&securitypolicy=<policyName,...>To
associate a comma-separated list of security policies with a table
without replacing existing security policies, send a request similar to
the following:
https://<hostname>:8443/rest/table/securitypolicy/add?path=<tablePath>&securitypolicy=<policyName,...>To
replace security policies on a table with a comma-separated list of new
security policies, send a request similar to the following:
https://<hostname>:8443/rest/table/securitypolicy/set?path=<tablePath>&securitypolicy=<policyName,...>To
remove one or more security policies from a table, run the following
command:https://<hostname>:8443/rest/table/securitypolicy/remove?path=<tablePath>&securitypolicy=<policyName,...>maprcli table cf create -path <tablePath> -cfname <column-family-name> -jsonpath <family path> -securitypolicy <policyName,...> -force trueTo
associate a comma-separated list of security policies with a column
family without replacing existing security policies, run the following
command:
maprcli table cf securitypolicy add -path <tablePath> -cfname <column-family-name> -securitypolicy <policyName,...>
To replace security policies on a column family with a comma-separated
list of new security policies, run the following command:
maprcli table cf securitypolicy set -path <tablePath> -cfname <column-family-name> -securitypolicy <policyName,...>To
remove one or more security policies from a column family, run the
following
command:maprcli table cf securitypolicy remove -path <tablePath> -cfname <column-family-name> -securitypolicy <policyName,...>
https://<hostname>:8443/rest/table/cf/create?path=<tablePath>&cfname=<column-family-name>&securitypolicy=<policyName,...>To
associate a comma-separated list of security policies with a column
family without replacing existing security policies, send a request
similar to the following:
https://<hostname>:8443/rest/table/cf/securitypolicy/add?path=<path>&cfname=<column-family-name>&securitypolicy=<policyName,...>To
replace security policies on a column family with a comma-separated list
of new security policies, send a request similar to the following:
https://<hostname>:8443/rest/table/cf/securitypolicy/set?path=<path>&cfname=<column-family-name>&securitypolicy=<policyName,...>To
remove one or more security policies from a column family, run the
following
command:https://<hostname>:8443/rest/table/cf/securitypolicy/remove?path=<path>&cfname=<column-family-name>&column=<JSON-table-field>&securitypolicy=<policyName,...>maprcli table cf column securitypolicy add -path <tablePath> -cfname <column-family-name> -column <column-name> -securitypolicy <policyName,...>
To replace security policies on a JSON table field with a
comma-separated list of new security policies, run the following
command:
maprcli table cf column securitypolicy set -path <tablePath> -cfname <column-family-name> -column <column-name> -securitypolicy <policyName,...>To
remove one or more security policies from a JSON table field, run the
following
command:maprcli table cf column securitypolicy remove -path <tablePath> -cfname <column-family-name> -column <column-name> -securitypolicy <policyName,...>
https://<hostname>:8443/rest/table/create?path=<tablePath>&securitypolicy=<policyName,...>To
associate a comma-separated list of security policies with a JSON table
field without replacing existing security policies, send a request
similar to the following:
https://<hostname>:8443/rest/table/cf/column/securitypolicy/add?path=<path>&cfname=<col-family-name>&securitypolicy=<policyName,...>To
replace security policies on a JSON table field, with a comma-separated
list of new security policies, send a request similar to the following:
https://<hostname>:8443/rest/table/cf/column/securitypolicy/set?path=<path>&cfname=<column-family-name>&securitypolicy=<policyName,...>To
remove one or more security policies from a JSON table field, run the
following
command:https://<hostname>:8443/rest/table/cf/column/securitypolicy/remove?path=<path>&cfname=<column-family-name>&column=<JSON-table-field>&securitypolicy=<policyName,...>