name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
accessTypeRestrictions | list of string | element | 0/unbounded | ||
description | string | element | 0/1 | ||
excludesSupported | boolean | element | 0/1 | ||
isValidLeaf | boolean | element | 0/1 | ||
itemId | long | element | 0/1 | ||
label | string | element | 0/1 | ||
level | int | element | 0/1 | ||
lookupSupported | boolean | element | 0/1 | ||
mandatory | boolean | element | 0/1 | ||
matcher | string | element | 0/1 | ||
matcherOptions | (custom) | element | 0/1 | ||
name | string | element | 0/1 | ||
parent | string | element | 0/1 | ||
rbKeyDescription | string | element | 0/1 | ||
rbKeyLabel | string | element | 0/1 | ||
rbKeyValidationMessage | string | element | 0/1 | ||
recursiveSupported | boolean | element | 0/1 | ||
type | string | element | 0/1 | ||
uiHint | string | element | 0/1 | ||
validationMessage | string | element | 0/1 | ||
validationRegEx | string | element | 0/1 |
Example
<rangerResourceDef> <level>...</level> <description>...</description> <mandatory>...</mandatory> <recursiveSupported>...</recursiveSupported> <matcherOptions>...</matcherOptions> <matcher>...</matcher> <rbKeyDescription>...</rbKeyDescription> <name>...</name> <itemId>...</itemId> <label>...</label> <accessTypeRestrictions>...</accessTypeRestrictions> <validationMessage>...</validationMessage> <excludesSupported>...</excludesSupported> <rbKeyValidationMessage>...</rbKeyValidationMessage> <parent>...</parent> <type>...</type> <validationRegEx>...</validationRegEx> <uiHint>...</uiHint> <isValidLeaf>...</isValidLeaf> <lookupSupported>...</lookupSupported> <rbKeyLabel>...</rbKeyLabel> </rangerResourceDef>