name | data type | description |
---|---|---|
users | array of string | |
accesses | array of RangerPolicyItemAccess | |
groups | array of string | |
roles | array of string | |
conditions | array of RangerPolicyItemCondition | |
delegateAdmin | boolean |
Example
{ "users" : [ "...", "..." ], "accesses" : [ { "isAllowed" : true, "type" : "..." }, { "isAllowed" : true, "type" : "..." } ], "groups" : [ "...", "..." ], "roles" : [ "...", "..." ], "conditions" : [ { "values" : [ "...", "..." ], "type" : "..." }, { "values" : [ "...", "..." ], "type" : "..." } ], "delegateAdmin" : true }