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

Modified: ranger/site/trunk/apidocs/json_TagPolicies.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_TagPolicies.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_TagPolicies.html (original)
+++ ranger/site/trunk/apidocs/json_TagPolicies.html Wed Aug  7 18:15:52 2019
@@ -79,18 +79,18 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-policyVersion" class="property-name">policyVersion</span>
+          <td>  <span id="prop-policies" class="property-name">policies</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference">array of <a href="json_RangerPolicy.html">RangerPolicy</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-serviceId" class="property-name">serviceId</span>
+          <td>  <span id="prop-serviceDef" class="property-name">serviceDef</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -106,16 +106,16 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-policies" class="property-name">policies</span>
+          <td>  <span id="prop-serviceId" class="property-name">serviceId</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a href="json_RangerPolicy.html">RangerPolicy</a>
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-auditMode" class="property-name">auditMode</span>
+          <td>  <span id="prop-serviceName" class="property-name">serviceName</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -124,7 +124,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-serviceName" class="property-name">serviceName</span>
+          <td>  <span id="prop-auditMode" class="property-name">auditMode</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -133,9 +133,9 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-serviceDef" class="property-name">serviceDef</span>
+          <td>  <span id="prop-policyVersion" class="property-name">policyVersion</span>
 </td>
-          <td>  <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a>
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -147,445 +147,388 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;policyVersion&quot; : 12345,
-  &quot;serviceId&quot; : 12345,
-  &quot;policyUpdateTime&quot; : 12345,
   &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;auditMode&quot; : &quot;...&quot;,
-  &quot;serviceName&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; : [ { }, { } ],
@@ -593,45 +536,104 @@
     },
     &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;policyUpdateTime&quot; : 12345,
+  &quot;serviceId&quot; : 12345,
+  &quot;serviceName&quot; : &quot;...&quot;,
+  &quot;auditMode&quot; : &quot;...&quot;,
+  &quot;policyVersion&quot; : 12345
 }</pre>
 
         <footer class="footer">

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

Modified: ranger/site/trunk/apidocs/json_XXDBBase.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_XXDBBase.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_XXDBBase.html (original)
+++ ranger/site/trunk/apidocs/json_XXDBBase.html Wed Aug  7 18:15:52 2019
@@ -69,7 +69,7 @@
         <dt>Abstract Type</dt>
         <dd></dd>
         <dt>Subtypes</dt>
