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