AuditFilter Data Type

Properties
name data type description
resources map of RangerPolicyResource
users array of string
isAudited boolean
roles array of string
accessResult AccessResult
actions array of string
accessTypes array of string
groups array of string

Example

{
  "resources" : {
    "property1" : {
      "isExcludes" : true,
      "isRecursive" : true,
      "values" : [ "...", "..." ]
    },
    "property2" : {
      "isExcludes" : true,
      "isRecursive" : true,
      "values" : [ "...", "..." ]
    }
  },
  "users" : [ "...", "..." ],
  "isAudited" : true,
  "roles" : [ "...", "..." ],
  "accessResult" : "DENIED",
  "actions" : [ "...", "..." ],
  "accessTypes" : [ "...", "..." ],
  "groups" : [ "...", "..." ]
}