-        <dd><a href="json_XXPolicyItemGroupPerm.html">XXPolicyItemGroupPerm</a>, <a href="json_XXPolicyConditionDef.html">XXPolicyConditionDef</a>, <a href="json_XXSecurityZoneRefTagService.html">XXSecurityZoneRefTagService</a>, <a href="json_XXTagResourceMap.html">XXTagResourceMap</a>, <a href="json_XXPolicyLabelMap.html">XXPolicyLabelMap</a>, <a href="json_XXPolicyItemCondition.html">XXPolicyItemCondition</a>, <a href="json_XXPolicyRefDataMaskType.html">XXPolicyRefDataMaskType</a>, <a href="json_XXPolicyBase.html">XXPolicyBase</a>, <a href="json_XXTag.html">XXTag</a>, <a href="json_XXPolicyResource.html">XXPolicyResource</a>, <a href="json_XXAccessTypeDef.html">XXAccessTypeDef</a>, <a href="json_XXPolicyLabel.html">XXPolicyLabel</a>, <a href="json_XXRoleBase.html">XXRoleBase</a>, <a href="json_XXGlobalState.html">XXGlobalState</a>, <a href="json_XXServiceConfigDef.html">XXServiceConfigDef</a>, <a href="json_XXAsset.html">XXAsset</a>, <a href="json_XXRoleRefUser.html">XXRoleRefUser
 </a>, <a href="json_XXPolicyRefCondition.html">XXPolicyRefCondition</a>, <a href="json_XXPolicy.html">XXPolicy</a>, <a href="json_XXAccessTypeDefGrants.html">XXAccessTypeDefGrants</a>, <a href="json_XXSecurityZone.html">XXSecurityZone</a>, <a href="json_XXServiceDefWithAssignedId.html">XXServiceDefWithAssignedId</a>, <a href="json_XXPolicyRefResource.html">XXPolicyRefResource</a>, <a href="json_XXGlobalStateBase.html">XXGlobalStateBase</a>, <a href="json_XXUser.html">XXUser</a>, <a href="json_XXPolicyRefRole.html">XXPolicyRefRole</a>, <a href="json_XXTagAttribute.html">XXTagAttribute</a>, <a href="json_XXContextEnricherDef.html">XXContextEnricherDef</a>, <a href="json_XXServiceConfigMap.html">XXServiceConfigMap</a>, <a href="json_XXServiceDefBase.html">XXServiceDefBase</a>, <a href="json_XXServiceWithAssignedId.html">XXServiceWithAssignedId</a>, <a href="json_XXTagAttributeDef.html">XXTagAttributeDef</a>, <a href="json_XXGroupPermission.html">XXGroupPermission</a>, <a href="json_XXS
 ecurityZoneBase.html">XXSecurityZoneBase</a>, <a href="json_XXPermMap.html">XXPermMap</a>, <a href="json_XXPortalUserRole.html">XXPortalUserRole</a>, <a href="json_XXEnumElementDef.html">XXEnumElementDef</a>, <a href="json_XXServiceBase.html">XXServiceBase</a>, <a href="json_XXServiceResource.html">XXServiceResource</a>, <a href="json_XXGroup.html">XXGroup</a>, <a href="json_XXRoleRefRole.html">XXRoleRefRole</a>, <a href="json_XXRole.html">XXRole</a>, <a href="json_XXServiceResourceElement.html">XXServiceResourceElement</a>, <a href="json_XXGroupUser.html">XXGroupUser</a>, <a href="json_XXAccessAudit.html">XXAccessAudit</a>, <a href="json_XXCredentialStore.html">XXCredentialStore</a>, <a href="json_XXPolicyRefUser.html">XXPolicyRefUser</a>, <a href="json_XXPolicyRefAccessType.html">XXPolicyRefAccessType</a>, <a href="json_XXUgsyncAuditInfo.html">XXUgsyncAuditInfo</a>, <a href="json_XXDataMaskTypeDef.html">XXDataMaskTypeDef</a>, <a href="json_XXTagDef.html">XXTagDef</a>, <a href="jso
 n_XXPolicyWithAssignedId.html">XXPolicyWithAssignedId</a>, <a href="json_XXPolicyItemRowFilterInfo.html">XXPolicyItemRowFilterInfo</a>, <a href="json_XXEnumDef.html">XXEnumDef</a>, <a href="json_XXSecurityZoneRefUser.html">XXSecurityZoneRefUser</a>, <a href="json_XXUserPermission.html">XXUserPermission</a>, <a href="json_XXPolicyItemDataMaskInfo.html">XXPolicyItemDataMaskInfo</a>, <a href="json_XXServiceResourceElementValue.html">XXServiceResourceElementValue</a>, <a href="json_XXSecurityZoneRefResource.html">XXSecurityZoneRefResource</a>, <a href="json_XXPolicyExportAudit.html">XXPolicyExportAudit</a>, <a href="json_XXTrxLog.html">XXTrxLog</a>, <a href="json_XXAuthSession.html">XXAuthSession</a>, <a href="json_XXSecurityZoneRefGroup.html">XXSecurityZoneRefGroup</a>, <a href="json_XXAccessAuditV4.html">XXAccessAuditV4</a>, <a href="json_XXResourceDef.html">XXResourceDef</a>, <a href="json_XXAccessAuditV5.html">XXAccessAuditV5</a>, <a href="json_XXRoleRefGroup.html">XXRoleRefGroup</a
 >, <a href="json_XXSecurityZoneRefService.html">XXSecurityZoneRefService</a>, <a href="json_XXAuditMap.html">XXAuditMap</a>, <a href="json_XXPolicyRefGroup.html">XXPolicyRefGroup</a>, <a href="json_XXPortalUser.html">XXPortalUser</a>, <a href="json_XXAccessAuditBase.html">XXAccessAuditBase</a>, <a href="json_XXPolicyResourceMap.html">XXPolicyResourceMap</a>, <a href="json_XXModuleDef.html">XXModuleDef</a>, <a href="json_XXServiceDef.html">XXServiceDef</a>, <a href="json_XXService.html">XXService</a>, <a href="json_XXResource.html">XXResource</a>, <a href="json_XXPolicyItemUserPerm.html">XXPolicyItemUserPerm</a>, <a href="json_XXGroupGroup.html">XXGroupGroup</a>, <a href="json_XXPolicyItem.html">XXPolicyItem</a>, <a href="json_XXPolicyItemAccess.html">XXPolicyItemAccess</a></dd>
