You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by rm...@apache.org on 2021/11/05 18:32:07 UTC

svn commit: r1894763 [4/31] - in /ranger/site/trunk: ./ apidocs/ apidocs/ui/ kms/apidocs/ kms/apidocs/ui/

Modified: ranger/site/trunk/apidocs/json_RangerAccessResourceReadOnly.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerAccessResourceReadOnly.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerAccessResourceReadOnly.html (original)
+++ ranger/site/trunk/apidocs/json_RangerAccessResourceReadOnly.html Fri Nov  5 18:32:04 2021
@@ -81,18 +81,18 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-asString" class="property-name">asString</span>
+          <td>  <span id="prop-asMap" class="property-name">asMap</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">map of object
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-keys" class="property-name">keys</span>
+          <td>  <span id="prop-readOnlyCopy" class="property-name">readOnlyCopy</span>
 </td>
-          <td>  <span class="datatype-reference">array of string
+          <td>  <span class="datatype-reference"><a href="json_RangerAccessResource.html">RangerAccessResource</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -108,25 +108,25 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-readOnlyCopy" class="property-name">readOnlyCopy</span>
+          <td>  <span id="prop-ownerUser" class="property-name">ownerUser</span>
 </td>
-          <td>  <span class="datatype-reference"><a href="json_RangerAccessResource.html">RangerAccessResource</a>
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-cacheKey" class="property-name">cacheKey</span>
+          <td>  <span id="prop-keys" class="property-name">keys</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">array of string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-ownerUser" class="property-name">ownerUser</span>
+          <td>  <span id="prop-cacheKey" class="property-name">cacheKey</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -135,18 +135,18 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-asMap" class="property-name">asMap</span>
+          <td>  <span id="prop-serviceDef" class="property-name">serviceDef</span>
 </td>
-          <td>  <span class="datatype-reference">map of object
+          <td>  <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-serviceDef" class="property-name">serviceDef</span>
+          <td>  <span id="prop-asString" class="property-name">asString</span>
 </td>
-          <td>  <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a>
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -158,240 +158,242 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;asString&quot; : &quot;...&quot;,
-  &quot;keys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-  &quot;leafName&quot; : &quot;...&quot;,
+  &quot;asMap&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
   &quot;readOnlyCopy&quot; : {
-    &quot;ownerUser&quot; : &quot;...&quot;,
     &quot;asMap&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
+    &quot;cacheKey&quot; : &quot;...&quot;,
+    &quot;asString&quot; : &quot;...&quot;,
     &quot;readOnlyCopy&quot; : { },
-    &quot;keys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;serviceDef&quot; : {
-      &quot;implClass&quot; : &quot;...&quot;,
-      &quot;contextEnrichers&quot; : [ { }, { } ],
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;configs&quot; : [ { }, { } ],
+      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;label&quot; : &quot;...&quot;,
       &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;enums&quot; : [ { }, { } ],
-      &quot;resources&quot; : [ { }, { } ],
       &quot;dataMaskDef&quot; : { },
-      &quot;policyConditions&quot; : [ { }, { } ],
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;accessTypes&quot; : [ { }, { } ],
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;rowFilterDef&quot; : { },
+      &quot;resources&quot; : [ { }, { } ],
       &quot;options&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
+      &quot;rowFilterDef&quot; : { },
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;policyConditions&quot; : [ { }, { } ],
+      &quot;implClass&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;contextEnrichers&quot; : [ { }, { } ],
+      &quot;enums&quot; : [ { }, { } ],
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;configs&quot; : [ { }, { } ],
       &quot;createTime&quot; : 12345,
+      &quot;id&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
-      &quot;updateTime&quot; : 12345,
-      &quot;id&quot; : 12345,
       &quot;createdBy&quot; : &quot;...&quot;,
       &quot;guid&quot; : &quot;...&quot;,
+      &quot;updateTime&quot; : 12345,
       &quot;isEnabled&quot; : true
     },
     &quot;leafName&quot; : &quot;...&quot;,
-    &quot;cacheKey&quot; : &quot;...&quot;,
-    &quot;asString&quot; : &quot;...&quot;
+    &quot;keys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;ownerUser&quot; : &quot;...&quot;
   },
-  &quot;cacheKey&quot; : &quot;...&quot;,
+  &quot;leafName&quot; : &quot;...&quot;,
   &quot;ownerUser&quot; : &quot;...&quot;,
