dataMaskResult Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
accessTypes list of string element 0/unbounded    
groups list of string element 0/unbounded    
isConditional boolean element 1/1 required  
maskInfo rangerPolicyItemDataMaskInfo element 0/1    
roles list of string element 0/unbounded    
users list of string element 0/unbounded    

Example

<dataMaskResult>
  <maskInfo>
    <dataMaskType>...</dataMaskType>
    <valueExpr>...</valueExpr>
    <conditionExpr>...</conditionExpr>
  </maskInfo>
  <groups>...</groups>
  <roles>...</roles>
  <isConditional>...</isConditional>
  <accessTypes>...</accessTypes>
  <users>...</users>
</dataMaskResult>