RangerRowFilterPolicyItem Data Type

Properties
name data type description
rowFilterInfo RangerPolicyItemRowFilterInfo
Properties inherited from RangerPolicyItem
conditions array of RangerPolicyItemCondition
users array of string
delegateAdmin boolean
roles array of string
groups array of string
accesses array of RangerPolicyItemAccess

Example

{
  "rowFilterInfo" : {
    "filterExpr" : "..."
  },
  "conditions" : [ {
    "values" : [ "...", "..." ],
    "type" : "..."
  }, {
    "values" : [ "...", "..." ],
    "type" : "..."
  } ],
  "users" : [ "...", "..." ],
  "delegateAdmin" : true,
  "roles" : [ "...", "..." ],
  "groups" : [ "...", "..." ],
  "accesses" : [ {
    "isAllowed" : true,
    "type" : "..."
  }, {
    "isAllowed" : true,
    "type" : "..."
  } ]
}