-  &quot;asMap&quot; : {
-    &quot;property1&quot; : { },
-    &quot;property2&quot; : { }
-  },
+  &quot;keys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;cacheKey&quot; : &quot;...&quot;,
   &quot;serviceDef&quot; : {
-    &quot;implClass&quot; : &quot;...&quot;,
-    &quot;contextEnrichers&quot; : [ {
-      &quot;enricherOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
+    &quot;accessTypes&quot; : [ {
+      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;name&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
-      &quot;enricher&quot; : &quot;...&quot;
+      &quot;rbKeyLabel&quot; : &quot;...&quot;
     }, {
-      &quot;enricherOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;enricher&quot; : &quot;...&quot;
-    } ],
-    &quot;rbKeyDescription&quot; : &quot;...&quot;,
-    &quot;configs&quot; : [ {
+      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;name&quot; : &quot;...&quot;,
-      &quot;mandatory&quot; : true,
-      &quot;itemId&quot; : 12345,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;subType&quot; : &quot;...&quot;,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
       &quot;label&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;mandatory&quot; : true,
       &quot;itemId&quot; : 12345,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;subType&quot; : &quot;...&quot;,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;
+      &quot;rbKeyLabel&quot; : &quot;...&quot;
     } ],
+    &quot;label&quot; : &quot;...&quot;,
     &quot;rbKeyLabel&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;enums&quot; : [ {
-      &quot;defaultIndex&quot; : 12345,
-      &quot;elements&quot; : [ { }, { } ],
-      &quot;itemId&quot; : 12345,
-      &quot;name&quot; : &quot;...&quot;
-    }, {
-      &quot;defaultIndex&quot; : 12345,
-      &quot;elements&quot; : [ { }, { } ],
-      &quot;itemId&quot; : 12345,
-      &quot;name&quot; : &quot;...&quot;
-    } ],
+    &quot;dataMaskDef&quot; : {
+      &quot;maskTypes&quot; : [ { }, { } ],
+      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;resources&quot; : [ { }, { } ]
+    },
     &quot;resources&quot; : [ {
-      &quot;lookupSupported&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;isValidLeaf&quot; : true,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;matcher&quot; : &quot;...&quot;,
-      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;recursiveSupported&quot; : true,
+      &quot;label&quot; : &quot;...&quot;,
       &quot;excludesSupported&quot; : true,
+      &quot;parent&quot; : &quot;...&quot;,
+      &quot;matcher&quot; : &quot;...&quot;,
       &quot;type&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;recursiveSupported&quot; : true,
-      &quot;level&quot; : 12345,
+      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;lookupSupported&quot; : true,
+      &quot;isValidLeaf&quot; : true,
       &quot;matcherOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;parent&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;mandatory&quot; : true
-    }, {
-      &quot;lookupSupported&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;isValidLeaf&quot; : true,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;matcher&quot; : &quot;...&quot;,
-      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;mandatory&quot; : true,
       &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;excludesSupported&quot; : true,
-      &quot;type&quot; : &quot;...&quot;,
+      &quot;level&quot; : 12345,
+      &quot;itemId&quot; : 12345,
+      &quot;uiHint&quot; : &quot;...&quot;,
       &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;
+    }, {
       &quot;recursiveSupported&quot; : true,
-      &quot;level&quot; : 12345,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;excludesSupported&quot; : true,
+      &quot;parent&quot; : &quot;...&quot;,
+      &quot;matcher&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;lookupSupported&quot; : true,
+      &quot;isValidLeaf&quot; : true,
       &quot;matcherOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;parent&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
       &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;mandatory&quot; : true
+      &quot;mandatory&quot; : true,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;level&quot; : 12345,
+      &quot;itemId&quot; : 12345,
+      &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;
     } ],
-    &quot;dataMaskDef&quot; : {
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;rowFilterDef&quot; : {
       &quot;accessTypes&quot; : [ { }, { } ],
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;maskTypes&quot; : [ { }, { } ]
+      &quot;resources&quot; : [ { }, { } ]
     },
+    &quot;description&quot; : &quot;...&quot;,
     &quot;policyConditions&quot; : [ {
-      &quot;label&quot; : &quot;...&quot;,
+      &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
       &quot;evaluatorOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
       &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
       &quot;evaluator&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;
     }, {
-      &quot;label&quot; : &quot;...&quot;,
+      &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
       &quot;evaluatorOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
       &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
       &quot;evaluator&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;
     } ],
-    &quot;label&quot; : &quot;...&quot;,
-    &quot;accessTypes&quot; : [ {
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;implClass&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;contextEnrichers&quot; : [ {
+      &quot;name&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;
+      &quot;enricherOptions&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;enricher&quot; : &quot;...&quot;
+    }, {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;enricherOptions&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;enricher&quot; : &quot;...&quot;
+    } ],
+    &quot;enums&quot; : [ {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;defaultIndex&quot; : 12345,
+      &quot;elements&quot; : [ { }, { } ],
+      &quot;itemId&quot; : 12345
     }, {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;defaultIndex&quot; : 12345,
+      &quot;elements&quot; : [ { }, { } ],
+      &quot;itemId&quot; : 12345
+    } ],
+    &quot;rbKeyDescription&quot; : &quot;...&quot;,
+    &quot;configs&quot; : [ {
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;subType&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
       &quot;label&quot; : &quot;...&quot;,
-      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
+      &quot;mandatory&quot; : true,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;uiHint&quot; : &quot;...&quot;
+    }, {
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;subType&quot; : &quot;...&quot;,
       &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;mandatory&quot; : true,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;uiHint&quot; : &quot;...&quot;
     } ],
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;rowFilterDef&quot; : {
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;accessTypes&quot; : [ { }, { } ]
-    },
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
     &quot;createTime&quot; : 12345,
+    &quot;id&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;id&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;guid&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
     &quot;isEnabled&quot; : true
-  }
+  },
+  &quot;asString&quot; : &quot;...&quot;
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_RangerAccessTypeDef.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerAccessTypeDef.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerAccessTypeDef.html (original)
+++ ranger/site/trunk/apidocs/json_RangerAccessTypeDef.html Fri Nov  5 18:32:04 2021
@@ -79,43 +79,43 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-label" class="property-name">label</span>
+          <td>  <span id="prop-impliedGrants" class="property-name">impliedGrants</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">array of string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-impliedGrants" class="property-name">impliedGrants</span>
+          <td>  <span id="prop-name" class="property-name">name</span>
 </td>
-          <td>  <span class="datatype-reference">array of string
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-itemId" class="property-name">itemId</span>
+          <td>  <span id="prop-label" class="property-name">label</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span>
+          <td>  <span id="prop-itemId" class="property-name">itemId</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-name" class="property-name">name</span>
+          <td>  <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -129,11 +129,11 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;label&quot; : &quot;...&quot;,
   &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;label&quot; : &quot;...&quot;,
   &quot;itemId&quot; : 12345,
-  &quot;rbKeyLabel&quot; : &quot;...&quot;,
-  &quot;name&quot; : &quot;...&quot;
+  &quot;rbKeyLabel&quot; : &quot;...&quot;
 }</pre>
 
         <footer class="footer">

Added: ranger/site/trunk/apidocs/json_RangerAuditPolicy.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerAuditPolicy.html?rev=1894763&view=auto
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerAuditPolicy.html (added)
+++ ranger/site/trunk/apidocs/json_RangerAuditPolicy.html Fri Nov  5 18:32:04 2021
@@ -0,0 +1,675 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Ranger REST API: RangerAuditPolicy</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Ranger REST API: RangerAuditPolicy</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_RangerAuditPolicy.html">RangerAuditPolicy</a></li>
+        </ol>
+
+      <h1 class="page-header">RangerAuditPolicy <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-auditPolicyItems" class="property-name">auditPolicyItems</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_RangerAuditPolicyItem.html">RangerAuditPolicyItem</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_RangerPolicy.html">RangerPolicy</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">denyExceptions</span></td>
+          <td><span class="datatype-reference">array of <a href="json_RangerPolicyItem.html">RangerPolicyItem</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">allowExceptions</span></td>
+          <td><span class="datatype-reference">array of <a href="json_RangerPolicyItem.html">RangerPolicyItem</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">validitySchedules</span></td>
+          <td><span class="datatype-reference">array of <a href="json_RangerValiditySchedule.html">RangerValiditySchedule</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">policyPriority</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">policyType</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">isAuditEnabled</span></td>
+          <td><span class="datatype-reference">boolean
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">zoneName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">denyPolicyItems</span></td>
+          <td><span class="datatype-reference">array of <a href="json_RangerPolicyItem.html">RangerPolicyItem</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">service</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">resources</span></td>
+          <td><span class="datatype-reference">map of <a href="json_RangerPolicyResource.html">RangerPolicyResource</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">dataMaskPolicyItems</span></td>
+          <td><span class="datatype-reference">array of <a href="json_RangerDataMaskPolicyItem.html">RangerDataMaskPolicyItem</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">rowFilterPolicyItems</span></td>
+          <td><span class="datatype-reference">array of <a href="json_RangerRowFilterPolicyItem.html">RangerRowFilterPolicyItem</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">policyItems</span></td>
+          <td><span class="datatype-reference">array of <a href="json_RangerPolicyItem.html">RangerPolicyItem</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">policyLabels</span></td>
+          <td><span class="datatype-reference">array of string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">resourceSignature</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">isDenyAllElse</span></td>
+          <td><span class="datatype-reference">boolean
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">name</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">serviceType</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">description</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">conditions</span></td>
+          <td><span class="datatype-reference">array of <a href="json_RangerPolicyItemCondition.html">RangerPolicyItemCondition</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">options</span></td>
+          <td><span class="datatype-reference">map of object
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_RangerBaseModelObject.html">RangerBaseModelObject</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">createTime</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">id</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updatedBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">version</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createdBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updateTime</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">isEnabled</span></td>
+          <td><span class="datatype-reference">boolean
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;auditPolicyItems&quot; : [ {
+    &quot;accessResult&quot; : &quot;ALLOWED&quot;,
+    &quot;accessTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;actions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;isAudited&quot; : true,
+    &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;accesses&quot; : [ {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    }, {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    } ],
+    &quot;delegateAdmin&quot; : true,
+    &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;conditions&quot; : [ {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  }, {
+    &quot;accessResult&quot; : &quot;NOT_DETERMINED&quot;,
+    &quot;accessTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;actions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;isAudited&quot; : true,
+    &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;accesses&quot; : [ {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    }, {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    } ],
+    &quot;delegateAdmin&quot; : true,
+    &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;conditions&quot; : [ {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  } ],
+  &quot;denyExceptions&quot; : [ {
+    &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;accesses&quot; : [ {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    }, {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    } ],
+    &quot;delegateAdmin&quot; : true,
+    &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;conditions&quot; : [ {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  }, {
+    &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;accesses&quot; : [ {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    }, {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    } ],
+    &quot;delegateAdmin&quot; : true,
+    &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;conditions&quot; : [ {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  } ],
+  &quot;allowExceptions&quot; : [ {
+    &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;accesses&quot; : [ {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    }, {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    } ],
+    &quot;delegateAdmin&quot; : true,
+    &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;conditions&quot; : [ {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  }, {
+    &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;accesses&quot; : [ {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    }, {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    } ],
+    &quot;delegateAdmin&quot; : true,
+    &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;conditions&quot; : [ {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  } ],
+  &quot;validitySchedules&quot; : [ {
+    &quot;recurrences&quot; : [ {
+      &quot;interval&quot; : { },
+      &quot;schedule&quot; : { }
+    }, {
+      &quot;interval&quot; : { },
+      &quot;schedule&quot; : { }
+    } ],
+    &quot;startTime&quot; : &quot;...&quot;,
+    &quot;timeZone&quot; : &quot;...&quot;,
+    &quot;endTime&quot; : &quot;...&quot;
+  }, {
+    &quot;recurrences&quot; : [ {
+      &quot;interval&quot; : { },
+      &quot;schedule&quot; : { }
+    }, {
+      &quot;interval&quot; : { },
+      &quot;schedule&quot; : { }
+    } ],
+    &quot;startTime&quot; : &quot;...&quot;,
+    &quot;timeZone&quot; : &quot;...&quot;,
+    &quot;endTime&quot; : &quot;...&quot;
+  } ],
+  &quot;policyPriority&quot; : 12345,
+  &quot;policyType&quot; : 12345,
+  &quot;isAuditEnabled&quot; : true,
+  &quot;zoneName&quot; : &quot;...&quot;,
+  &quot;denyPolicyItems&quot; : [ {
+    &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;accesses&quot; : [ {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    }, {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    } ],
+    &quot;delegateAdmin&quot; : true,
+    &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;conditions&quot; : [ {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  }, {
+    &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;accesses&quot; : [ {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    }, {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    } ],
+    &quot;delegateAdmin&quot; : true,
+    &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;conditions&quot; : [ {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  } ],
+  &quot;service&quot; : &quot;...&quot;,
+  &quot;resources&quot; : {
+    &quot;property1&quot; : {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;isRecursive&quot; : true,
+      &quot;isExcludes&quot; : true
+    },
+    &quot;property2&quot; : {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;isRecursive&quot; : true,
+      &quot;isExcludes&quot; : true
+    }
+  },
+  &quot;dataMaskPolicyItems&quot; : [ {
+    &quot;dataMaskInfo&quot; : {
+      &quot;dataMaskType&quot; : &quot;...&quot;,
+      &quot;valueExpr&quot; : &quot;...&quot;,
+      &quot;conditionExpr&quot; : &quot;...&quot;
+    },
+    &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;accesses&quot; : [ {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    }, {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    } ],
+    &quot;delegateAdmin&quot; : true,
+    &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;conditions&quot; : [ {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  }, {
+    &quot;dataMaskInfo&quot; : {
+      &quot;dataMaskType&quot; : &quot;...&quot;,
+      &quot;valueExpr&quot; : &quot;...&quot;,
+      &quot;conditionExpr&quot; : &quot;...&quot;
+    },
+    &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;accesses&quot; : [ {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    }, {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    } ],
+    &quot;delegateAdmin&quot; : true,
+    &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;conditions&quot; : [ {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  } ],
+  &quot;rowFilterPolicyItems&quot; : [ {
+    &quot;rowFilterInfo&quot; : {
+      &quot;filterExpr&quot; : &quot;...&quot;
+    },
+    &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;accesses&quot; : [ {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    }, {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    } ],
+    &quot;delegateAdmin&quot; : true,
+    &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;conditions&quot; : [ {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  }, {
+    &quot;rowFilterInfo&quot; : {
+      &quot;filterExpr&quot; : &quot;...&quot;
+    },
+    &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;accesses&quot; : [ {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    }, {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    } ],
+    &quot;delegateAdmin&quot; : true,
+    &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;conditions&quot; : [ {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  } ],
+  &quot;policyItems&quot; : [ {
+    &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;accesses&quot; : [ {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    }, {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    } ],
+    &quot;delegateAdmin&quot; : true,
+    &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;conditions&quot; : [ {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  }, {
+    &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;accesses&quot; : [ {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    }, {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;isAllowed&quot; : true
+    } ],
+    &quot;delegateAdmin&quot; : true,
+    &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;conditions&quot; : [ {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  } ],
+  &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;resourceSignature&quot; : &quot;...&quot;,
+  &quot;isDenyAllElse&quot; : true,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;conditions&quot; : [ {
+    &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;type&quot; : &quot;...&quot;
+  }, {
+    &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;type&quot; : &quot;...&quot;
+  } ],
+  &quot;options&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;createTime&quot; : 12345,
+  &quot;id&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;isEnabled&quot; : true
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>

Added: ranger/site/trunk/apidocs/json_RangerAuditPolicyItem.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerAuditPolicyItem.html?rev=1894763&view=auto
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerAuditPolicyItem.html (added)
+++ ranger/site/trunk/apidocs/json_RangerAuditPolicyItem.html Fri Nov  5 18:32:04 2021
@@ -0,0 +1,219 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Ranger REST API: RangerAuditPolicyItem</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Ranger REST API: RangerAuditPolicyItem</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_RangerAuditPolicyItem.html">RangerAuditPolicyItem</a></li>
+        </ol>
+
+      <h1 class="page-header">RangerAuditPolicyItem <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-accessResult" class="property-name">accessResult</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AccessResult.html">AccessResult</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-accessTypes" class="property-name">accessTypes</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-actions" class="property-name">actions</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-isAudited" class="property-name">isAudited</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_RangerPolicyItem.html">RangerPolicyItem</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">groups</span></td>
+          <td><span class="datatype-reference">array of string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">accesses</span></td>
+          <td><span class="datatype-reference">array of <a href="json_RangerPolicyItemAccess.html">RangerPolicyItemAccess</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">delegateAdmin</span></td>
+          <td><span class="datatype-reference">boolean
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">users</span></td>
+          <td><span class="datatype-reference">array of string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">conditions</span></td>
+          <td><span class="datatype-reference">array of <a href="json_RangerPolicyItemCondition.html">RangerPolicyItemCondition</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">roles</span></td>
+          <td><span class="datatype-reference">array of string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;accessResult&quot; : &quot;ALLOWED&quot;,
+  &quot;accessTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;actions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;isAudited&quot; : true,
+  &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;accesses&quot; : [ {
+    &quot;type&quot; : &quot;...&quot;,
+    &quot;isAllowed&quot; : true
+  }, {
+    &quot;type&quot; : &quot;...&quot;,
+    &quot;isAllowed&quot; : true
+  } ],
+  &quot;delegateAdmin&quot; : true,
+  &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;conditions&quot; : [ {
+    &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;type&quot; : &quot;...&quot;
+  }, {
+    &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;type&quot; : &quot;...&quot;
+  } ],
+  &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>

Modified: ranger/site/trunk/apidocs/json_RangerBaseModelObject.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerBaseModelObject.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerBaseModelObject.html (original)
+++ ranger/site/trunk/apidocs/json_RangerBaseModelObject.html Fri Nov  5 18:32:04 2021
@@ -67,7 +67,7 @@
 
       <dl class="dl-horizontal">
         <dt>Subtypes</dt>
-        <dd><a href="json_RangerTagDef.html">RangerTagDef</a>, <a href="json_RangerServiceResource.html">RangerServiceResource</a>, <a href="json_RangerService.html">RangerService</a>, <a href="json_RangerServiceDef.html">RangerServiceDef</a>, <a href="json_RangerSecurityZone.html">RangerSecurityZone</a>, <a href="json_RangerTagResourceMap.html">RangerTagResourceMap</a>, <a href="json_RangerTag.html">RangerTag</a>, <a href="json_RangerRole.html">RangerRole</a>, <a href="json_RangerPolicy.html">RangerPolicy</a></dd>
+        <dd><a href="json_RangerTagDef.html">RangerTagDef</a>, <a href="json_UserInfo.html">UserInfo</a>, <a href="json_RangerServiceResource.html">RangerServiceResource</a>, <a href="json_RangerService.html">RangerService</a>, <a href="json_RangerServiceDef.html">RangerServiceDef</a>, <a href="json_GroupInfo.html">GroupInfo</a>, <a href="json_RangerSecurityZone.html">RangerSecurityZone</a>, <a href="json_RangerAuditPolicy.html">RangerAuditPolicy</a>, <a href="json_RangerTagResourceMap.html">RangerTagResourceMap</a>, <a href="json_RangerTag.html">RangerTag</a>, <a href="json_RangerRole.html">RangerRole</a>, <a href="json_RangerPolicy.html">RangerPolicy</a></dd>
       </dl>
 
       <table class="table datatype-properties">
@@ -90,25 +90,25 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-updatedBy" class="property-name">updatedBy</span>
+          <td>  <span id="prop-id" class="property-name">id</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-version" class="property-name">version</span>
+          <td>  <span id="prop-updatedBy" class="property-name">updatedBy</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-updateTime" class="property-name">updateTime</span>
+          <td>  <span id="prop-version" class="property-name">version</span>
 </td>
           <td>  <span class="datatype-reference">number
 </span>
@@ -117,16 +117,16 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-id" class="property-name">id</span>
+          <td>  <span id="prop-createdBy" class="property-name">createdBy</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-createdBy" class="property-name">createdBy</span>
+          <td>  <span id="prop-guid" class="property-name">guid</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -135,9 +135,9 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-guid" class="property-name">guid</span>
+          <td>  <span id="prop-updateTime" class="property-name">updateTime</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -159,12 +159,12 @@
       
       <pre class="prettyprint language-js example">{
   &quot;createTime&quot; : 12345,
+  &quot;id&quot; : 12345,
   &quot;updatedBy&quot; : &quot;...&quot;,
   &quot;version&quot; : 12345,
-  &quot;updateTime&quot; : 12345,
-  &quot;id&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;guid&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
   &quot;isEnabled&quot; : true
 }</pre>
 

Modified: ranger/site/trunk/apidocs/json_RangerContextEnricherDef.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerContextEnricherDef.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerContextEnricherDef.html (original)
+++ ranger/site/trunk/apidocs/json_RangerContextEnricherDef.html Fri Nov  5 18:32:04 2021
@@ -79,27 +79,27 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-enricherOptions" class="property-name">enricherOptions</span>
+          <td>  <span id="prop-name" class="property-name">name</span>
 </td>
-          <td>  <span class="datatype-reference">map of string
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-name" class="property-name">name</span>
+          <td>  <span id="prop-itemId" class="property-name">itemId</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-itemId" class="property-name">itemId</span>
+          <td>  <span id="prop-enricherOptions" class="property-name">enricherOptions</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference">map of string
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -120,12 +120,12 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;itemId&quot; : 12345,
   &quot;enricherOptions&quot; : {
     &quot;property1&quot; : &quot;...&quot;,
     &quot;property2&quot; : &quot;...&quot;
   },
-  &quot;name&quot; : &quot;...&quot;,
-  &quot;itemId&quot; : 12345,
   &quot;enricher&quot; : &quot;...&quot;
 }</pre>
 

Modified: ranger/site/trunk/apidocs/json_RangerDataMaskDef.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerDataMaskDef.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerDataMaskDef.html (original)
+++ ranger/site/trunk/apidocs/json_RangerDataMaskDef.html Fri Nov  5 18:32:04 2021
@@ -79,27 +79,27 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-accessTypes" class="property-name">accessTypes</span>
+          <td>  <span id="prop-maskTypes" class="property-name">maskTypes</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a href="json_RangerAccessTypeDef.html">RangerAccessTypeDef</a>
+          <td>  <span class="datatype-reference">array of <a href="json_RangerDataMaskTypeDef.html">RangerDataMaskTypeDef</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-resources" class="property-name">resources</span>
+          <td>  <span id="prop-accessTypes" class="property-name">accessTypes</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a href="json_RangerResourceDef.html">RangerResourceDef</a>
+          <td>  <span class="datatype-reference">array of <a href="json_RangerAccessTypeDef.html">RangerAccessTypeDef</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-maskTypes" class="property-name">maskTypes</span>
+          <td>  <span id="prop-resources" class="property-name">resources</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a href="json_RangerDataMaskTypeDef.html">RangerDataMaskTypeDef</a>
+          <td>  <span class="datatype-reference">array of <a href="json_RangerResourceDef.html">RangerResourceDef</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -111,94 +111,94 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;accessTypes&quot; : [ {
-    &quot;label&quot; : &quot;...&quot;,
-    &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;maskTypes&quot; : [ {
     &quot;itemId&quot; : 12345,
+    &quot;rbKeyDescription&quot; : &quot;...&quot;,
     &quot;rbKeyLabel&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;
+    &quot;dataMaskOptions&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;transformer&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;
   }, {
+    &quot;itemId&quot; : 12345,
+    &quot;rbKeyDescription&quot; : &quot;...&quot;,
+    &quot;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;dataMaskOptions&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;transformer&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;
+  } ],
+  &quot;accessTypes&quot; : [ {
+    &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;name&quot; : &quot;...&quot;,
     &quot;label&quot; : &quot;...&quot;,
+    &quot;itemId&quot; : 12345,
+    &quot;rbKeyLabel&quot; : &quot;...&quot;
+  }, {
     &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
     &quot;itemId&quot; : 12345,
-    &quot;rbKeyLabel&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;
+    &quot;rbKeyLabel&quot; : &quot;...&quot;
   } ],
   &quot;resources&quot; : [ {
-    &quot;lookupSupported&quot; : true,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;isValidLeaf&quot; : true,
-    &quot;uiHint&quot; : &quot;...&quot;,
-    &quot;matcher&quot; : &quot;...&quot;,
-    &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;validationMessage&quot; : &quot;...&quot;,
+    &quot;recursiveSupported&quot; : true,
+    &quot;label&quot; : &quot;...&quot;,
     &quot;excludesSupported&quot; : true,
+    &quot;parent&quot; : &quot;...&quot;,
+    &quot;matcher&quot; : &quot;...&quot;,
     &quot;type&quot; : &quot;...&quot;,
-    &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-    &quot;validationRegEx&quot; : &quot;...&quot;,
-    &quot;itemId&quot; : 12345,
-    &quot;recursiveSupported&quot; : true,
-    &quot;level&quot; : 12345,
+    &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;lookupSupported&quot; : true,
+    &quot;isValidLeaf&quot; : true,
     &quot;matcherOptions&quot; : {
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
     },
-    &quot;rbKeyDescription&quot; : &quot;...&quot;,
-    &quot;parent&quot; : &quot;...&quot;,
-    &quot;rbKeyLabel&quot; : &quot;...&quot;,
-    &quot;label&quot; : &quot;...&quot;,
-    &quot;mandatory&quot; : true
-  }, {
-    &quot;lookupSupported&quot; : true,
     &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;isValidLeaf&quot; : true,
-    &quot;uiHint&quot; : &quot;...&quot;,
-    &quot;matcher&quot; : &quot;...&quot;,
-    &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;mandatory&quot; : true,
     &quot;validationMessage&quot; : &quot;...&quot;,
-    &quot;excludesSupported&quot; : true,
-    &quot;type&quot; : &quot;...&quot;,
+    &quot;level&quot; : 12345,
+    &quot;itemId&quot; : 12345,
+    &quot;uiHint&quot; : &quot;...&quot;,
     &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
     &quot;validationRegEx&quot; : &quot;...&quot;,
-    &quot;itemId&quot; : 12345,
+    &quot;rbKeyDescription&quot; : &quot;...&quot;
+  }, {
     &quot;recursiveSupported&quot; : true,
-    &quot;level&quot; : 12345,
-    &quot;matcherOptions&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;rbKeyDescription&quot; : &quot;...&quot;,
-    &quot;parent&quot; : &quot;...&quot;,
-    &quot;rbKeyLabel&quot; : &quot;...&quot;,
     &quot;label&quot; : &quot;...&quot;,
-    &quot;mandatory&quot; : true
-  } ],
-  &quot;maskTypes&quot; : [ {
-    &quot;rbKeyDescription&quot; : &quot;...&quot;,
-    &quot;dataMaskOptions&quot; : {
+    &quot;excludesSupported&quot; : true,
+    &quot;parent&quot; : &quot;...&quot;,
+    &quot;matcher&quot; : &quot;...&quot;,
+    &quot;type&quot; : &quot;...&quot;,
+    &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;lookupSupported&quot; : true,
+    &quot;isValidLeaf&quot; : true,
+    &quot;matcherOptions&quot; : {
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
     },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;rbKeyLabel&quot; : &quot;...&quot;,
     &quot;name&quot; : &quot;...&quot;,
-    &quot;transformer&quot; : &quot;...&quot;,
-    &quot;itemId&quot; : 12345,
-    &quot;label&quot; : &quot;...&quot;
-  }, {
-    &quot;rbKeyDescription&quot; : &quot;...&quot;,
-    &quot;dataMaskOptions&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;description&quot; : &quot;...&quot;,
     &quot;rbKeyLabel&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;transformer&quot; : &quot;...&quot;,
+    &quot;mandatory&quot; : true,
+    &quot;validationMessage&quot; : &quot;...&quot;,
+    &quot;level&quot; : 12345,
     &quot;itemId&quot; : 12345,
-    &quot;label&quot; : &quot;...&quot;
+    &quot;uiHint&quot; : &quot;...&quot;,
+    &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;validationRegEx&quot; : &quot;...&quot;,
+    &quot;rbKeyDescription&quot; : &quot;...&quot;
   } ]
 }</pre>
 

Modified: ranger/site/trunk/apidocs/json_RangerDataMaskPolicyItem.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerDataMaskPolicyItem.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerDataMaskPolicyItem.html (original)
+++ ranger/site/trunk/apidocs/json_RangerDataMaskPolicyItem.html Fri Nov  5 18:32:04 2021
@@ -93,37 +93,37 @@
         </tr>
         <tbody>
         <tr>
-          <td><span class="property-name">roles</span></td>
+          <td><span class="property-name">groups</span></td>
           <td><span class="datatype-reference">array of string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">groups</span></td>
-          <td><span class="datatype-reference">array of string
+          <td><span class="property-name">accesses</span></td>
+          <td><span class="datatype-reference">array of <a href="json_RangerPolicyItemAccess.html">RangerPolicyItemAccess</a>
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">conditions</span></td>
-          <td><span class="datatype-reference">array of <a href="json_RangerPolicyItemCondition.html">RangerPolicyItemCondition</a>
+          <td><span class="property-name">delegateAdmin</span></td>
+          <td><span class="datatype-reference">boolean
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">delegateAdmin</span></td>
-          <td><span class="datatype-reference">boolean
+          <td><span class="property-name">users</span></td>
+          <td><span class="datatype-reference">array of string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">accesses</span></td>
-          <td><span class="datatype-reference">array of <a href="json_RangerPolicyItemAccess.html">RangerPolicyItemAccess</a>
+          <td><span class="property-name">conditions</span></td>
+          <td><span class="datatype-reference">array of <a href="json_RangerPolicyItemCondition.html">RangerPolicyItemCondition</a>
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">users</span></td>
+          <td><span class="property-name">roles</span></td>
           <td><span class="datatype-reference">array of string
 </span></td>
           <td><span class="property-description"></span></td>
@@ -139,16 +139,7 @@
     &quot;valueExpr&quot; : &quot;...&quot;,
     &quot;conditionExpr&quot; : &quot;...&quot;
   },
-  &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-  &quot;conditions&quot; : [ {
-    &quot;type&quot; : &quot;...&quot;,
-    &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ]
-  }, {
-    &quot;type&quot; : &quot;...&quot;,
-    &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ]
-  } ],
-  &quot;delegateAdmin&quot; : true,
   &quot;accesses&quot; : [ {
     &quot;type&quot; : &quot;...&quot;,
     &quot;isAllowed&quot; : true
@@ -156,7 +147,16 @@
     &quot;type&quot; : &quot;...&quot;,
     &quot;isAllowed&quot; : true
   } ],
-  &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  &quot;delegateAdmin&quot; : true,
+  &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;conditions&quot; : [ {
+    &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;type&quot; : &quot;...&quot;
+  }, {
+    &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;type&quot; : &quot;...&quot;
+  } ],
+  &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_RangerDataMaskTypeDef.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerDataMaskTypeDef.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerDataMaskTypeDef.html (original)
+++ ranger/site/trunk/apidocs/json_RangerDataMaskTypeDef.html Fri Nov  5 18:32:04 2021
@@ -79,25 +79,25 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-rbKeyDescription" class="property-name">rbKeyDescription</span>
+          <td>  <span id="prop-itemId" class="property-name">itemId</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-dataMaskOptions" class="property-name">dataMaskOptions</span>
+          <td>  <span id="prop-rbKeyDescription" class="property-name">rbKeyDescription</span>
 </td>
-          <td>  <span class="datatype-reference">map of string
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-description" class="property-name">description</span>
+          <td>  <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -106,16 +106,16 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span>
+          <td>  <span id="prop-dataMaskOptions" class="property-name">dataMaskOptions</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">map of string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-name" class="property-name">name</span>
+          <td>  <span id="prop-description" class="property-name">description</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -133,9 +133,9 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-itemId" class="property-name">itemId</span>
+          <td>  <span id="prop-name" class="property-name">name</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -156,16 +156,16 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
+  &quot;itemId&quot; : 12345,
   &quot;rbKeyDescription&quot; : &quot;...&quot;,
+  &quot;rbKeyLabel&quot; : &quot;...&quot;,
   &quot;dataMaskOptions&quot; : {
     &quot;property1&quot; : &quot;...&quot;,
     &quot;property2&quot; : &quot;...&quot;
   },
   &quot;description&quot; : &quot;...&quot;,
-  &quot;rbKeyLabel&quot; : &quot;...&quot;,
-  &quot;name&quot; : &quot;...&quot;,
   &quot;transformer&quot; : &quot;...&quot;,
-  &quot;itemId&quot; : 12345,
+  &quot;name&quot; : &quot;...&quot;,
   &quot;label&quot; : &quot;...&quot;
 }</pre>
 

Modified: ranger/site/trunk/apidocs/json_RangerEnumDef.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerEnumDef.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerEnumDef.html (original)
+++ ranger/site/trunk/apidocs/json_RangerEnumDef.html Fri Nov  5 18:32:04 2021
@@ -79,36 +79,36 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-defaultIndex" class="property-name">defaultIndex</span>
+          <td>  <span id="prop-name" class="property-name">name</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-elements" class="property-name">elements</span>
+          <td>  <span id="prop-defaultIndex" class="property-name">defaultIndex</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a href="json_RangerEnumElementDef.html">RangerEnumElementDef</a>
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-itemId" class="property-name">itemId</span>
+          <td>  <span id="prop-elements" class="property-name">elements</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference">array of <a href="json_RangerEnumElementDef.html">RangerEnumElementDef</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-name" class="property-name">name</span>
+          <td>  <span id="prop-itemId" class="property-name">itemId</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -120,20 +120,20 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
+  &quot;name&quot; : &quot;...&quot;,
   &quot;defaultIndex&quot; : 12345,
   &quot;elements&quot; : [ {
     &quot;itemId&quot; : 12345,
     &quot;label&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;rbKeyLabel&quot; : &quot;...&quot;
+    &quot;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;
   }, {
     &quot;itemId&quot; : 12345,
     &quot;label&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;rbKeyLabel&quot; : &quot;...&quot;
+    &quot;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;
   } ],
-  &quot;itemId&quot; : 12345,
-  &quot;name&quot; : &quot;...&quot;
+  &quot;itemId&quot; : 12345
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_RangerEnumElementDef.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerEnumElementDef.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerEnumElementDef.html (original)
+++ ranger/site/trunk/apidocs/json_RangerEnumElementDef.html Fri Nov  5 18:32:04 2021
@@ -97,7 +97,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-name" class="property-name">name</span>
+          <td>  <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -106,7 +106,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span>
+          <td>  <span id="prop-name" class="property-name">name</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -122,8 +122,8 @@
       <pre class="prettyprint language-js example">{
   &quot;itemId&quot; : 12345,
   &quot;label&quot; : &quot;...&quot;,
-  &quot;name&quot; : &quot;...&quot;,
-  &quot;rbKeyLabel&quot; : &quot;...&quot;
+  &quot;rbKeyLabel&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;
 }</pre>
 
         <footer class="footer">