name | data type | constraints | description |
---|---|---|---|
groups | array of string | ||
maskInfo | RangerPolicyItemDataMaskInfo | ||
users | array of string | ||
isConditional | boolean | required | |
roles | array of string | ||
accessTypes | array of string |
Example
{ "groups" : [ "...", "..." ], "maskInfo" : { "conditionExpr" : "...", "dataMaskType" : "...", "valueExpr" : "..." }, "users" : [ "...", "..." ], "isConditional" : true, "roles" : [ "...", "..." ], "accessTypes" : [ "...", "..." ] }