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 [2/21] - in /ranger/site/trunk: ./ apidocs/ apidocs/ui/ kms/apidocs/ kms/apidocs/ui/

Modified: ranger/site/trunk/apidocs/json_RangerAccessResource.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerAccessResource.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerAccessResource.html (original)
+++ ranger/site/trunk/apidocs/json_RangerAccessResource.html Wed Aug  7 18:15:52 2019
@@ -83,25 +83,25 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-serviceDef" class="property-name">serviceDef</span>
+          <td>  <span id="prop-readOnlyCopy" class="property-name">readOnlyCopy</span>
 </td>
-          <td>  <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a>
+          <td>  <span class="datatype-reference"><a href="json_RangerAccessResource.html">RangerAccessResource</a>
 </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-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-cacheKey" class="property-name">cacheKey</span>
+          <td>  <span id="prop-ownerUser" class="property-name">ownerUser</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -110,9 +110,9 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-leafName" class="property-name">leafName</span>
+          <td>  <span id="prop-serviceDef" class="property-name">serviceDef</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -128,27 +128,27 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-asMap" class="property-name">asMap</span>
+          <td>  <span id="prop-leafName" class="property-name">leafName</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-readOnlyCopy" class="property-name">readOnlyCopy</span>
+          <td>  <span id="prop-keys" class="property-name">keys</span>
 </td>
-          <td>  <span class="datatype-reference"><a href="json_RangerAccessResource.html">RangerAccessResource</a>
+          <td>  <span class="datatype-reference">array of string
 </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-cacheKey" class="property-name">cacheKey</span>
 </td>
-          <td>  <span class="datatype-reference">array of string
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -162,145 +162,136 @@
       <div class="alert alert-warning">This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.</div>
       
       <pre class="prettyprint language-js example">{
+  &quot;readOnlyCopy&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;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;asString&quot; : &quot;...&quot;,
+    &quot;leafName&quot; : &quot;...&quot;,
+    &quot;keys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;cacheKey&quot; : &quot;...&quot;
+  },
+  &quot;asMap&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;ownerUser&quot; : &quot;...&quot;,
   &quot;serviceDef&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;elements&quot; : [ { }, { } ]
     }, {
+      &quot;name&quot; : &quot;...&quot;,
       &quot;defaultIndex&quot; : 12345,
-      &quot;elements&quot; : [ { }, { } ],
       &quot;itemId&quot; : 12345,
-      &quot;name&quot; : &quot;...&quot;
+      &quot;elements&quot; : [ { }, { } ]
     } ],
