name | data type | description |
---|---|---|
maskTypes | array of RangerDataMaskTypeDef | |
accessTypes | array of RangerAccessTypeDef | |
resources | array of RangerResourceDef |
Example
{ "maskTypes" : [ { "rbKeyDescription" : "...", "label" : "...", "dataMaskOptions" : { "property1" : "...", "property2" : "..." }, "description" : "...", "name" : "...", "transformer" : "...", "itemId" : 12345, "rbKeyLabel" : "..." }, { "rbKeyDescription" : "...", "label" : "...", "dataMaskOptions" : { "property1" : "...", "property2" : "..." }, "description" : "...", "name" : "...", "transformer" : "...", "itemId" : 12345, "rbKeyLabel" : "..." } ], "accessTypes" : [ { "category" : "DELETE", "label" : "...", "impliedGrants" : [ "...", "..." ], "name" : "...", "itemId" : 12345, "rbKeyLabel" : "..." }, { "category" : "READ", "label" : "...", "impliedGrants" : [ "...", "..." ], "name" : "...", "itemId" : 12345, "rbKeyLabel" : "..." } ], "resources" : [ { "mandatory" : true, "rbKeyDescription" : "...", "level" : 12345, "matcherOptions" : { "property1" : "...", "property2" : "..." }, "itemId" : 12345, "label" : "...", "rbKeyLabel" : "...", "name" : "...", "lookupSupported" : true, "matcher" : "...", "validationRegEx" : "...", "parent" : "...", "rbKeyValidationMessage" : "...", "excludesSupported" : true, "accessTypeRestrictions" : [ "...", "..." ], "isValidLeaf" : true, "description" : "...", "type" : "...", "recursiveSupported" : true, "validationMessage" : "...", "uiHint" : "..." }, { "mandatory" : true, "rbKeyDescription" : "...", "level" : 12345, "matcherOptions" : { "property1" : "...", "property2" : "..." }, "itemId" : 12345, "label" : "...", "rbKeyLabel" : "...", "name" : "...", "lookupSupported" : true, "matcher" : "...", "validationRegEx" : "...", "parent" : "...", "rbKeyValidationMessage" : "...", "excludesSupported" : true, "accessTypeRestrictions" : [ "...", "..." ], "isValidLeaf" : true, "description" : "...", "type" : "...", "recursiveSupported" : true, "validationMessage" : "...", "uiHint" : "..." } ] }