name | data type | description |
---|---|---|
resources | array of RangerResourceDef | |
accessTypes | array of RangerAccessTypeDef |
Example
{ "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" : "..." } ], "accessTypes" : [ { "category" : "DELETE", "label" : "...", "impliedGrants" : [ "...", "..." ], "name" : "...", "itemId" : 12345, "rbKeyLabel" : "..." }, { "category" : "CREATE", "label" : "...", "impliedGrants" : [ "...", "..." ], "name" : "...", "itemId" : 12345, "rbKeyLabel" : "..." } ] }