name | data type | description |
---|---|---|
dataMaskInfo | RangerPolicyItemDataMaskInfo | |
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
{ "dataMaskInfo" : { "valueExpr" : "...", "conditionExpr" : "...", "dataMaskType" : "..." }, "accesses" : [ { "type" : "...", "isAllowed" : true }, { "type" : "...", "isAllowed" : true } ], "groups" : [ "...", "..." ], "users" : [ "...", "..." ], "delegateAdmin" : true, "roles" : [ "...", "..." ], "conditions" : [ { "type" : "...", "values" : [ "...", "..." ] }, { "type" : "...", "values" : [ "...", "..." ] } ] }