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