RangerRowFilterPolicyItem Data Type

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

Example

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