You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ve...@apache.org on 2019/08/07 18:15:54 UTC

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

Modified: ranger/site/trunk/apidocs/json_RangerPolicyItemDataMaskInfo.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerPolicyItemDataMaskInfo.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerPolicyItemDataMaskInfo.html (original)
+++ ranger/site/trunk/apidocs/json_RangerPolicyItemDataMaskInfo.html Wed Aug  7 18:15:52 2019
@@ -79,7 +79,7 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-dataMaskType" class="property-name">dataMaskType</span>
+          <td>  <span id="prop-valueExpr" class="property-name">valueExpr</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -97,7 +97,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-valueExpr" class="property-name">valueExpr</span>
+          <td>  <span id="prop-dataMaskType" class="property-name">dataMaskType</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -111,9 +111,9 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;dataMaskType&quot; : &quot;...&quot;,
+  &quot;valueExpr&quot; : &quot;...&quot;,
   &quot;conditionExpr&quot; : &quot;...&quot;,
-  &quot;valueExpr&quot; : &quot;...&quot;
+  &quot;dataMaskType&quot; : &quot;...&quot;
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_RangerPolicyList.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerPolicyList.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerPolicyList.html (original)
+++ ranger/site/trunk/apidocs/json_RangerPolicyList.html Wed Aug  7 18:15:52 2019
@@ -149,299 +149,301 @@
       
       <pre class="prettyprint language-js example">{
   &quot;policies&quot; : [ {
-    &quot;zoneName&quot; : &quot;...&quot;,
-    &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;denyPolicyItems&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;resourceSignature&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;rowFilterPolicyItems&quot; : [ {
+      &quot;rowFilterInfo&quot; : { },
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;rowFilterInfo&quot; : { },
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;resources&quot; : {
-      &quot;property1&quot; : {
-        &quot;isRecursive&quot; : true,
-        &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isExcludes&quot; : true
-      },
-      &quot;property2&quot; : {
-        &quot;isRecursive&quot; : true,
-        &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isExcludes&quot; : true
-      }
-    },
-    &quot;description&quot; : &quot;...&quot;,
     &quot;policyItems&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
-    } ],
-    &quot;validitySchedules&quot; : [ {
-      &quot;timeZone&quot; : &quot;...&quot;,
-      &quot;endTime&quot; : &quot;...&quot;,
-      &quot;recurrences&quot; : [ { }, { } ],
-      &quot;startTime&quot; : &quot;...&quot;
-    }, {
-      &quot;timeZone&quot; : &quot;...&quot;,
-      &quot;endTime&quot; : &quot;...&quot;,
-      &quot;recurrences&quot; : [ { }, { } ],
-      &quot;startTime&quot; : &quot;...&quot;
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;isAuditEnabled&quot; : true,
-    &quot;policyPriority&quot; : 12345,
-    &quot;service&quot; : &quot;...&quot;,
+    &quot;policyType&quot; : 12345,
     &quot;allowExceptions&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&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;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
+    &quot;service&quot; : &quot;...&quot;,
     &quot;denyExceptions&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
-    }, {
       &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
-    } ],
-    &quot;rowFilterPolicyItems&quot; : [ {
-      &quot;rowFilterInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;rowFilterInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;resourceSignature&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;policyPriority&quot; : 12345,
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;isDenyAllElse&quot; : true,
     &quot;dataMaskPolicyItems&quot; : [ {
       &quot;dataMaskInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
       &quot;dataMaskInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
-    } ],
-    &quot;options&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;policyType&quot; : 12345,
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;id&quot; : 12345,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;isEnabled&quot; : true,
-    &quot;createTime&quot; : 12345
-  }, {
-    &quot;zoneName&quot; : &quot;...&quot;,
-    &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;denyPolicyItems&quot; : [ {
       &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
-    }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    } ],
+    &quot;validitySchedules&quot; : [ {
+      &quot;recurrences&quot; : [ { }, { } ],
+      &quot;timeZone&quot; : &quot;...&quot;,
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;
+    }, {
+      &quot;recurrences&quot; : [ { }, { } ],
+      &quot;timeZone&quot; : &quot;...&quot;,
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;
     } ],
     &quot;resources&quot; : {
       &quot;property1&quot; : {
-        &quot;isRecursive&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;isRecursive&quot; : true,
         &quot;isExcludes&quot; : true
       },
       &quot;property2&quot; : {
-        &quot;isRecursive&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;isRecursive&quot; : true,
         &quot;isExcludes&quot; : true
       }
     },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;policyItems&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;denyPolicyItems&quot; : [ {
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
-    } ],
-    &quot;validitySchedules&quot; : [ {
-      &quot;timeZone&quot; : &quot;...&quot;,
-      &quot;endTime&quot; : &quot;...&quot;,
-      &quot;recurrences&quot; : [ { }, { } ],
-      &quot;startTime&quot; : &quot;...&quot;
-    }, {
-      &quot;timeZone&quot; : &quot;...&quot;,
-      &quot;endTime&quot; : &quot;...&quot;,
-      &quot;recurrences&quot; : [ { }, { } ],
-      &quot;startTime&quot; : &quot;...&quot;
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
+    &quot;zoneName&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;name&quot; : &quot;...&quot;,
     &quot;isAuditEnabled&quot; : true,
-    &quot;policyPriority&quot; : 12345,
-    &quot;service&quot; : &quot;...&quot;,
-    &quot;allowExceptions&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;version&quot; : 12345,
+    &quot;createTime&quot; : 12345,
+    &quot;isEnabled&quot; : true,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;id&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345
+  }, {
+    &quot;resourceSignature&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;rowFilterPolicyItems&quot; : [ {
+      &quot;rowFilterInfo&quot; : { },
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;rowFilterInfo&quot; : { },
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&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;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;denyExceptions&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;policyItems&quot; : [ {
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;rowFilterPolicyItems&quot; : [ {
-      &quot;rowFilterInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;policyType&quot; : 12345,
+    &quot;allowExceptions&quot; : [ {
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;rowFilterInfo&quot; : { },
+      &quot;accesses&quot; : [ { }, { } ],
       &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    } ],
+    &quot;service&quot; : &quot;...&quot;,
+    &quot;denyExceptions&quot; : [ {
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    }, {
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;resourceSignature&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;policyPriority&quot; : 12345,
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;isDenyAllElse&quot; : true,
     &quot;dataMaskPolicyItems&quot; : [ {
       &quot;dataMaskInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
       &quot;dataMaskInfo&quot; : { },
+      &quot;accesses&quot; : [ { }, { } ],
       &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    } ],
+    &quot;validitySchedules&quot; : [ {
+      &quot;recurrences&quot; : [ { }, { } ],
+      &quot;timeZone&quot; : &quot;...&quot;,
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;
+    }, {
+      &quot;recurrences&quot; : [ { }, { } ],
+      &quot;timeZone&quot; : &quot;...&quot;,
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&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;denyPolicyItems&quot; : [ {
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    }, {
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
+    &quot;zoneName&quot; : &quot;...&quot;,
     &quot;options&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
-    &quot;policyType&quot; : 12345,
-    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;isAuditEnabled&quot; : true,
     &quot;version&quot; : 12345,
+    &quot;createTime&quot; : 12345,
+    &quot;isEnabled&quot; : true,
     &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;id&quot; : 12345,
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;isEnabled&quot; : true,
-    &quot;createTime&quot; : 12345
+    &quot;id&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345
   } ],
   &quot;listSize&quot; : 12345,
   &quot;list&quot; : [ { }, { } ],

Modified: ranger/site/trunk/apidocs/json_RangerPolicyResource.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerPolicyResource.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerPolicyResource.html (original)
+++ ranger/site/trunk/apidocs/json_RangerPolicyResource.html Wed Aug  7 18:15:52 2019
@@ -79,18 +79,18 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-isRecursive" class="property-name">isRecursive</span>
+          <td>  <span id="prop-values" class="property-name">values</span>
 </td>
-          <td>  <span class="datatype-reference">boolean
+          <td>  <span class="datatype-reference">array of string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-values" class="property-name">values</span>
+          <td>  <span id="prop-isRecursive" class="property-name">isRecursive</span>
 </td>
-          <td>  <span class="datatype-reference">array of string
+          <td>  <span class="datatype-reference">boolean
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -111,8 +111,8 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;isRecursive&quot; : true,
   &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;isRecursive&quot; : true,
   &quot;isExcludes&quot; : true
 }</pre>
 

Modified: ranger/site/trunk/apidocs/json_RangerRequestedResources.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerRequestedResources.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerRequestedResources.html (original)
+++ ranger/site/trunk/apidocs/json_RangerRequestedResources.html Wed Aug  7 18:15:52 2019
@@ -94,83 +94,83 @@
       
       <pre class="prettyprint language-js example">{
   &quot;requestedResources&quot; : [ {
+    &quot;readOnlyCopy&quot; : { },
+    &quot;asMap&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;ownerUser&quot; : &quot;...&quot;,
     &quot;serviceDef&quot; : {
       &quot;enums&quot; : [ { }, { } ],
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;dataMaskDef&quot; : { },
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;name&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
       &quot;contextEnrichers&quot; : [ { }, { } ],
+      &quot;implClass&quot; : &quot;...&quot;,
+      &quot;policyConditions&quot; : [ { }, { } ],
+      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;rowFilterDef&quot; : { },
+      &quot;configs&quot; : [ { }, { } ],
+      &quot;resources&quot; : [ { }, { } ],
       &quot;options&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;accessTypes&quot; : [ { }, { } ],
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;dataMaskDef&quot; : { },
-      &quot;policyConditions&quot; : [ { }, { } ],
-      &quot;rowFilterDef&quot; : { },
-      &quot;configs&quot; : [ { }, { } ],
-      &quot;implClass&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
+      &quot;createTime&quot; : 12345,
+      &quot;isEnabled&quot; : true,
       &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;updatedBy&quot; : &quot;...&quot;,
-      &quot;id&quot; : 12345,
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;updateTime&quot; : 12345,
-      &quot;isEnabled&quot; : true,
-      &quot;createTime&quot; : 12345
+      &quot;id&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;updateTime&quot; : 12345
     },
-    &quot;ownerUser&quot; : &quot;...&quot;,
-    &quot;cacheKey&quot; : &quot;...&quot;,
-    &quot;leafName&quot; : &quot;...&quot;,
     &quot;asString&quot; : &quot;...&quot;,
+    &quot;leafName&quot; : &quot;...&quot;,
+    &quot;keys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;cacheKey&quot; : &quot;...&quot;
+  }, {
+    &quot;readOnlyCopy&quot; : { },
     &quot;asMap&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
-    &quot;readOnlyCopy&quot; : { },
-    &quot;keys&quot; : [ &quot;...&quot;, &quot;...&quot; ]
-  }, {
+    &quot;ownerUser&quot; : &quot;...&quot;,
     &quot;serviceDef&quot; : {
       &quot;enums&quot; : [ { }, { } ],
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;dataMaskDef&quot; : { },
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;name&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
       &quot;contextEnrichers&quot; : [ { }, { } ],
+      &quot;implClass&quot; : &quot;...&quot;,
+      &quot;policyConditions&quot; : [ { }, { } ],
+      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;rowFilterDef&quot; : { },
+      &quot;configs&quot; : [ { }, { } ],
+      &quot;resources&quot; : [ { }, { } ],
       &quot;options&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;accessTypes&quot; : [ { }, { } ],
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;dataMaskDef&quot; : { },
-      &quot;policyConditions&quot; : [ { }, { } ],
-      &quot;rowFilterDef&quot; : { },
-      &quot;configs&quot; : [ { }, { } ],
-      &quot;implClass&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
+      &quot;createTime&quot; : 12345,
+      &quot;isEnabled&quot; : true,
       &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;updatedBy&quot; : &quot;...&quot;,
-      &quot;id&quot; : 12345,
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;updateTime&quot; : 12345,
-      &quot;isEnabled&quot; : true,
-      &quot;createTime&quot; : 12345
+      &quot;id&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;updateTime&quot; : 12345
     },
-    &quot;ownerUser&quot; : &quot;...&quot;,
-    &quot;cacheKey&quot; : &quot;...&quot;,
-    &quot;leafName&quot; : &quot;...&quot;,
     &quot;asString&quot; : &quot;...&quot;,
-    &quot;asMap&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;readOnlyCopy&quot; : { },
-    &quot;keys&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    &quot;leafName&quot; : &quot;...&quot;,
+    &quot;keys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;cacheKey&quot; : &quot;...&quot;
   } ]
 }</pre>
 

Modified: ranger/site/trunk/apidocs/json_RangerResourceDef.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerResourceDef.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerResourceDef.html (original)
+++ ranger/site/trunk/apidocs/json_RangerResourceDef.html Wed Aug  7 18:15:52 2019
@@ -79,16 +79,16 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-validationMessage" class="property-name">validationMessage</span>
+          <td>  <span id="prop-lookupSupported" class="property-name">lookupSupported</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">boolean
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-label" class="property-name">label</span>
+          <td>  <span id="prop-rbKeyValidationMessage" class="property-name">rbKeyValidationMessage</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -97,18 +97,18 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-excludesSupported" class="property-name">excludesSupported</span>
+          <td>  <span id="prop-validationMessage" class="property-name">validationMessage</span>
 </td>
-          <td>  <span class="datatype-reference">boolean
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-uiHint" class="property-name">uiHint</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>
@@ -124,7 +124,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-type" class="property-name">type</span>
+          <td>  <span id="prop-matcher" class="property-name">matcher</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -133,16 +133,16 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-level" class="property-name">level</span>
+          <td>  <span id="prop-excludesSupported" class="property-name">excludesSupported</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference">boolean
 </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-name" class="property-name">name</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -151,7 +151,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-rbKeyDescription" class="property-name">rbKeyDescription</span>
+          <td>  <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -169,25 +169,25 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-lookupSupported" class="property-name">lookupSupported</span>
+          <td>  <span id="prop-description" class="property-name">description</span>
 </td>
-          <td>  <span class="datatype-reference">boolean
+          <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-level" class="property-name">level</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-matcher" class="property-name">matcher</span>
+          <td>  <span id="prop-uiHint" class="property-name">uiHint</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -196,7 +196,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-rbKeyValidationMessage" class="property-name">rbKeyValidationMessage</span>
+          <td>  <span id="prop-label" class="property-name">label</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -205,18 +205,18 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-validationRegEx" class="property-name">validationRegEx</span>
+          <td>  <span id="prop-accessTypeRestrictions" class="property-name">accessTypeRestrictions</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-mandatory" class="property-name">mandatory</span>
+          <td>  <span id="prop-matcherOptions" class="property-name">matcherOptions</span>
 </td>
-          <td>  <span class="datatype-reference">boolean
+          <td>  <span class="datatype-reference">map of string
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -232,7 +232,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-name" class="property-name">name</span>
+          <td>  <span id="prop-validationRegEx" class="property-name">validationRegEx</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -241,27 +241,27 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-accessTypeRestrictions" class="property-name">accessTypeRestrictions</span>
+          <td>  <span id="prop-rbKeyDescription" class="property-name">rbKeyDescription</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-type" class="property-name">type</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-matcherOptions" class="property-name">matcherOptions</span>
+          <td>  <span id="prop-mandatory" class="property-name">mandatory</span>
 </td>
-          <td>  <span class="datatype-reference">map of string
+          <td>  <span class="datatype-reference">boolean
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -273,30 +273,30 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
+  &quot;lookupSupported&quot; : true,
+  &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
   &quot;validationMessage&quot; : &quot;...&quot;,
-  &quot;label&quot; : &quot;...&quot;,
-  &quot;excludesSupported&quot; : true,
-  &quot;uiHint&quot; : &quot;...&quot;,
+  &quot;itemId&quot; : 12345,
   &quot;isValidLeaf&quot; : true,
-  &quot;type&quot; : &quot;...&quot;,
-  &quot;level&quot; : 12345,
-  &quot;description&quot; : &quot;...&quot;,
-  &quot;rbKeyDescription&quot; : &quot;...&quot;,
-  &quot;recursiveSupported&quot; : true,
-  &quot;lookupSupported&quot; : true,
-  &quot;rbKeyLabel&quot; : &quot;...&quot;,
   &quot;matcher&quot; : &quot;...&quot;,
-  &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-  &quot;validationRegEx&quot; : &quot;...&quot;,
-  &quot;mandatory&quot; : true,
-  &quot;parent&quot; : &quot;...&quot;,
+  &quot;excludesSupported&quot; : true,
   &quot;name&quot; : &quot;...&quot;,
+  &quot;rbKeyLabel&quot; : &quot;...&quot;,
+  &quot;recursiveSupported&quot; : true,
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;level&quot; : 12345,
+  &quot;uiHint&quot; : &quot;...&quot;,
+  &quot;label&quot; : &quot;...&quot;,
   &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-  &quot;itemId&quot; : 12345,
   &quot;matcherOptions&quot; : {
     &quot;property1&quot; : &quot;...&quot;,
     &quot;property2&quot; : &quot;...&quot;
-  }
+  },
+  &quot;parent&quot; : &quot;...&quot;,
+  &quot;validationRegEx&quot; : &quot;...&quot;,
+  &quot;rbKeyDescription&quot; : &quot;...&quot;,
+  &quot;type&quot; : &quot;...&quot;,
+  &quot;mandatory&quot; : true
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_RangerRole.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerRole.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerRole.html (original)
+++ ranger/site/trunk/apidocs/json_RangerRole.html Wed Aug  7 18:15:52 2019
@@ -79,7 +79,7 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-groups" class="property-name">groups</span>
+          <td>  <span id="prop-roles" class="property-name">roles</span>
 </td>
           <td>  <span class="datatype-reference">array of <a href="json_RoleMember.html">RoleMember</a>
 </span>
@@ -88,7 +88,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-roles" class="property-name">roles</span>
+          <td>  <span id="prop-users" class="property-name">users</span>
 </td>
           <td>  <span class="datatype-reference">array of <a href="json_RoleMember.html">RoleMember</a>
 </span>
@@ -97,27 +97,36 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-options" class="property-name">options</span>
+          <td>  <span id="prop-name" class="property-name">name</span>
 </td>
-          <td>  <span class="datatype-reference">map of object
+          <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-groups" class="property-name">groups</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">array of <a href="json_RoleMember.html">RoleMember</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-users" class="property-name">users</span>
+          <td>  <span id="prop-options" class="property-name">options</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a href="json_RoleMember.html">RoleMember</a>
+          <td>  <span class="datatype-reference">map of object
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-createdByUser" class="property-name">createdByUser</span>
+</td>
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -144,20 +153,20 @@
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">createdBy</span></td>
-          <td><span class="datatype-reference">string
+          <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">updatedBy</span></td>
-          <td><span class="datatype-reference">string
+          <td><span class="property-name">isEnabled</span></td>
+          <td><span class="datatype-reference">boolean
 </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
+          <td><span class="property-name">createdBy</span></td>
+          <td><span class="datatype-reference">string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
@@ -168,19 +177,19 @@
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">updateTime</span></td>
+          <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">isEnabled</span></td>
-          <td><span class="datatype-reference">boolean
+          <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">createTime</span></td>
+          <td><span class="property-name">updateTime</span></td>
           <td><span class="datatype-reference">number
 </span></td>
           <td><span class="property-description"></span></td>
@@ -191,41 +200,42 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;groups&quot; : [ {
+  &quot;roles&quot; : [ {
     &quot;name&quot; : &quot;...&quot;,
     &quot;isAdmin&quot; : true
   }, {
     &quot;name&quot; : &quot;...&quot;,
     &quot;isAdmin&quot; : true
   } ],
-  &quot;roles&quot; : [ {
+  &quot;users&quot; : [ {
     &quot;name&quot; : &quot;...&quot;,
     &quot;isAdmin&quot; : true
   }, {
     &quot;name&quot; : &quot;...&quot;,
     &quot;isAdmin&quot; : true
   } ],
-  &quot;options&quot; : {
-    &quot;property1&quot; : { },
-    &quot;property2&quot; : { }
-  },
   &quot;name&quot; : &quot;...&quot;,
-  &quot;users&quot; : [ {
+  &quot;groups&quot; : [ {
     &quot;name&quot; : &quot;...&quot;,
     &quot;isAdmin&quot; : true
   }, {
     &quot;name&quot; : &quot;...&quot;,
     &quot;isAdmin&quot; : true
   } ],
+  &quot;options&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;createdByUser&quot; : &quot;...&quot;,
   &quot;description&quot; : &quot;...&quot;,
   &quot;version&quot; : 12345,
+  &quot;createTime&quot; : 12345,
+  &quot;isEnabled&quot; : true,
   &quot;createdBy&quot; : &quot;...&quot;,
-  &quot;updatedBy&quot; : &quot;...&quot;,
-  &quot;id&quot; : 12345,
   &quot;guid&quot; : &quot;...&quot;,
-  &quot;updateTime&quot; : 12345,
-  &quot;isEnabled&quot; : true,
-  &quot;createTime&quot; : 12345
+  &quot;id&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_RangerRoleList.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerRoleList.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerRoleList.html (original)
+++ ranger/site/trunk/apidocs/json_RangerRoleList.html Wed Aug  7 18:15:52 2019
@@ -147,77 +147,79 @@
       
       <pre class="prettyprint language-js example">{
   &quot;roles&quot; : [ {
-    &quot;groups&quot; : [ {
+    &quot;roles&quot; : [ {
       &quot;name&quot; : &quot;...&quot;,
       &quot;isAdmin&quot; : true
     }, {
       &quot;name&quot; : &quot;...&quot;,
       &quot;isAdmin&quot; : true
     } ],
-    &quot;roles&quot; : [ {
+    &quot;users&quot; : [ {
       &quot;name&quot; : &quot;...&quot;,
       &quot;isAdmin&quot; : true
     }, {
       &quot;name&quot; : &quot;...&quot;,
       &quot;isAdmin&quot; : true
     } ],
-    &quot;options&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
     &quot;name&quot; : &quot;...&quot;,
-    &quot;users&quot; : [ {
+    &quot;groups&quot; : [ {
       &quot;name&quot; : &quot;...&quot;,
       &quot;isAdmin&quot; : true
     }, {
       &quot;name&quot; : &quot;...&quot;,
       &quot;isAdmin&quot; : true
     } ],
+    &quot;options&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;createdByUser&quot; : &quot;...&quot;,
     &quot;description&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
+    &quot;createTime&quot; : 12345,
+    &quot;isEnabled&quot; : true,
     &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;id&quot; : 12345,
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;isEnabled&quot; : true,
-    &quot;createTime&quot; : 12345
+    &quot;id&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345
   }, {
-    &quot;groups&quot; : [ {
+    &quot;roles&quot; : [ {
       &quot;name&quot; : &quot;...&quot;,
       &quot;isAdmin&quot; : true
     }, {
       &quot;name&quot; : &quot;...&quot;,
       &quot;isAdmin&quot; : true
     } ],
-    &quot;roles&quot; : [ {
+    &quot;users&quot; : [ {
       &quot;name&quot; : &quot;...&quot;,
       &quot;isAdmin&quot; : true
     }, {
       &quot;name&quot; : &quot;...&quot;,
       &quot;isAdmin&quot; : true
     } ],
-    &quot;options&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
     &quot;name&quot; : &quot;...&quot;,
-    &quot;users&quot; : [ {
+    &quot;groups&quot; : [ {
       &quot;name&quot; : &quot;...&quot;,
       &quot;isAdmin&quot; : true
     }, {
       &quot;name&quot; : &quot;...&quot;,
       &quot;isAdmin&quot; : true
     } ],
+    &quot;options&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;createdByUser&quot; : &quot;...&quot;,
     &quot;description&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
+    &quot;createTime&quot; : 12345,
+    &quot;isEnabled&quot; : true,
     &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;id&quot; : 12345,
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;isEnabled&quot; : true,
-    &quot;createTime&quot; : 12345
+    &quot;id&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345
   } ],
   &quot;listSize&quot; : 12345,
   &quot;list&quot; : [ { }, { } ],

Modified: ranger/site/trunk/apidocs/json_RangerRowFilterDef.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerRowFilterDef.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerRowFilterDef.html (original)
+++ ranger/site/trunk/apidocs/json_RangerRowFilterDef.html Wed Aug  7 18:15:52 2019
@@ -103,68 +103,68 @@
       
       <pre class="prettyprint language-js example">{
   &quot;resources&quot; : [ {
+    &quot;lookupSupported&quot; : true,
+    &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
     &quot;validationMessage&quot; : &quot;...&quot;,
-    &quot;label&quot; : &quot;...&quot;,
-    &quot;excludesSupported&quot; : true,
-    &quot;uiHint&quot; : &quot;...&quot;,
+    &quot;itemId&quot; : 12345,
     &quot;isValidLeaf&quot; : true,
-    &quot;type&quot; : &quot;...&quot;,
-    &quot;level&quot; : 12345,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;rbKeyDescription&quot; : &quot;...&quot;,
-    &quot;recursiveSupported&quot; : true,
-    &quot;lookupSupported&quot; : true,
-    &quot;rbKeyLabel&quot; : &quot;...&quot;,
     &quot;matcher&quot; : &quot;...&quot;,
-    &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-    &quot;validationRegEx&quot; : &quot;...&quot;,
-    &quot;mandatory&quot; : true,
-    &quot;parent&quot; : &quot;...&quot;,
+    &quot;excludesSupported&quot; : true,
     &quot;name&quot; : &quot;...&quot;,
+    &quot;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;recursiveSupported&quot; : true,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;level&quot; : 12345,
+    &quot;uiHint&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
     &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;itemId&quot; : 12345,
     &quot;matcherOptions&quot; : {
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
-    }
+    },
+    &quot;parent&quot; : &quot;...&quot;,
+    &quot;validationRegEx&quot; : &quot;...&quot;,
+    &quot;rbKeyDescription&quot; : &quot;...&quot;,
+    &quot;type&quot; : &quot;...&quot;,
+    &quot;mandatory&quot; : true
   }, {
+    &quot;lookupSupported&quot; : true,
+    &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
     &quot;validationMessage&quot; : &quot;...&quot;,
-    &quot;label&quot; : &quot;...&quot;,
-    &quot;excludesSupported&quot; : true,
-    &quot;uiHint&quot; : &quot;...&quot;,
+    &quot;itemId&quot; : 12345,
     &quot;isValidLeaf&quot; : true,
-    &quot;type&quot; : &quot;...&quot;,
-    &quot;level&quot; : 12345,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;rbKeyDescription&quot; : &quot;...&quot;,
-    &quot;recursiveSupported&quot; : true,
-    &quot;lookupSupported&quot; : true,
-    &quot;rbKeyLabel&quot; : &quot;...&quot;,
     &quot;matcher&quot; : &quot;...&quot;,
-    &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-    &quot;validationRegEx&quot; : &quot;...&quot;,
-    &quot;mandatory&quot; : true,
-    &quot;parent&quot; : &quot;...&quot;,
+    &quot;excludesSupported&quot; : true,
     &quot;name&quot; : &quot;...&quot;,
+    &quot;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;recursiveSupported&quot; : true,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;level&quot; : 12345,
+    &quot;uiHint&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
     &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;itemId&quot; : 12345,
     &quot;matcherOptions&quot; : {
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
-    }
+    },
+    &quot;parent&quot; : &quot;...&quot;,
+    &quot;validationRegEx&quot; : &quot;...&quot;,
+    &quot;rbKeyDescription&quot; : &quot;...&quot;,
+    &quot;type&quot; : &quot;...&quot;,
+    &quot;mandatory&quot; : true
   } ],
   &quot;accessTypes&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;label&quot; : &quot;...&quot;,
+    &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;itemId&quot; : 12345
   }, {
     &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;label&quot; : &quot;...&quot;,
+    &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;itemId&quot; : 12345
   } ]
 }</pre>
 

Modified: ranger/site/trunk/apidocs/json_RangerRowFilterPolicyItem.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerRowFilterPolicyItem.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerRowFilterPolicyItem.html (original)
+++ ranger/site/trunk/apidocs/json_RangerRowFilterPolicyItem.html Wed Aug  7 18:15:52 2019
@@ -93,38 +93,38 @@
         </tr>
         <tbody>
         <tr>
-          <td><span class="property-name">users</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">accesses</span></td>
-          <td><span class="datatype-reference">array of <a href="json_RangerPolicyItemAccess.html">RangerPolicyItemAccess</a>
+          <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">groups</span></td>
-          <td><span class="datatype-reference">array of string
+          <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">roles</span></td>
-          <td><span class="datatype-reference">array of string
+          <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">delegateAdmin</span></td>
-          <td><span class="datatype-reference">boolean
+          <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>
         <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">groups</span></td>
+          <td><span class="datatype-reference">array of string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
@@ -137,7 +137,6 @@
   &quot;rowFilterInfo&quot; : {
     &quot;filterExpr&quot; : &quot;...&quot;
   },
-  &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;accesses&quot; : [ {
     &quot;type&quot; : &quot;...&quot;,
     &quot;isAllowed&quot; : true
@@ -145,16 +144,17 @@
     &quot;type&quot; : &quot;...&quot;,
     &quot;isAllowed&quot; : true
   } ],
-  &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-  &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;delegateAdmin&quot; : true,
   &quot;conditions&quot; : [ {
-    &quot;type&quot; : &quot;...&quot;,
-    &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;type&quot; : &quot;...&quot;
   }, {
-    &quot;type&quot; : &quot;...&quot;,
-    &quot;values&quot; : [ &quot;...&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; ]
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_RangerSecurityZone.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerSecurityZone.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerSecurityZone.html (original)
+++ ranger/site/trunk/apidocs/json_RangerSecurityZone.html Wed Aug  7 18:15:52 2019
@@ -79,7 +79,7 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-adminUserGroups" class="property-name">adminUserGroups</span>
+          <td>  <span id="prop-auditUserGroups" class="property-name">auditUserGroups</span>
 </td>
           <td>  <span class="datatype-reference">array of string
 </span>
@@ -97,7 +97,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-auditUserGroups" class="property-name">auditUserGroups</span>
+          <td>  <span id="prop-adminUserGroups" class="property-name">adminUserGroups</span>
 </td>
           <td>  <span class="datatype-reference">array of string
 </span>
@@ -106,7 +106,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-adminUsers" class="property-name">adminUsers</span>
+          <td>  <span id="prop-auditUsers" class="property-name">auditUsers</span>
 </td>
           <td>  <span class="datatype-reference">array of string
 </span>
@@ -115,36 +115,36 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-auditUsers" class="property-name">auditUsers</span>
+          <td>  <span id="prop-description" class="property-name">description</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-name" class="property-name">name</span>
+          <td>  <span id="prop-tagServices" class="property-name">tagServices</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-tagServices" class="property-name">tagServices</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-description" class="property-name">description</span>
+          <td>  <span id="prop-adminUsers" class="property-name">adminUsers</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">array of string
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -162,20 +162,20 @@
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">createdBy</span></td>
-          <td><span class="datatype-reference">string
+          <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">updatedBy</span></td>
-          <td><span class="datatype-reference">string
+          <td><span class="property-name">isEnabled</span></td>
+          <td><span class="datatype-reference">boolean
 </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
+          <td><span class="property-name">createdBy</span></td>
+          <td><span class="datatype-reference">string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
@@ -186,19 +186,19 @@
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">updateTime</span></td>
+          <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">isEnabled</span></td>
-          <td><span class="datatype-reference">boolean
+          <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">createTime</span></td>
+          <td><span class="property-name">updateTime</span></td>
           <td><span class="datatype-reference">number
 </span></td>
           <td><span class="property-description"></span></td>
@@ -209,7 +209,7 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;adminUserGroups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;auditUserGroups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;services&quot; : {
     &quot;property1&quot; : {
       &quot;resources&quot; : [ {
@@ -230,20 +230,20 @@
       } ]
     }
   },
-  &quot;auditUserGroups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-  &quot;adminUsers&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;adminUserGroups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;auditUsers&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-  &quot;name&quot; : &quot;...&quot;,
-  &quot;tagServices&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;description&quot; : &quot;...&quot;,
+  &quot;tagServices&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;adminUsers&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;version&quot; : 12345,
+  &quot;createTime&quot; : 12345,
+  &quot;isEnabled&quot; : true,
   &quot;createdBy&quot; : &quot;...&quot;,
-  &quot;updatedBy&quot; : &quot;...&quot;,
-  &quot;id&quot; : 12345,
   &quot;guid&quot; : &quot;...&quot;,
-  &quot;updateTime&quot; : 12345,
-  &quot;isEnabled&quot; : true,
-  &quot;createTime&quot; : 12345
+  &quot;id&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_RangerSecurityZoneList.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerSecurityZoneList.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerSecurityZoneList.html (original)
+++ ranger/site/trunk/apidocs/json_RangerSecurityZoneList.html Wed Aug  7 18:15:52 2019
@@ -147,7 +147,7 @@
       
       <pre class="prettyprint language-js example">{
   &quot;securityZones&quot; : [ {
-    &quot;adminUserGroups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;auditUserGroups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;services&quot; : {
       &quot;property1&quot; : {
         &quot;resources&quot; : [ {
@@ -168,22 +168,22 @@
         } ]
       }
     },
-    &quot;auditUserGroups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;adminUsers&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;adminUserGroups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;auditUsers&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;tagServices&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;description&quot; : &quot;...&quot;,
+    &quot;tagServices&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;adminUsers&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;version&quot; : 12345,
+    &quot;createTime&quot; : 12345,
+    &quot;isEnabled&quot; : true,
     &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;id&quot; : 12345,
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;isEnabled&quot; : true,
-    &quot;createTime&quot; : 12345
+    &quot;id&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345
   }, {
-    &quot;adminUserGroups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;auditUserGroups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;services&quot; : {
       &quot;property1&quot; : {
         &quot;resources&quot; : [ {
@@ -204,20 +204,20 @@
         } ]
       }
     },
-    &quot;auditUserGroups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;adminUsers&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;adminUserGroups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;auditUsers&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;tagServices&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;description&quot; : &quot;...&quot;,
+    &quot;tagServices&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;adminUsers&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;version&quot; : 12345,
+    &quot;createTime&quot; : 12345,
+    &quot;isEnabled&quot; : true,
     &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;id&quot; : 12345,
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;isEnabled&quot; : true,
-    &quot;createTime&quot; : 12345
+    &quot;id&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345
   } ],
   &quot;listSize&quot; : 12345,
   &quot;list&quot; : [ { }, { } ],

Modified: ranger/site/trunk/apidocs/json_RangerService.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerService.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerService.html (original)
+++ ranger/site/trunk/apidocs/json_RangerService.html Wed Aug  7 18:15:52 2019
@@ -79,43 +79,43 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-tagService" class="property-name">tagService</span>
+          <td>  <span id="prop-tagVersion" class="property-name">tagVersion</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-description" class="property-name">description</span>
+          <td>  <span id="prop-configs" class="property-name">configs</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-tagVersion" class="property-name">tagVersion</span>
+          <td>  <span id="prop-tagService" class="property-name">tagService</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-configs" class="property-name">configs</span>
+          <td>  <span id="prop-description" class="property-name">description</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-policyUpdateTime" class="property-name">policyUpdateTime</span>
+          <td>  <span id="prop-policyVersion" class="property-name">policyVersion</span>
 </td>
           <td>  <span class="datatype-reference">number
 </span>
@@ -124,9 +124,9 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-name" class="property-name">name</span>
+          <td>  <span id="prop-policyUpdateTime" class="property-name">policyUpdateTime</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -151,9 +151,9 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-policyVersion" class="property-name">policyVersion</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>
@@ -171,20 +171,20 @@
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">createdBy</span></td>
-          <td><span class="datatype-reference">string
+          <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">updatedBy</span></td>
-          <td><span class="datatype-reference">string
+          <td><span class="property-name">isEnabled</span></td>
+          <td><span class="datatype-reference">boolean
 </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
+          <td><span class="property-name">createdBy</span></td>
+          <td><span class="datatype-reference">string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
@@ -195,19 +195,19 @@
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">updateTime</span></td>
+          <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">isEnabled</span></td>
-          <td><span class="datatype-reference">boolean
+          <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">createTime</span></td>
+          <td><span class="property-name">updateTime</span></td>
           <td><span class="datatype-reference">number
 </span></td>
           <td><span class="property-description"></span></td>
@@ -218,26 +218,26 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;tagService&quot; : &quot;...&quot;,
-  &quot;description&quot; : &quot;...&quot;,
   &quot;tagVersion&quot; : 12345,
   &quot;configs&quot; : {
     &quot;property1&quot; : &quot;...&quot;,
     &quot;property2&quot; : &quot;...&quot;
   },
+  &quot;tagService&quot; : &quot;...&quot;,
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;policyVersion&quot; : 12345,
   &quot;policyUpdateTime&quot; : 12345,
-  &quot;name&quot; : &quot;...&quot;,
   &quot;type&quot; : &quot;...&quot;,
   &quot;tagUpdateTime&quot; : 12345,
-  &quot;policyVersion&quot; : 12345,
+  &quot;name&quot; : &quot;...&quot;,
   &quot;version&quot; : 12345,
+  &quot;createTime&quot; : 12345,
+  &quot;isEnabled&quot; : true,
   &quot;createdBy&quot; : &quot;...&quot;,
-  &quot;updatedBy&quot; : &quot;...&quot;,
-  &quot;id&quot; : 12345,
   &quot;guid&quot; : &quot;...&quot;,
-  &quot;updateTime&quot; : 12345,
-  &quot;isEnabled&quot; : true,
-  &quot;createTime&quot; : 12345
+  &quot;id&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_RangerServiceConfigDef.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerServiceConfigDef.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerServiceConfigDef.html (original)
+++ ranger/site/trunk/apidocs/json_RangerServiceConfigDef.html Wed Aug  7 18:15:52 2019
@@ -88,7 +88,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-validationRegEx" class="property-name">validationRegEx</span>
+          <td>  <span id="prop-rbKeyDescription" class="property-name">rbKeyDescription</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -97,25 +97,25 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-mandatory" class="property-name">mandatory</span>
+          <td>  <span id="prop-description" class="property-name">description</span>
 </td>
-          <td>  <span class="datatype-reference">boolean
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-label" class="property-name">label</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-rbKeyLabel" class="property-name">rbKeyLabel</span>
+          <td>  <span id="prop-validationMessage" class="property-name">validationMessage</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -124,7 +124,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-type" class="property-name">type</span>
+          <td>  <span id="prop-label" class="property-name">label</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -133,7 +133,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-subType" class="property-name">subType</span>
+          <td>  <span id="prop-name" class="property-name">name</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -142,7 +142,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-rbKeyDescription" class="property-name">rbKeyDescription</span>
+          <td>  <span id="prop-type" class="property-name">type</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -151,16 +151,16 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-defaultValue" class="property-name">defaultValue</span>
+          <td>  <span id="prop-mandatory" class="property-name">mandatory</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">boolean
 </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-defaultValue" class="property-name">defaultValue</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -169,7 +169,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-uiHint" class="property-name">uiHint</span>
+          <td>  <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -178,7 +178,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-name" class="property-name">name</span>
+          <td>  <span id="prop-subType" class="property-name">subType</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -187,16 +187,16 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-itemId" class="property-name">itemId</span>
+          <td>  <span id="prop-uiHint" class="property-name">uiHint</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-validationMessage" class="property-name">validationMessage</span>
+          <td>  <span id="prop-validationRegEx" class="property-name">validationRegEx</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -211,19 +211,19 @@
       
       <pre class="prettyprint language-js example">{
   &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-  &quot;validationRegEx&quot; : &quot;...&quot;,
-  &quot;mandatory&quot; : true,
+  &quot;rbKeyDescription&quot; : &quot;...&quot;,
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;itemId&quot; : 12345,
+  &quot;validationMessage&quot; : &quot;...&quot;,
   &quot;label&quot; : &quot;...&quot;,
-  &quot;rbKeyLabel&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
   &quot;type&quot; : &quot;...&quot;,
-  &quot;subType&quot; : &quot;...&quot;,
-  &quot;rbKeyDescription&quot; : &quot;...&quot;,
+  &quot;mandatory&quot; : true,
   &quot;defaultValue&quot; : &quot;...&quot;,
-  &quot;description&quot; : &quot;...&quot;,
+  &quot;rbKeyLabel&quot; : &quot;...&quot;,
+  &quot;subType&quot; : &quot;...&quot;,
   &quot;uiHint&quot; : &quot;...&quot;,
-  &quot;name&quot; : &quot;...&quot;,
-  &quot;itemId&quot; : 12345,
-  &quot;validationMessage&quot; : &quot;...&quot;
+  &quot;validationRegEx&quot; : &quot;...&quot;
 }</pre>
 
         <footer class="footer">