name | data type | description |
---|---|---|
isAudited | boolean | |
accessResult | AccessResult | |
accessTypes | array of string | |
actions | array of string | |
Properties inherited from RangerPolicyItem |
||
roles | array of string | |
users | array of string | |
delegateAdmin | boolean | |
accesses | array of RangerPolicyItemAccess | |
groups | array of string | |
conditions | array of RangerPolicyItemCondition |
Example
{ "isAudited" : true, "accessResult" : "ALLOWED", "accessTypes" : [ "...", "..." ], "actions" : [ "...", "..." ], "roles" : [ "...", "..." ], "users" : [ "...", "..." ], "delegateAdmin" : true, "accesses" : [ { "type" : "...", "isAllowed" : true }, { "type" : "...", "isAllowed" : true } ], "groups" : [ "...", "..." ], "conditions" : [ { "type" : "...", "values" : [ "...", "..." ] }, { "type" : "...", "values" : [ "...", "..." ] } ] }