RowFilterResult Data Type

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

Example

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