name | data type | description |
---|---|---|
isAudited | boolean | |
roles | array of string | |
actions | array of string | |
groups | array of string | |
resources | map of RangerPolicyResource | |
accessResult | AccessResult | |
users | array of string | |
accessTypes | array of string |
Example
{ "isAudited" : true, "roles" : [ "...", "..." ], "actions" : [ "...", "..." ], "groups" : [ "...", "..." ], "resources" : { "property1" : { "isExcludes" : true, "values" : [ "...", "..." ], "isRecursive" : true }, "property2" : { "isExcludes" : true, "values" : [ "...", "..." ], "isRecursive" : true } }, "accessResult" : "NOT_DETERMINED", "users" : [ "...", "..." ], "accessTypes" : [ "...", "..." ] }