name | data type | description |
---|---|---|
dataMaskInfo | RangerPolicyItemDataMaskInfo | |
Properties inherited from RangerPolicyItem |
||
users | array of string | |
conditions | array of RangerPolicyItemCondition | |
delegateAdmin | boolean | |
groups | array of string | |
roles | array of string | |
accesses | array of RangerPolicyItemAccess |
Example
{ "dataMaskInfo" : { "valueExpr" : "...", "conditionExpr" : "...", "dataMaskType" : "..." }, "users" : [ "...", "..." ], "conditions" : [ { "values" : [ "...", "..." ], "type" : "..." }, { "values" : [ "...", "..." ], "type" : "..." } ], "delegateAdmin" : true, "groups" : [ "...", "..." ], "roles" : [ "...", "..." ], "accesses" : [ { "isAllowed" : true, "type" : "..." }, { "isAllowed" : true, "type" : "..." } ] }