RangerAuditPolicyItem Data Type

Properties
name data type description
actions array of string
accessResult AccessResult
accessTypes array of string
isAudited boolean
Properties inherited from RangerPolicyItem
accesses array of RangerPolicyItemAccess
groups array of string
users array of string
delegateAdmin boolean
roles array of string
conditions array of RangerPolicyItemCondition

Example

{
  "actions" : [ "...", "..." ],
  "accessResult" : "NOT_DETERMINED",
  "accessTypes" : [ "...", "..." ],
  "isAudited" : true,
  "accesses" : [ {
    "type" : "...",
    "isAllowed" : true
  }, {
    "type" : "...",
    "isAllowed" : true
  } ],
  "groups" : [ "...", "..." ],
  "users" : [ "...", "..." ],
  "delegateAdmin" : true,
  "roles" : [ "...", "..." ],
  "conditions" : [ {
    "type" : "...",
    "values" : [ "...", "..." ]
  }, {
    "type" : "...",
    "values" : [ "...", "..." ]
  } ]
}