+        <dd><a href="json_XXPolicyItemGroupPerm.html">XXPolicyItemGroupPerm</a>, <a href="json_XXPolicyConditionDef.html">XXPolicyConditionDef</a>, <a href="json_XXSecurityZoneRefTagService.html">XXSecurityZoneRefTagService</a>, <a href="json_XXTagResourceMap.html">XXTagResourceMap</a>, <a href="json_XXPolicyLabelMap.html">XXPolicyLabelMap</a>, <a href="json_XXPolicyItemCondition.html">XXPolicyItemCondition</a>, <a href="json_XXPolicyRefDataMaskType.html">XXPolicyRefDataMaskType</a>, <a href="json_XXPolicyBase.html">XXPolicyBase</a>, <a href="json_XXTag.html">XXTag</a>, <a href="json_XXPolicyResource.html">XXPolicyResource</a>, <a href="json_XXAccessTypeDef.html">XXAccessTypeDef</a>, <a href="json_XXPolicyLabel.html">XXPolicyLabel</a>, <a href="json_XXRoleBase.html">XXRoleBase</a>, <a href="json_XXGlobalState.html">XXGlobalState</a>, <a href="json_XXServiceConfigDef.html">XXServiceConfigDef</a>, <a href="json_XXAsset.html">XXAsset</a>, <a href="json_XXRoleRefUser.html">XXRoleRefUser
 </a>, <a href="json_XXPolicyRefCondition.html">XXPolicyRefCondition</a>, <a href="json_XXPolicy.html">XXPolicy</a>, <a href="json_XXAccessTypeDefGrants.html">XXAccessTypeDefGrants</a>, <a href="json_XXSecurityZone.html">XXSecurityZone</a>, <a href="json_XXServiceDefWithAssignedId.html">XXServiceDefWithAssignedId</a>, <a href="json_XXPolicyRefResource.html">XXPolicyRefResource</a>, <a href="json_XXGlobalStateBase.html">XXGlobalStateBase</a>, <a href="json_XXUser.html">XXUser</a>, <a href="json_XXPolicyRefRole.html">XXPolicyRefRole</a>, <a href="json_XXTagAttribute.html">XXTagAttribute</a>, <a href="json_XXContextEnricherDef.html">XXContextEnricherDef</a>, <a href="json_XXServiceConfigMap.html">XXServiceConfigMap</a>, <a href="json_XXServiceDefBase.html">XXServiceDefBase</a>, <a href="json_XXServiceWithAssignedId.html">XXServiceWithAssignedId</a>, <a href="json_XXTagAttributeDef.html">XXTagAttributeDef</a>, <a href="json_XXGroupPermission.html">XXGroupPermission</a>, <a href="json_XXS
 ecurityZoneBase.html">XXSecurityZoneBase</a>, <a href="json_XXPermMap.html">XXPermMap</a>, <a href="json_XXPortalUserRole.html">XXPortalUserRole</a>, <a href="json_XXEnumElementDef.html">XXEnumElementDef</a>, <a href="json_XXServiceBase.html">XXServiceBase</a>, <a href="json_XXServiceResource.html">XXServiceResource</a>, <a href="json_XXGroup.html">XXGroup</a>, <a href="json_XXRoleRefRole.html">XXRoleRefRole</a>, <a href="json_XXRole.html">XXRole</a>, <a href="json_XXServiceResourceElement.html">XXServiceResourceElement</a>, <a href="json_XXGroupUser.html">XXGroupUser</a>, <a href="json_XXAccessAudit.html">XXAccessAudit</a>, <a href="json_XXCredentialStore.html">XXCredentialStore</a>, <a href="json_XXPolicyRefUser.html">XXPolicyRefUser</a>, <a href="json_XXPolicyRefAccessType.html">XXPolicyRefAccessType</a>, <a href="json_XXUgsyncAuditInfo.html">XXUgsyncAuditInfo</a>, <a href="json_XXDataMaskTypeDef.html">XXDataMaskTypeDef</a>, <a href="json_XXTagDef.html">XXTagDef</a>, <a href="jso
 n_XXPolicyWithAssignedId.html">XXPolicyWithAssignedId</a>, <a href="json_XXEnumDef.html">XXEnumDef</a>, <a href="json_XXPolicyItemRowFilterInfo.html">XXPolicyItemRowFilterInfo</a>, <a href="json_XXSecurityZoneRefUser.html">XXSecurityZoneRefUser</a>, <a href="json_XXUserPermission.html">XXUserPermission</a>, <a href="json_XXPolicyItemDataMaskInfo.html">XXPolicyItemDataMaskInfo</a>, <a href="json_XXServiceResourceElementValue.html">XXServiceResourceElementValue</a>, <a href="json_XXPolicyExportAudit.html">XXPolicyExportAudit</a>, <a href="json_XXSecurityZoneRefResource.html">XXSecurityZoneRefResource</a>, <a href="json_XXTrxLog.html">XXTrxLog</a>, <a href="json_XXAuthSession.html">XXAuthSession</a>, <a href="json_XXSecurityZoneRefGroup.html">XXSecurityZoneRefGroup</a>, <a href="json_XXAccessAuditV4.html">XXAccessAuditV4</a>, <a href="json_XXResourceDef.html">XXResourceDef</a>, <a href="json_XXAccessAuditV5.html">XXAccessAuditV5</a>, <a href="json_XXRoleRefGroup.html">XXRoleRefGroup</a
 >, <a href="json_XXSecurityZoneRefService.html">XXSecurityZoneRefService</a>, <a href="json_XXAuditMap.html">XXAuditMap</a>, <a href="json_XXPolicyRefGroup.html">XXPolicyRefGroup</a>, <a href="json_XXPortalUser.html">XXPortalUser</a>, <a href="json_XXAccessAuditBase.html">XXAccessAuditBase</a>, <a href="json_XXPolicyResourceMap.html">XXPolicyResourceMap</a>, <a href="json_XXModuleDef.html">XXModuleDef</a>, <a href="json_XXServiceDef.html">XXServiceDef</a>, <a href="json_XXService.html">XXService</a>, <a href="json_XXResource.html">XXResource</a>, <a href="json_XXPolicyItemUserPerm.html">XXPolicyItemUserPerm</a>, <a href="json_XXGroupGroup.html">XXGroupGroup</a>, <a href="json_XXPolicyItem.html">XXPolicyItem</a>, <a href="json_XXPolicyItemAccess.html">XXPolicyItemAccess</a></dd>
       </dl>
 
       <table class="table datatype-properties">