+    &quot;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;dataMaskDef&quot; : {
+      &quot;resources&quot; : [ { }, { } ],
+      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;maskTypes&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;enricherOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;itemId&quot; : 12345,
       &quot;enricher&quot; : &quot;...&quot;,
-      &quot;name&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;itemId&quot; : 12345,
       &quot;enricher&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345
     } ],
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;resources&quot; : [ {
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;excludesSupported&quot; : true,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &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;implClass&quot; : &quot;...&quot;,
+    &quot;policyConditions&quot; : [ {
       &quot;name&quot; : &quot;...&quot;,
-      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;itemId&quot; : 12345,
-      &quot;matcherOptions&quot; : {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;evaluatorOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
-      }
-    }, {
+      },
       &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;excludesSupported&quot; : true,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &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;name&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;accessTypes&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
       &quot;label&quot; : &quot;...&quot;,
+      &quot;uiHint&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
       &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;evaluator&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;rbKeyDescription&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;rbKeyLabel&quot; : &quot;...&quot;,
-    &quot;label&quot; : &quot;...&quot;,
-    &quot;dataMaskDef&quot; : {
-      &quot;accessTypes&quot; : [ { }, { } ],
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;maskTypes&quot; : [ { }, { } ]
-    },
-    &quot;policyConditions&quot; : [ {
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;evaluatorOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
       &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
       &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;evaluator&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;
-    }, {
       &quot;label&quot; : &quot;...&quot;,
       &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;evaluatorOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;description&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
       &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;evaluator&quot; : &quot;...&quot;
+    } ],
+    &quot;accessTypes&quot; : [ {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&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;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;evaluator&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;itemId&quot; : 12345
     } ],
     &quot;rowFilterDef&quot; : {
       &quot;resources&quot; : [ { }, { } ],
@@ -308,94 +299,103 @@
     },
     &quot;configs&quot; : [ {
       &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;
     }, {
       &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;
     } ],
-    &quot;implClass&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;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;serviceDef&quot; : {
-      &quot;enums&quot; : [ { }, { } ],
+    &quot;resources&quot; : [ {
+      &quot;lookupSupported&quot; : true,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;isValidLeaf&quot; : true,
+      &quot;matcher&quot; : &quot;...&quot;,
+      &quot;excludesSupported&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
-      &quot;contextEnrichers&quot; : [ { }, { } ],
-      &quot;options&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;matcherOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;parent&quot; : &quot;...&quot;,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
       &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;description&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;itemId&quot; : 12345,
+      &quot;isValidLeaf&quot; : true,
+      &quot;matcher&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;dataMaskDef&quot; : { },
-      &quot;policyConditions&quot; : [ { }, { } ],
-      &quot;rowFilterDef&quot; : { },
-      &quot;configs&quot; : [ { }, { } ],
-      &quot;implClass&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;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;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &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;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
     },
-    &quot;readOnlyCopy&quot; : { },
-    &quot;keys&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;keys&quot; : [ &quot;...&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;
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_RangerAccessResourceImpl.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerAccessResourceImpl.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerAccessResourceImpl.html (original)
+++ ranger/site/trunk/apidocs/json_RangerAccessResourceImpl.html Wed Aug  7 18:15:52 2019
@@ -83,61 +83,61 @@
         </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>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-ownerUser" class="property-name">ownerUser</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-serviceDef" class="property-name">serviceDef</span>
+          <td>  <span id="prop-cacheKey" class="property-name">cacheKey</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>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-readOnlyCopy" class="property-name">readOnlyCopy</span>
+          <td>  <span id="prop-leafName" class="property-name">leafName</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-leafName" class="property-name">leafName</span>
+          <td>  <span id="prop-serviceDef" class="property-name">serviceDef</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <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-cacheKey" class="property-name">cacheKey</span>
+          <td>  <span id="prop-ownerUser" class="property-name">ownerUser</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -146,9 +146,9 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-asMap" class="property-name">asMap</span>
+          <td>  <span id="prop-asString" class="property-name">asString</span>
 </td>
-          <td>  <span class="datatype-reference">map of object
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -160,148 +160,138 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;asString&quot; : &quot;...&quot;,
+  &quot;asMap&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;readOnlyCopy&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;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;asString&quot; : &quot;...&quot;,
+    &quot;leafName&quot; : &quot;...&quot;,
+    &quot;keys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;cacheKey&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;serviceDef&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;elements&quot; : [ { }, { } ]
     }, {
+      &quot;name&quot; : &quot;...&quot;,
       &quot;defaultIndex&quot; : 12345,
-      &quot;elements&quot; : [ { }, { } ],
       &quot;itemId&quot; : 12345,
-      &quot;name&quot; : &quot;...&quot;
+      &quot;elements&quot; : [ { }, { } ]
     } ],
+    &quot;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;dataMaskDef&quot; : {
+      &quot;resources&quot; : [ { }, { } ],
+      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;maskTypes&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;enricherOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;itemId&quot; : 12345,
       &quot;enricher&quot; : &quot;...&quot;,
-      &quot;name&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;itemId&quot; : 12345,
       &quot;enricher&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345
     } ],
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;resources&quot; : [ {
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;excludesSupported&quot; : true,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &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;implClass&quot; : &quot;...&quot;,
+    &quot;policyConditions&quot; : [ {
       &quot;name&quot; : &quot;...&quot;,
-      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;itemId&quot; : 12345,
-      &quot;matcherOptions&quot; : {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;evaluatorOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
-      }
-    }, {
+      },
       &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;excludesSupported&quot; : true,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &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;name&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;accessTypes&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
       &quot;label&quot; : &quot;...&quot;,
+      &quot;uiHint&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
       &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;evaluator&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;rbKeyDescription&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;rbKeyLabel&quot; : &quot;...&quot;,
-    &quot;label&quot; : &quot;...&quot;,
-    &quot;dataMaskDef&quot; : {
-      &quot;accessTypes&quot; : [ { }, { } ],
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;maskTypes&quot; : [ { }, { } ]
-    },
-    &quot;policyConditions&quot; : [ {
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;evaluatorOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
       &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
       &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;evaluator&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;
-    }, {
       &quot;label&quot; : &quot;...&quot;,
       &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;evaluatorOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;description&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
       &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;evaluator&quot; : &quot;...&quot;
+    } ],
+    &quot;accessTypes&quot; : [ {
+      &quot;name&quot; : &quot;...&quot;,
       &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;evaluator&quot; : &quot;...&quot;,
-      &quot;validationMessage&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;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;itemId&quot; : 12345
     } ],
     &quot;rowFilterDef&quot; : {
       &quot;resources&quot; : [ { }, { } ],
@@ -309,91 +299,101 @@
     },
     &quot;configs&quot; : [ {
       &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;
     }, {
       &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;
     } ],
-    &quot;implClass&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;readOnlyCopy&quot; : {
-    &quot;serviceDef&quot; : {
-      &quot;enums&quot; : [ { }, { } ],
+    &quot;resources&quot; : [ {
+      &quot;lookupSupported&quot; : true,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;isValidLeaf&quot; : true,
+      &quot;matcher&quot; : &quot;...&quot;,
+      &quot;excludesSupported&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
-      &quot;contextEnrichers&quot; : [ { }, { } ],
-      &quot;options&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;matcherOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;parent&quot; : &quot;...&quot;,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
       &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;description&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;itemId&quot; : 12345,
+      &quot;isValidLeaf&quot; : true,
+      &quot;matcher&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;dataMaskDef&quot; : { },
-      &quot;policyConditions&quot; : [ { }, { } ],
-      &quot;rowFilterDef&quot; : { },
-      &quot;configs&quot; : [ { }, { } ],
-      &quot;implClass&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;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;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &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;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
     },
-    &quot;readOnlyCopy&quot; : { },
-    &quot;keys&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;leafName&quot; : &quot;...&quot;,
-  &quot;cacheKey&quot; : &quot;...&quot;,
-  &quot;asMap&quot; : {
-    &quot;property1&quot; : { },
-    &quot;property2&quot; : { }
-  }
+  &quot;ownerUser&quot; : &quot;...&quot;,
+  &quot;asString&quot; : &quot;...&quot;
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_RangerAccessResourceReadOnly.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerAccessResourceReadOnly.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerAccessResourceReadOnly.html (original)
+++ ranger/site/trunk/apidocs/json_RangerAccessResourceReadOnly.html Wed Aug  7 18:15:52 2019
@@ -81,36 +81,36 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-asMap" class="property-name">asMap</span>
+          <td>  <span id="prop-cacheKey" class="property-name">cacheKey</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-cacheKey" class="property-name">cacheKey</span>
+          <td>  <span id="prop-serviceDef" class="property-name">serviceDef</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <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-asString" class="property-name">asString</span>
+          <td>  <span id="prop-readOnlyCopy" class="property-name">readOnlyCopy</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference"><a href="json_RangerAccessResource.html">RangerAccessResource</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-readOnlyCopy" class="property-name">readOnlyCopy</span>
+          <td>  <span id="prop-leafName" class="property-name">leafName</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>
@@ -126,27 +126,27 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-keys" class="property-name">keys</span>
+          <td>  <span id="prop-asString" class="property-name">asString</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-serviceDef" class="property-name">serviceDef</span>
+          <td>  <span id="prop-asMap" class="property-name">asMap</span>
 </td>
-          <td>  <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a>
+          <td>  <span class="datatype-reference">map of object
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-leafName" class="property-name">leafName</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>
@@ -158,193 +158,92 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;asMap&quot; : {
-    &quot;property1&quot; : { },
-    &quot;property2&quot; : { }
-  },
   &quot;cacheKey&quot; : &quot;...&quot;,
-  &quot;asString&quot; : &quot;...&quot;,
-  &quot;readOnlyCopy&quot; : {
-    &quot;serviceDef&quot; : {
-      &quot;enums&quot; : [ { }, { } ],
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;contextEnrichers&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;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;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;ownerUser&quot; : &quot;...&quot;,
-  &quot;keys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;serviceDef&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;elements&quot; : [ { }, { } ]
     }, {
+      &quot;name&quot; : &quot;...&quot;,
       &quot;defaultIndex&quot; : 12345,
-      &quot;elements&quot; : [ { }, { } ],
       &quot;itemId&quot; : 12345,
-      &quot;name&quot; : &quot;...&quot;
+      &quot;elements&quot; : [ { }, { } ]
     } ],
+    &quot;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;dataMaskDef&quot; : {
+      &quot;resources&quot; : [ { }, { } ],
+      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;maskTypes&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;enricherOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;itemId&quot; : 12345,
       &quot;enricher&quot; : &quot;...&quot;,
-      &quot;name&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;itemId&quot; : 12345,
       &quot;enricher&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345
     } ],
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;resources&quot; : [ {
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;excludesSupported&quot; : true,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &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;implClass&quot; : &quot;...&quot;,
+    &quot;policyConditions&quot; : [ {
       &quot;name&quot; : &quot;...&quot;,
-      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;itemId&quot; : 12345,
-      &quot;matcherOptions&quot; : {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;evaluatorOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
-      }
-    }, {
+      },
       &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;excludesSupported&quot; : true,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &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;name&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;accessTypes&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
       &quot;label&quot; : &quot;...&quot;,
+      &quot;uiHint&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
       &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;evaluator&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;rbKeyDescription&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;rbKeyLabel&quot; : &quot;...&quot;,
-    &quot;label&quot; : &quot;...&quot;,
-    &quot;dataMaskDef&quot; : {
-      &quot;accessTypes&quot; : [ { }, { } ],
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;maskTypes&quot; : [ { }, { } ]
-    },
-    &quot;policyConditions&quot; : [ {
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;evaluatorOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
       &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
       &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;evaluator&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;
-    }, {
       &quot;label&quot; : &quot;...&quot;,
       &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;evaluatorOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;description&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
       &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;evaluator&quot; : &quot;...&quot;
+    } ],
+    &quot;accessTypes&quot; : [ {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&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;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;evaluator&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;itemId&quot; : 12345
     } ],
     &quot;rowFilterDef&quot; : {
       &quot;resources&quot; : [ { }, { } ],
@@ -352,46 +251,147 @@
     },
     &quot;configs&quot; : [ {
       &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;
     }, {
       &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;validationRegEx&quot; : &quot;...&quot;
+    } ],
+    &quot;resources&quot; : [ {
+      &quot;lookupSupported&quot; : true,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;isValidLeaf&quot; : true,
+      &quot;matcher&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;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;itemId&quot; : 12345,
-      &quot;validationMessage&quot; : &quot;...&quot;
+      &quot;isValidLeaf&quot; : true,
+      &quot;matcher&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;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;implClass&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&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;readOnlyCopy&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;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;asString&quot; : &quot;...&quot;,
+    &quot;leafName&quot; : &quot;...&quot;,
+    &quot;keys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;cacheKey&quot; : &quot;...&quot;
+  },
+  &quot;leafName&quot; : &quot;...&quot;,
+  &quot;ownerUser&quot; : &quot;...&quot;,
+  &quot;asString&quot; : &quot;...&quot;,
+  &quot;asMap&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
   },
-  &quot;leafName&quot; : &quot;...&quot;
+  &quot;keys&quot; : [ &quot;...&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=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerAccessTypeDef.html (original)
+++ ranger/site/trunk/apidocs/json_RangerAccessTypeDef.html Wed Aug  7 18:15:52 2019
@@ -88,7 +88,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-label" class="property-name">label</span>
+          <td>  <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -97,27 +97,27 @@
 </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-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-itemId" class="property-name">itemId</span>
 </td>
-          <td>  <span class="datatype-reference">array of string
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -130,10 +130,10 @@
       
       <pre class="prettyprint language-js example">{
   &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>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_RangerBaseModelObject.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerBaseModelObject.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerBaseModelObject.html (original)
+++ ranger/site/trunk/apidocs/json_RangerBaseModelObject.html Wed Aug  7 18:15:52 2019
@@ -90,27 +90,27 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-createdBy" class="property-name">createdBy</span>
+          <td>  <span id="prop-createTime" class="property-name">createTime</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-updatedBy" class="property-name">updatedBy</span>
+          <td>  <span id="prop-isEnabled" class="property-name">isEnabled</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-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>
@@ -126,7 +126,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-updateTime" class="property-name">updateTime</span>
+          <td>  <span id="prop-id" class="property-name">id</span>
 </td>
           <td>  <span class="datatype-reference">number
 </span>
@@ -135,16 +135,16 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-isEnabled" class="property-name">isEnabled</span>
+          <td>  <span id="prop-updatedBy" class="property-name">updatedBy</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-createTime" class="property-name">createTime</span>
+          <td>  <span id="prop-updateTime" class="property-name">updateTime</span>
 </td>
           <td>  <span class="datatype-reference">number
 </span>
@@ -159,13 +159,13 @@
       
       <pre class="prettyprint language-js example">{
   &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_RangerContextEnricherDef.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerContextEnricherDef.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerContextEnricherDef.html (original)
+++ ranger/site/trunk/apidocs/json_RangerContextEnricherDef.html Wed Aug  7 18:15:52 2019
@@ -88,16 +88,16 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-itemId" class="property-name">itemId</span>
+          <td>  <span id="prop-enricher" class="property-name">enricher</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-enricher" class="property-name">enricher</span>
+          <td>  <span id="prop-name" class="property-name">name</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -106,9 +106,9 @@
 </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>
@@ -124,9 +124,9 @@
     &quot;property1&quot; : &quot;...&quot;,
     &quot;property2&quot; : &quot;...&quot;
   },
-  &quot;itemId&quot; : 12345,
   &quot;enricher&quot; : &quot;...&quot;,
-  &quot;name&quot; : &quot;...&quot;
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;itemId&quot; : 12345
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_RangerDataMaskDef.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerDataMaskDef.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerDataMaskDef.html (original)
+++ ranger/site/trunk/apidocs/json_RangerDataMaskDef.html Wed Aug  7 18:15:52 2019
@@ -79,18 +79,18 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-accessTypes" class="property-name">accessTypes</span>
+          <td>  <span id="prop-resources" class="property-name">resources</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_RangerResourceDef.html">RangerResourceDef</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>
@@ -111,94 +111,94 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &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;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;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;rbKeyLabel&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;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;itemId&quot; : 12345
   } ],
   &quot;maskTypes&quot; : [ {
-    &quot;itemId&quot; : 12345,
-    &quot;transformer&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
     &quot;dataMaskOptions&quot; : {
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
     },
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;rbKeyDescription&quot; : &quot;...&quot;,
     &quot;label&quot; : &quot;...&quot;,
-    &quot;rbKeyLabel&quot; : &quot;...&quot;
-  }, {
+    &quot;rbKeyDescription&quot; : &quot;...&quot;,
     &quot;itemId&quot; : 12345,
-    &quot;transformer&quot; : &quot;...&quot;,
+    &quot;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;transformer&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
     &quot;dataMaskOptions&quot; : {
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
     },
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;rbKeyDescription&quot; : &quot;...&quot;,
     &quot;label&quot; : &quot;...&quot;,
-    &quot;rbKeyLabel&quot; : &quot;...&quot;
+    &quot;rbKeyDescription&quot; : &quot;...&quot;,
+    &quot;itemId&quot; : 12345,
+    &quot;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;transformer&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=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerDataMaskPolicyItem.html (original)
+++ ranger/site/trunk/apidocs/json_RangerDataMaskPolicyItem.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>
@@ -135,11 +135,10 @@
       
       <pre class="prettyprint language-js example">{
   &quot;dataMaskInfo&quot; : {
-    &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;
   },
-  &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;accesses&quot; : [ {
     &quot;type&quot; : &quot;...&quot;,
     &quot;isAllowed&quot; : true
@@ -147,16 +146,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_RangerDataMaskTypeDef.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerDataMaskTypeDef.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerDataMaskTypeDef.html (original)
+++ ranger/site/trunk/apidocs/json_RangerDataMaskTypeDef.html Wed Aug  7 18:15:52 2019
@@ -79,34 +79,34 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-itemId" class="property-name">itemId</span>
+          <td>  <span id="prop-description" class="property-name">description</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-transformer" class="property-name">transformer</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-dataMaskOptions" class="property-name">dataMaskOptions</span>
+          <td>  <span id="prop-label" class="property-name">label</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-rbKeyDescription" class="property-name">rbKeyDescription</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -115,16 +115,16 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-description" class="property-name">description</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-rbKeyDescription" class="property-name">rbKeyDescription</span>
+          <td>  <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -133,7 +133,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-label" class="property-name">label</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-rbKeyLabel" class="property-name">rbKeyLabel</span>
+          <td>  <span id="prop-transformer" class="property-name">transformer</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -156,17 +156,17 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;itemId&quot; : 12345,
-  &quot;transformer&quot; : &quot;...&quot;,
+  &quot;description&quot; : &quot;...&quot;,
   &quot;dataMaskOptions&quot; : {
     &quot;property1&quot; : &quot;...&quot;,
     &quot;property2&quot; : &quot;...&quot;
   },
-  &quot;name&quot; : &quot;...&quot;,
-  &quot;description&quot; : &quot;...&quot;,
-  &quot;rbKeyDescription&quot; : &quot;...&quot;,
   &quot;label&quot; : &quot;...&quot;,
-  &quot;rbKeyLabel&quot; : &quot;...&quot;
+  &quot;rbKeyDescription&quot; : &quot;...&quot;,
+  &quot;itemId&quot; : 12345,
+  &quot;rbKeyLabel&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;transformer&quot; : &quot;...&quot;
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_RangerEnumDef.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerEnumDef.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerEnumDef.html (original)
+++ ranger/site/trunk/apidocs/json_RangerEnumDef.html Wed Aug  7 18:15:52 2019
@@ -79,18 +79,18 @@
         </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>
@@ -106,9 +106,9 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-name" class="property-name">name</span>
+          <td>  <span id="prop-elements" class="property-name">elements</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">array of <a href="json_RangerEnumElementDef.html">RangerEnumElementDef</a>
 </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;itemId&quot; : 12345,
   &quot;elements&quot; : [ {
-    &quot;rbKeyLabel&quot; : &quot;...&quot;,
-    &quot;label&quot; : &quot;...&quot;,
+    &quot;itemId&quot; : 12345,
     &quot;name&quot; : &quot;...&quot;,
-    &quot;itemId&quot; : 12345
-  }, {
-    &quot;rbKeyLabel&quot; : &quot;...&quot;,
     &quot;label&quot; : &quot;...&quot;,
+    &quot;rbKeyLabel&quot; : &quot;...&quot;
+  }, {
+    &quot;itemId&quot; : 12345,
     &quot;name&quot; : &quot;...&quot;,
-    &quot;itemId&quot; : 12345
-  } ],
-  &quot;itemId&quot; : 12345,
-  &quot;name&quot; : &quot;...&quot;
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;rbKeyLabel&quot; : &quot;...&quot;
+  } ]
 }</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=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerEnumElementDef.html (original)
+++ ranger/site/trunk/apidocs/json_RangerEnumElementDef.html Wed Aug  7 18:15:52 2019
@@ -79,16 +79,16 @@
         </thead>
         <tbody>
         <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-label" class="property-name">label</span>
+          <td>  <span id="prop-name" class="property-name">name</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -97,7 +97,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-name" class="property-name">name</span>
+          <td>  <span id="prop-label" class="property-name">label</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -106,9 +106,9 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-itemId" class="property-name">itemId</span>
+          <td>  <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -120,10 +120,10 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;rbKeyLabel&quot; : &quot;...&quot;,
-  &quot;label&quot; : &quot;...&quot;,
+  &quot;itemId&quot; : 12345,
   &quot;name&quot; : &quot;...&quot;,
-  &quot;itemId&quot; : 12345
+  &quot;label&quot; : &quot;...&quot;,
+  &quot;rbKeyLabel&quot; : &quot;...&quot;
 }</pre>
 
         <footer class="footer">