RowFilterResult Data Type

Properties
name data type constraints description
groups array of string  
accessTypes array of string  
users array of string  
isConditional boolean required
filterInfo RangerPolicyItemRowFilterInfo  
roles array of string  

Example

{
  "groups" : [ "...", "..." ],
  "accessTypes" : [ "...", "..." ],
  "users" : [ "...", "..." ],
  "isConditional" : true,
  "filterInfo" : {
    "filterExpr" : "..."
  },
  "roles" : [ "...", "..." ]
}