rangerDataMaskDef Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
accessTypes list of rangerAccessTypeDef element 0/unbounded  
maskTypes list of rangerDataMaskTypeDef element 0/unbounded  
resources list of rangerResourceDef element 0/unbounded  

Example

<rangerDataMaskDef>
  <resources>
    <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>
  </resources>
  <accessTypes>
    <rbKeyLabel>...</rbKeyLabel>
    <name>...</name>
    <impliedGrants>...</impliedGrants>
    <itemId>...</itemId>
    <label>...</label>
  </accessTypes>
  <maskTypes>
    <rbKeyDescription>...</rbKeyDescription>
    <transformer>...</transformer>
    <name>...</name>
    <label>...</label>
    <description>...</description>
    <itemId>...</itemId>
    <dataMaskOptions>...</dataMaskOptions>
    <rbKeyLabel>...</rbKeyLabel>
  </maskTypes>
</rangerDataMaskDef>