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