rangerPolicyItem Data Type

Namespace
(Default)
Schema
ns0.xsd
Subtypes
rangerDataMaskPolicyItem, rangerRowFilterPolicyItem, rangerAuditPolicyItem
Properties
name data type type namespace min/max occurs description
accesses list of rangerPolicyItemAccess element 0/unbounded  
conditions list of rangerPolicyItemCondition element 0/unbounded  
delegateAdmin boolean element 0/1  
groups list of string element 0/unbounded  
roles list of string element 0/unbounded  
users list of string element 0/unbounded  

Example

<rangerPolicyItem>
  <conditions>
    <values>...</values>
    <type>...</type>
  </conditions>
  <roles>...</roles>
  <accesses>
    <isAllowed>...</isAllowed>
    <type>...</type>
  </accesses>
  <delegateAdmin>...</delegateAdmin>
  <groups>...</groups>
  <users>...</users>
</rangerPolicyItem>