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> <lookupSupported>...</lookupSupported> <validationRegEx>...</validationRegEx> <mandatory>...</mandatory> <isValidLeaf>...</isValidLeaf> <name>...</name> <rbKeyDescription>...</rbKeyDescription> <label>...</label> <level>...</level> <recursiveSupported>...</recursiveSupported> <rbKeyLabel>...</rbKeyLabel> <uiHint>...</uiHint> <description>...</description> <parent>...</parent> <excludesSupported>...</excludesSupported> <rbKeyValidationMessage>...</rbKeyValidationMessage> <type>...</type> <matcher>...</matcher> <matcherOptions>...</matcherOptions> <validationMessage>...</validationMessage> <accessTypeRestrictions>...</accessTypeRestrictions> <itemId>...</itemId> </rangerResourceDef>