Modified: ranger/site/trunk/apidocs/json_ServicePolicies.html
URL: 
http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_ServicePolicies.html?rev=1818327&r1=1818326&r2=1818327&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_ServicePolicies.html (original)
+++ ranger/site/trunk/apidocs/json_ServicePolicies.html Fri Dec 15 20:27:30 2017
@@ -80,9 +80,9 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span class="property-name">auditMode</span>
+          <td>  <span class="property-name">policyVersion</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -98,18 +98,18 @@
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">serviceDef</span>
+          <td>  <span class="property-name">serviceId</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>
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">tagPolicies</span>
+          <td>  <span class="property-name">auditMode</span>
 </td>
-          <td>  <span class="datatype-reference"><a 
href="json_TagPolicies.html">TagPolicies</a>
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -134,18 +134,18 @@
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">policyVersion</span>
+          <td>  <span class="property-name">tagPolicies</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference"><a 
href="json_TagPolicies.html">TagPolicies</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">serviceId</span>
+          <td>  <span 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>
@@ -157,501 +157,505 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;auditMode&quot; : &quot;...&quot;,
+  &quot;policyVersion&quot; : 12345,
   &quot;policies&quot; : [ {
-    &quot;service&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;policyType&quot; : 12345,
     &quot;policyItems&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;rowFilterPolicyItems&quot; : [ {
-      &quot;rowFilterInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;allowExceptions&quot; : [ {
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;rowFilterInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;denyExceptions&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;policyType&quot; : 12345,
+    &quot;denyPolicyItems&quot; : [ {
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    } ],
+    &quot;isAuditEnabled&quot; : true,
+    &quot;rowFilterPolicyItems&quot; : [ {
+      &quot;rowFilterInfo&quot; : { },
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    }, {
+      &quot;rowFilterInfo&quot; : { },
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
     &quot;resources&quot; : {
       &quot;property1&quot; : {
-        &quot;isRecursive&quot; : true,
+        &quot;isExcludes&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isExcludes&quot; : true
+        &quot;isRecursive&quot; : true
       },
       &quot;property2&quot; : {
-        &quot;isRecursive&quot; : true,
+        &quot;isExcludes&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isExcludes&quot; : true
+        &quot;isRecursive&quot; : true
       }
     },
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;isAuditEnabled&quot; : true,
     &quot;dataMaskPolicyItems&quot; : [ {
       &quot;dataMaskInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
       &quot;dataMaskInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;allowExceptions&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;service&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;resourceSignature&quot; : &quot;...&quot;,
+    &quot;denyExceptions&quot; : [ {
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;resourceSignature&quot; : &quot;...&quot;,
-    &quot;denyPolicyItems&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;id&quot; : 12345,
+    &quot;isEnabled&quot; : true,
+    &quot;updateTime&quot; : 12345,
+    &quot;createTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;
+  }, {
+    &quot;policyItems&quot; : [ {
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;isEnabled&quot; : true,
-    &quot;version&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;id&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;guid&quot; : &quot;...&quot;
-  }, {
-    &quot;service&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;policyType&quot; : 12345,
-    &quot;policyItems&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;allowExceptions&quot; : [ {
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;rowFilterPolicyItems&quot; : [ {
-      &quot;rowFilterInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;policyType&quot; : 12345,
+    &quot;denyPolicyItems&quot; : [ {
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;rowFilterInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;denyExceptions&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;isAuditEnabled&quot; : true,
+    &quot;rowFilterPolicyItems&quot; : [ {
+      &quot;rowFilterInfo&quot; : { },
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;rowFilterInfo&quot; : { },
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
     &quot;resources&quot; : {
       &quot;property1&quot; : {
-        &quot;isRecursive&quot; : true,
+        &quot;isExcludes&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isExcludes&quot; : true
+        &quot;isRecursive&quot; : true
       },
       &quot;property2&quot; : {
-        &quot;isRecursive&quot; : true,
+        &quot;isExcludes&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isExcludes&quot; : true
+        &quot;isRecursive&quot; : true
       }
     },
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;isAuditEnabled&quot; : true,
     &quot;dataMaskPolicyItems&quot; : [ {
       &quot;dataMaskInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
       &quot;dataMaskInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
-    } ],
-    &quot;allowExceptions&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
-      &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
-    }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
-      &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;service&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
     &quot;resourceSignature&quot; : &quot;...&quot;,
-    &quot;denyPolicyItems&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;denyExceptions&quot; : [ {
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;isEnabled&quot; : true,
+    &quot;serviceType&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
+    &quot;guid&quot; : &quot;...&quot;,
     &quot;id&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;isEnabled&quot; : true,
     &quot;updateTime&quot; : 12345,
-    &quot;guid&quot; : &quot;...&quot;
+    &quot;createTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;
   } ],
-  &quot;serviceDef&quot; : {
-    &quot;implClass&quot; : &quot;...&quot;,
-    &quot;accessTypes&quot; : [ {
-      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;itemId&quot; : 12345,
-      &quot;label&quot; : &quot;...&quot;,
+  &quot;serviceId&quot; : 12345,
+  &quot;auditMode&quot; : &quot;...&quot;,
+  &quot;policyUpdateTime&quot; : 12345,
+  &quot;serviceName&quot; : &quot;...&quot;,
+  &quot;tagPolicies&quot; : {
+    &quot;auditMode&quot; : &quot;...&quot;,
+    &quot;serviceName&quot; : &quot;...&quot;,
+    &quot;serviceId&quot; : 12345,
+    &quot;policies&quot; : [ {
+      &quot;policyItems&quot; : [ { }, { } ],
+      &quot;allowExceptions&quot; : [ { }, { } ],
+      &quot;policyType&quot; : 12345,
+      &quot;denyPolicyItems&quot; : [ { }, { } ],
+      &quot;isAuditEnabled&quot; : true,
+      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
+      &quot;resources&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;dataMaskPolicyItems&quot; : [ { }, { } ],
       &quot;name&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;
+      &quot;service&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;resourceSignature&quot; : &quot;...&quot;,
+      &quot;denyExceptions&quot; : [ { }, { } ],
+      &quot;serviceType&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;id&quot; : 12345,
+      &quot;isEnabled&quot; : true,
+      &quot;updateTime&quot; : 12345,
+      &quot;createTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;createdBy&quot; : &quot;...&quot;
     }, {
-      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;itemId&quot; : 12345,
-      &quot;label&quot; : &quot;...&quot;,
+      &quot;policyItems&quot; : [ { }, { } ],
+      &quot;allowExceptions&quot; : [ { }, { } ],
+      &quot;policyType&quot; : 12345,
+      &quot;denyPolicyItems&quot; : [ { }, { } ],
+      &quot;isAuditEnabled&quot; : true,
+      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
+      &quot;resources&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;dataMaskPolicyItems&quot; : [ { }, { } ],
       &quot;name&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;
+      &quot;service&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;resourceSignature&quot; : &quot;...&quot;,
+      &quot;denyExceptions&quot; : [ { }, { } ],
+      &quot;serviceType&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;id&quot; : 12345,
+      &quot;isEnabled&quot; : true,
+      &quot;updateTime&quot; : 12345,
+      &quot;createTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;createdBy&quot; : &quot;...&quot;
     } ],
+    &quot;policyVersion&quot; : 12345,
+    &quot;serviceDef&quot; : {
+      &quot;implClass&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;contextEnrichers&quot; : [ { }, { } ],
+      &quot;configs&quot; : [ { }, { } ],
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;policyConditions&quot; : [ { }, { } ],
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;enums&quot; : [ { }, { } ],
+      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;rowFilterDef&quot; : { },
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;resources&quot; : [ { }, { } ],
+      &quot;dataMaskDef&quot; : { },
+      &quot;version&quot; : 12345,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;id&quot; : 12345,
+      &quot;isEnabled&quot; : true,
+      &quot;updateTime&quot; : 12345,
+      &quot;createTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;createdBy&quot; : &quot;...&quot;
+    },
+    &quot;policyUpdateTime&quot; : 12345
+  },
+  &quot;serviceDef&quot; : {
+    &quot;implClass&quot; : &quot;...&quot;,
     &quot;options&quot; : {
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
     },
-    &quot;rbKeyDescription&quot; : &quot;...&quot;,
-    &quot;resources&quot; : [ {
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;contextEnrichers&quot; : [ {
+      &quot;enricherOptions&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;enricher&quot; : &quot;...&quot;,
       &quot;name&quot; : &quot;...&quot;,
-      &quot;level&quot; : 12345,
-      &quot;lookupSupported&quot; : true,
-      &quot;mandatory&quot; : true,
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;recursiveSupported&quot; : true,
-      &quot;itemId&quot; : 12345,
-      &quot;matcher&quot; : &quot;...&quot;,
-      &quot;matcherOptions&quot; : {
+      &quot;itemId&quot; : 12345
+    }, {
+      &quot;enricherOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;excludesSupported&quot; : true,
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;parent&quot; : &quot;...&quot;,
+      &quot;enricher&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345
+    } ],
+    &quot;configs&quot; : [ {
+      &quot;label&quot; : &quot;...&quot;,
       &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;
-    }, {
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;level&quot; : 12345,
-      &quot;lookupSupported&quot; : true,
       &quot;mandatory&quot; : true,
+      &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;subType&quot; : &quot;...&quot;,
       &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;recursiveSupported&quot; : true,
       &quot;itemId&quot; : 12345,
-      &quot;matcher&quot; : &quot;...&quot;,
-      &quot;matcherOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;excludesSupported&quot; : true,
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;parent&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;
+    }, {
+      &quot;label&quot; : &quot;...&quot;,
       &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;
+      &quot;mandatory&quot; : true,
+      &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;subType&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;
     } ],
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;dataMaskDef&quot; : {
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;maskTypes&quot; : [ { }, { } ],
-      &quot;accessTypes&quot; : [ { }, { } ]
-    },
+    &quot;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;rbKeyDescription&quot; : &quot;...&quot;,
     &quot;policyConditions&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
       &quot;evaluatorOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
       &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
       &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;evaluator&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;
-    }, {
+      &quot;validationMessage&quot; : &quot;...&quot;,
       &quot;name&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;evaluator&quot; : &quot;...&quot;
+    }, {
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
       &quot;evaluatorOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
       &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
       &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;evaluator&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;evaluator&quot; : &quot;...&quot;
     } ],
-    &quot;rowFilterDef&quot; : {
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;accessTypes&quot; : [ { }, { } ]
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;rbKeyLabel&quot; : &quot;...&quot;,
-    &quot;contextEnrichers&quot; : [ {
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;enums&quot; : [ {
+      &quot;itemId&quot; : 12345,
       &quot;name&quot; : &quot;...&quot;,
+      &quot;defaultIndex&quot; : 12345,
+      &quot;elements&quot; : [ { }, { } ]
+    }, {
       &quot;itemId&quot; : 12345,
-      &quot;enricherOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;enricher&quot; : &quot;...&quot;
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;defaultIndex&quot; : 12345,
+      &quot;elements&quot; : [ { }, { } ]
+    } ],
+    &quot;accessTypes&quot; : [ {
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;itemId&quot; : 12345
     }, {
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
       &quot;name&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;enricherOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;enricher&quot; : &quot;...&quot;
+      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;itemId&quot; : 12345
     } ],
-    &quot;label&quot; : &quot;...&quot;,
-    &quot;configs&quot; : [ {
+    &quot;rowFilterDef&quot; : {
+      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;resources&quot; : [ { }, { } ]
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;resources&quot; : [ {
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;level&quot; : 12345,
+      &quot;label&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;uiHint&quot; : &quot;...&quot;,
       &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
+      &quot;isValidLeaf&quot; : true,
+      &quot;uiHint&quot; : &quot;...&quot;,
       &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;subType&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
+      &quot;recursiveSupported&quot; : true,
+      &quot;lookupSupported&quot; : true,
+      &quot;matcher&quot; : &quot;...&quot;,
+      &quot;matcherOptions&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;mandatory&quot; : true,
       &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
       &quot;type&quot; : &quot;...&quot;,
-      &quot;mandatory&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; 
],
+      &quot;parent&quot; : &quot;...&quot;,
+      &quot;excludesSupported&quot; : true
     }, {
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;level&quot; : 12345,
+      &quot;label&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;uiHint&quot; : &quot;...&quot;,
       &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
+      &quot;isValidLeaf&quot; : true,
+      &quot;uiHint&quot; : &quot;...&quot;,
       &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;subType&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
+      &quot;recursiveSupported&quot; : true,
+      &quot;lookupSupported&quot; : true,
+      &quot;matcher&quot; : &quot;...&quot;,
+      &quot;matcherOptions&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;mandatory&quot; : true,
       &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
       &quot;type&quot; : &quot;...&quot;,
-      &quot;mandatory&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;
-    } ],
-    &quot;enums&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;elements&quot; : [ { }, { } ],
-      &quot;itemId&quot; : 12345,
-      &quot;defaultIndex&quot; : 12345
-    }, {
       &quot;name&quot; : &quot;...&quot;,
-      &quot;elements&quot; : [ { }, { } ],
       &quot;itemId&quot; : 12345,
-      &quot;defaultIndex&quot; : 12345
+      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; 
],
+      &quot;parent&quot; : &quot;...&quot;,
+      &quot;excludesSupported&quot; : true
     } ],
-    &quot;isEnabled&quot; : true,
+    &quot;dataMaskDef&quot; : {
+      &quot;maskTypes&quot; : [ { }, { } ],
+      &quot;resources&quot; : [ { }, { } ],
+      &quot;accessTypes&quot; : [ { }, { } ]
+    },
     &quot;version&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
+    &quot;guid&quot; : &quot;...&quot;,
     &quot;id&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;isEnabled&quot; : true,
     &quot;updateTime&quot; : 12345,
-    &quot;guid&quot; : &quot;...&quot;
-  },
-  &quot;tagPolicies&quot; : {
-    &quot;auditMode&quot; : &quot;...&quot;,
-    &quot;serviceDef&quot; : {
-      &quot;implClass&quot; : &quot;...&quot;,
-      &quot;accessTypes&quot; : [ { }, { } ],
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;dataMaskDef&quot; : { },
-      &quot;policyConditions&quot; : [ { }, { } ],
-      &quot;rowFilterDef&quot; : { },
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;contextEnrichers&quot; : [ { }, { } ],
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;configs&quot; : [ { }, { } ],
-      &quot;enums&quot; : [ { }, { } ],
-      &quot;isEnabled&quot; : true,
-      &quot;version&quot; : 12345,
-      &quot;updatedBy&quot; : &quot;...&quot;,
-      &quot;createTime&quot; : 12345,
-      &quot;id&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;updateTime&quot; : 12345,
-      &quot;guid&quot; : &quot;...&quot;
-    },
-    &quot;serviceId&quot; : 12345,
-    &quot;policyUpdateTime&quot; : 12345,
-    &quot;policies&quot; : [ {
-      &quot;service&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;serviceType&quot; : &quot;...&quot;,
-      &quot;policyType&quot; : 12345,
-      &quot;policyItems&quot; : [ { }, { } ],
-      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
-      &quot;denyExceptions&quot; : [ { }, { } ],
-      &quot;resources&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isAuditEnabled&quot; : true,
-      &quot;dataMaskPolicyItems&quot; : [ { }, { } ],
-      &quot;allowExceptions&quot; : [ { }, { } ],
-      &quot;resourceSignature&quot; : &quot;...&quot;,
-      &quot;denyPolicyItems&quot; : [ { }, { } ],
-      &quot;isEnabled&quot; : true,
-      &quot;version&quot; : 12345,
-      &quot;updatedBy&quot; : &quot;...&quot;,
-      &quot;createTime&quot; : 12345,
-      &quot;id&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;updateTime&quot; : 12345,
-      &quot;guid&quot; : &quot;...&quot;
-    }, {
-      &quot;service&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;serviceType&quot; : &quot;...&quot;,
-      &quot;policyType&quot; : 12345,
-      &quot;policyItems&quot; : [ { }, { } ],
-      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
-      &quot;denyExceptions&quot; : [ { }, { } ],
-      &quot;resources&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isAuditEnabled&quot; : true,
-      &quot;dataMaskPolicyItems&quot; : [ { }, { } ],
-      &quot;allowExceptions&quot; : [ { }, { } ],
-      &quot;resourceSignature&quot; : &quot;...&quot;,
-      &quot;denyPolicyItems&quot; : [ { }, { } ],
-      &quot;isEnabled&quot; : true,
-      &quot;version&quot; : 12345,
-      &quot;updatedBy&quot; : &quot;...&quot;,
-      &quot;createTime&quot; : 12345,
-      &quot;id&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;updateTime&quot; : 12345,
-      &quot;guid&quot; : &quot;...&quot;
-    } ],
-    &quot;policyVersion&quot; : 12345,
-    &quot;serviceName&quot; : &quot;...&quot;
-  },
-  &quot;policyUpdateTime&quot; : 12345,
-  &quot;serviceName&quot; : &quot;...&quot;,
-  &quot;policyVersion&quot; : 12345,
-  &quot;serviceId&quot; : 12345
+    &quot;createTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;
+  }
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_ServiceTags.html
URL: 
http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_ServiceTags.html?rev=1818327&r1=1818326&r2=1818327&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_ServiceTags.html (original)
+++ ranger/site/trunk/apidocs/json_ServiceTags.html Fri Dec 15 20:27:30 2017
@@ -80,45 +80,45 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span class="property-name">serviceResources</span>
+          <td>  <span class="property-name">serviceName</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a 
href="json_RangerServiceResource.html">RangerServiceResource</a>
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">tagVersion</span>
+          <td>  <span class="property-name">resourceToTagIds</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference">map of array of number
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">resourceToTagIds</span>
+          <td>  <span class="property-name">tagVersion</span>
 </td>
-          <td>  <span class="datatype-reference">map of array of number
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">serviceName</span>
+          <td>  <span class="property-name">tagDefinitions</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">map of <a 
href="json_RangerTagDef.html">RangerTagDef</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">tagUpdateTime</span>
+          <td>  <span class="property-name">tags</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference">map of <a 
href="json_RangerTag.html">RangerTag</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -134,18 +134,18 @@
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">tags</span>
+          <td>  <span class="property-name">serviceResources</span>
 </td>
-          <td>  <span class="datatype-reference">map of <a 
href="json_RangerTag.html">RangerTag</a>
+          <td>  <span class="datatype-reference">array of <a 
href="json_RangerServiceResource.html">RangerServiceResource</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">tagDefinitions</span>
+          <td>  <span class="property-name">tagUpdateTime</span>
 </td>
-          <td>  <span class="datatype-reference">map of <a 
href="json_RangerTagDef.html">RangerTagDef</a>
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -157,97 +157,15 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;serviceResources&quot; : [ {
-    &quot;serviceName&quot; : &quot;...&quot;,
-    &quot;resourceSignature&quot; : &quot;...&quot;,
-    &quot;resourceElements&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;isEnabled&quot; : true,
-    &quot;version&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;id&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;guid&quot; : &quot;...&quot;
-  }, {
-    &quot;serviceName&quot; : &quot;...&quot;,
-    &quot;resourceSignature&quot; : &quot;...&quot;,
-    &quot;resourceElements&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;isEnabled&quot; : true,
-    &quot;version&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;id&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;guid&quot; : &quot;...&quot;
-  } ],
-  &quot;tagVersion&quot; : 12345,
+  &quot;serviceName&quot; : &quot;...&quot;,
   &quot;resourceToTagIds&quot; : {
     &quot;property1&quot; : [ 12345, 12345 ],
     &quot;property2&quot; : [ 12345, 12345 ]
   },
-  &quot;serviceName&quot; : &quot;...&quot;,
-  &quot;tagUpdateTime&quot; : 12345,
-  &quot;op&quot; : &quot;...&quot;,
-  &quot;tags&quot; : {
-    &quot;property1&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;owner&quot; : 12345,
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;isEnabled&quot; : true,
-      &quot;version&quot; : 12345,
-      &quot;updatedBy&quot; : &quot;...&quot;,
-      &quot;createTime&quot; : 12345,
-      &quot;id&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;updateTime&quot; : 12345,
-      &quot;guid&quot; : &quot;...&quot;
-    },
-    &quot;property2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;owner&quot; : 12345,
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;isEnabled&quot; : true,
-      &quot;version&quot; : 12345,
-      &quot;updatedBy&quot; : &quot;...&quot;,
-      &quot;createTime&quot; : 12345,
-      &quot;id&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;updateTime&quot; : 12345,
-      &quot;guid&quot; : &quot;...&quot;
-    }
-  },
+  &quot;tagVersion&quot; : 12345,
   &quot;tagDefinitions&quot; : {
     &quot;property1&quot; : {
+      &quot;source&quot; : &quot;...&quot;,
       &quot;attributeDefs&quot; : [ {
         &quot;type&quot; : &quot;...&quot;,
         &quot;name&quot; : &quot;...&quot;
@@ -255,18 +173,18 @@
         &quot;type&quot; : &quot;...&quot;,
         &quot;name&quot; : &quot;...&quot;
       } ],
-      &quot;source&quot; : &quot;...&quot;,
       &quot;name&quot; : &quot;...&quot;,
-      &quot;isEnabled&quot; : true,
       &quot;version&quot; : 12345,
-      &quot;updatedBy&quot; : &quot;...&quot;,
-      &quot;createTime&quot; : 12345,
+      &quot;guid&quot; : &quot;...&quot;,
       &quot;id&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;isEnabled&quot; : true,
       &quot;updateTime&quot; : 12345,
-      &quot;guid&quot; : &quot;...&quot;
+      &quot;createTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;createdBy&quot; : &quot;...&quot;
     },
     &quot;property2&quot; : {
+      &quot;source&quot; : &quot;...&quot;,
       &quot;attributeDefs&quot; : [ {
         &quot;type&quot; : &quot;...&quot;,
         &quot;name&quot; : &quot;...&quot;
@@ -274,18 +192,100 @@
         &quot;type&quot; : &quot;...&quot;,
         &quot;name&quot; : &quot;...&quot;
       } ],
-      &quot;source&quot; : &quot;...&quot;,
       &quot;name&quot; : &quot;...&quot;,
-      &quot;isEnabled&quot; : true,
       &quot;version&quot; : 12345,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;id&quot; : 12345,
+      &quot;isEnabled&quot; : true,
+      &quot;updateTime&quot; : 12345,
+      &quot;createTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;createdBy&quot; : &quot;...&quot;
+    }
+  },
+  &quot;tags&quot; : {
+    &quot;property1&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;owner&quot; : 12345,
+      &quot;version&quot; : 12345,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;id&quot; : 12345,
+      &quot;isEnabled&quot; : true,
+      &quot;updateTime&quot; : 12345,
       &quot;createTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;createdBy&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;owner&quot; : 12345,
+      &quot;version&quot; : 12345,
+      &quot;guid&quot; : &quot;...&quot;,
       &quot;id&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;isEnabled&quot; : true,
       &quot;updateTime&quot; : 12345,
-      &quot;guid&quot; : &quot;...&quot;
+      &quot;createTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;createdBy&quot; : &quot;...&quot;
     }
-  }
+  },
+  &quot;op&quot; : &quot;...&quot;,
+  &quot;serviceResources&quot; : [ {
+    &quot;resourceElements&quot; : {
+      &quot;property1&quot; : {
+        &quot;isExcludes&quot; : true,
+        &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;isRecursive&quot; : true
+      },
+      &quot;property2&quot; : {
+        &quot;isExcludes&quot; : true,
+        &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;isRecursive&quot; : true
+      }
+    },
+    &quot;resourceSignature&quot; : &quot;...&quot;,
+    &quot;serviceName&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;id&quot; : 12345,
+    &quot;isEnabled&quot; : true,
+    &quot;updateTime&quot; : 12345,
+    &quot;createTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;
+  }, {
+    &quot;resourceElements&quot; : {
+      &quot;property1&quot; : {
+        &quot;isExcludes&quot; : true,
+        &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;isRecursive&quot; : true
+      },
+      &quot;property2&quot; : {
+        &quot;isExcludes&quot; : true,
+        &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;isRecursive&quot; : true
+      }
+    },
+    &quot;resourceSignature&quot; : &quot;...&quot;,
+    &quot;serviceName&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;id&quot; : 12345,
+    &quot;isEnabled&quot; : true,
+    &quot;updateTime&quot; : 12345,
+    &quot;createTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;
+  } ],
+  &quot;tagUpdateTime&quot; : 12345
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_TagPolicies.html
URL: 
http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_TagPolicies.html?rev=1818327&r1=1818326&r2=1818327&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_TagPolicies.html (original)
+++ ranger/site/trunk/apidocs/json_TagPolicies.html Fri Dec 15 20:27:30 2017
@@ -89,9 +89,9 @@
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">serviceDef</span>
+          <td>  <span class="property-name">serviceName</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>
@@ -107,36 +107,36 @@
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">policyUpdateTime</span>
+          <td>  <span 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 class="property-name">policies</span>
+          <td>  <span class="property-name">policyVersion</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 class="property-name">policyVersion</span>
+          <td>  <span 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>
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">serviceName</span>
+          <td>  <span class="property-name">policyUpdateTime</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -149,412 +149,416 @@
       
       <pre class="prettyprint language-js example">{
   &quot;auditMode&quot; : &quot;...&quot;,
-  &quot;serviceDef&quot; : {
-    &quot;implClass&quot; : &quot;...&quot;,
-    &quot;accessTypes&quot; : [ {
-      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;itemId&quot; : 12345,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;
-    }, {
-      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;itemId&quot; : 12345,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;
-    } ],
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;rbKeyDescription&quot; : &quot;...&quot;,
-    &quot;resources&quot; : [ {
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;level&quot; : 12345,
-      &quot;lookupSupported&quot; : true,
-      &quot;mandatory&quot; : true,
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;recursiveSupported&quot; : true,
-      &quot;itemId&quot; : 12345,
-      &quot;matcher&quot; : &quot;...&quot;,
-      &quot;matcherOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;excludesSupported&quot; : true,
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;parent&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;
-    }, {
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;level&quot; : 12345,
-      &quot;lookupSupported&quot; : true,
-      &quot;mandatory&quot; : true,
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;recursiveSupported&quot; : true,
-      &quot;itemId&quot; : 12345,
-      &quot;matcher&quot; : &quot;...&quot;,
-      &quot;matcherOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;excludesSupported&quot; : true,
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;parent&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;
-    } ],
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;dataMaskDef&quot; : {
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;maskTypes&quot; : [ { }, { } ],
-      &quot;accessTypes&quot; : [ { }, { } ]
-    },
-    &quot;policyConditions&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;evaluatorOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;evaluator&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;evaluatorOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;evaluator&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;
-    } ],
-    &quot;rowFilterDef&quot; : {
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;accessTypes&quot; : [ { }, { } ]
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;rbKeyLabel&quot; : &quot;...&quot;,
-    &quot;contextEnrichers&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;enricherOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;enricher&quot; : &quot;...&quot;
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;enricherOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;enricher&quot; : &quot;...&quot;
-    } ],
-    &quot;label&quot; : &quot;...&quot;,
-    &quot;configs&quot; : [ {
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;subType&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;mandatory&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;
-    }, {
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;subType&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;mandatory&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;
-    } ],
-    &quot;enums&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;elements&quot; : [ { }, { } ],
-      &quot;itemId&quot; : 12345,
-      &quot;defaultIndex&quot; : 12345
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;elements&quot; : [ { }, { } ],
-      &quot;itemId&quot; : 12345,
-      &quot;defaultIndex&quot; : 12345
-    } ],
-    &quot;isEnabled&quot; : true,
-    &quot;version&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;id&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;guid&quot; : &quot;...&quot;
-  },
+  &quot;serviceName&quot; : &quot;...&quot;,
   &quot;serviceId&quot; : 12345,
-  &quot;policyUpdateTime&quot; : 12345,
   &quot;policies&quot; : [ {
-    &quot;service&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;policyType&quot; : 12345,
     &quot;policyItems&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;rowFilterPolicyItems&quot; : [ {
-      &quot;rowFilterInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;allowExceptions&quot; : [ {
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;rowFilterInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;denyExceptions&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;policyType&quot; : 12345,
+    &quot;denyPolicyItems&quot; : [ {
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    }, {
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    } ],
+    &quot;isAuditEnabled&quot; : true,
+    &quot;rowFilterPolicyItems&quot; : [ {
+      &quot;rowFilterInfo&quot; : { },
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;rowFilterInfo&quot; : { },
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
     &quot;resources&quot; : {
       &quot;property1&quot; : {
-        &quot;isRecursive&quot; : true,
+        &quot;isExcludes&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isExcludes&quot; : true
+        &quot;isRecursive&quot; : true
       },
       &quot;property2&quot; : {
-        &quot;isRecursive&quot; : true,
+        &quot;isExcludes&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isExcludes&quot; : true
+        &quot;isRecursive&quot; : true
       }
     },
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;isAuditEnabled&quot; : true,
     &quot;dataMaskPolicyItems&quot; : [ {
       &quot;dataMaskInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
       &quot;dataMaskInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;allowExceptions&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;service&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;resourceSignature&quot; : &quot;...&quot;,
+    &quot;denyExceptions&quot; : [ {
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;resourceSignature&quot; : &quot;...&quot;,
-    &quot;denyPolicyItems&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;id&quot; : 12345,
+    &quot;isEnabled&quot; : true,
+    &quot;updateTime&quot; : 12345,
+    &quot;createTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;
+  }, {
+    &quot;policyItems&quot; : [ {
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;isEnabled&quot; : true,
-    &quot;version&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;id&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;guid&quot; : &quot;...&quot;
-  }, {
-    &quot;service&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;policyType&quot; : 12345,
-    &quot;policyItems&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;allowExceptions&quot; : [ {
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;rowFilterPolicyItems&quot; : [ {
-      &quot;rowFilterInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;policyType&quot; : 12345,
+    &quot;denyPolicyItems&quot; : [ {
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;rowFilterInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;denyExceptions&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;isAuditEnabled&quot; : true,
+    &quot;rowFilterPolicyItems&quot; : [ {
+      &quot;rowFilterInfo&quot; : { },
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;rowFilterInfo&quot; : { },
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
     &quot;resources&quot; : {
       &quot;property1&quot; : {
-        &quot;isRecursive&quot; : true,
+        &quot;isExcludes&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isExcludes&quot; : true
+        &quot;isRecursive&quot; : true
       },
       &quot;property2&quot; : {
-        &quot;isRecursive&quot; : true,
+        &quot;isExcludes&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isExcludes&quot; : true
+        &quot;isRecursive&quot; : true
       }
     },
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;isAuditEnabled&quot; : true,
     &quot;dataMaskPolicyItems&quot; : [ {
       &quot;dataMaskInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
       &quot;dataMaskInfo&quot; : { },
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
-    } ],
-    &quot;allowExceptions&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
-      &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
-    }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
-      &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;service&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
     &quot;resourceSignature&quot; : &quot;...&quot;,
-    &quot;denyPolicyItems&quot; : [ {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;denyExceptions&quot; : [ {
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;delegateAdmin&quot; : true,
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ]
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;isEnabled&quot; : true,
+    &quot;serviceType&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
+    &quot;guid&quot; : &quot;...&quot;,
     &quot;id&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;isEnabled&quot; : true,
     &quot;updateTime&quot; : 12345,
-    &quot;guid&quot; : &quot;...&quot;
+    &quot;createTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;
   } ],
   &quot;policyVersion&quot; : 12345,
-  &quot;serviceName&quot; : &quot;...&quot;
+  &quot;serviceDef&quot; : {
+    &quot;implClass&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;contextEnrichers&quot; : [ {
+      &quot;enricherOptions&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;enricher&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345
+    }, {
+      &quot;enricherOptions&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;enricher&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345
+    } ],
+    &quot;configs&quot; : [ {
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;mandatory&quot; : true,
+      &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;subType&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;
+    }, {
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;mandatory&quot; : true,
+      &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;subType&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;
+    } ],
+    &quot;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;rbKeyDescription&quot; : &quot;...&quot;,
+    &quot;policyConditions&quot; : [ {
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;evaluatorOptions&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;itemId&quot; : 12345,
+      &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;evaluator&quot; : &quot;...&quot;
+    }, {
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;evaluatorOptions&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;itemId&quot; : 12345,
+      &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;evaluator&quot; : &quot;...&quot;
+    } ],
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;enums&quot; : [ {
+      &quot;itemId&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;defaultIndex&quot; : 12345,
+      &quot;elements&quot; : [ { }, { } ]
+    }, {
+      &quot;itemId&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;defaultIndex&quot; : 12345,
+      &quot;elements&quot; : [ { }, { } ]
+    } ],
+    &quot;accessTypes&quot; : [ {
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;itemId&quot; : 12345
+    }, {
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;itemId&quot; : 12345
+    } ],
+    &quot;rowFilterDef&quot; : {
+      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;resources&quot; : [ { }, { } ]
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;resources&quot; : [ {
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;level&quot; : 12345,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;isValidLeaf&quot; : true,
+      &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;recursiveSupported&quot; : true,
+      &quot;lookupSupported&quot; : true,
+      &quot;matcher&quot; : &quot;...&quot;,
+      &quot;matcherOptions&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;mandatory&quot; : true,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; 
],
+      &quot;parent&quot; : &quot;...&quot;,
+      &quot;excludesSupported&quot; : true
+    }, {
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;level&quot; : 12345,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;isValidLeaf&quot; : true,
+      &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;recursiveSupported&quot; : true,
+      &quot;lookupSupported&quot; : true,
+      &quot;matcher&quot; : &quot;...&quot;,
+      &quot;matcherOptions&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;mandatory&quot; : true,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; 
],
+      &quot;parent&quot; : &quot;...&quot;,
+      &quot;excludesSupported&quot; : true
+    } ],
+    &quot;dataMaskDef&quot; : {
+      &quot;maskTypes&quot; : [ { }, { } ],
+      &quot;resources&quot; : [ { }, { } ],
+      &quot;accessTypes&quot; : [ { }, { } ]
+    },
+    &quot;version&quot; : 12345,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;id&quot; : 12345,
+    &quot;isEnabled&quot; : true,
+    &quot;updateTime&quot; : 12345,
+    &quot;createTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;
+  },
+  &quot;policyUpdateTime&quot; : 12345
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_VXDataObject.html
URL: 
http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_VXDataObject.html?rev=1818327&r1=1818326&r2=1818327&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_VXDataObject.html (original)
+++ ranger/site/trunk/apidocs/json_VXDataObject.html Fri Dec 15 20:27:30 2017
@@ -68,7 +68,7 @@
 
       <dl class="dl-horizontal">
         <dt>Subtypes</dt>
-        <dd><a href="json_VXPolicy.html">VXPolicy</a>, <a 
href="json_VXTrxLog.html">VXTrxLog</a>, <a 
href="json_VXAsset.html">VXAsset</a>, <a 
href="json_VXAuthSession.html">VXAuthSession</a>, <a 
href="json_VXAuditMap.html">VXAuditMap</a>, <a 
href="json_VXPermMap.html">VXPermMap</a>, <a 
href="json_VXResource.html">VXResource</a>, <a 
href="json_VXGroupPermission.html">VXGroupPermission</a>, <a 
href="json_VXKmsKey.html">VXKmsKey</a>, <a 
href="json_VXPolicyExportAudit.html">VXPolicyExportAudit</a>, <a 
href="json_VXUser.html">VXUser</a>, <a 
href="json_VXGroupUserInfo.html">VXGroupUserInfo</a>, <a 
href="json_VXGroupUser.html">VXGroupUser</a>, <a 
href="json_VXPortalUser.html">VXPortalUser</a>, <a 
href="json_VXAccessAudit.html">VXAccessAudit</a>, <a 
href="json_VXModuleDef.html">VXModuleDef</a>, <a 
href="json_VXGroupGroup.html">VXGroupGroup</a>, <a 
href="json_VXUserGroupInfo.html">VXUserGroupInfo</a>, <a 
href="json_VXCredentialStore.html">VXCredentialStore</a>, <a 
href="json_VXGroup.html">VX
 Group</a>, <a href="json_VXRepository.html">VXRepository</a>, <a 
href="json_VXUserPermission.html">VXUserPermission</a></dd>
+        <dd><a href="json_VXPolicy.html">VXPolicy</a>, <a 
href="json_VXTrxLog.html">VXTrxLog</a>, <a 
href="json_VXAsset.html">VXAsset</a>, <a 
href="json_VXAuthSession.html">VXAuthSession</a>, <a 
href="json_VXAuditMap.html">VXAuditMap</a>, <a 
href="json_VXPermMap.html">VXPermMap</a>, <a 
href="json_VXGroupPermission.html">VXGroupPermission</a>, <a 
href="json_VXResource.html">VXResource</a>, <a 
href="json_VXKmsKey.html">VXKmsKey</a>, <a 
href="json_VXPolicyExportAudit.html">VXPolicyExportAudit</a>, <a 
href="json_VXUser.html">VXUser</a>, <a 
href="json_VXGroupUserInfo.html">VXGroupUserInfo</a>, <a 
href="json_VXGroupUser.html">VXGroupUser</a>, <a 
href="json_VXPortalUser.html">VXPortalUser</a>, <a 
href="json_VXAccessAudit.html">VXAccessAudit</a>, <a 
href="json_VXModuleDef.html">VXModuleDef</a>, <a 
href="json_VXGroupGroup.html">VXGroupGroup</a>, <a 
href="json_VXUserGroupInfo.html">VXUserGroupInfo</a>, <a 
href="json_VXCredentialStore.html">VXCredentialStore</a>, <a 
href="json_VXGroup.html">VX
 Group</a>, <a href="json_VXRepository.html">VXRepository</a>, <a 
href="json_VXUserPermission.html">VXUserPermission</a></dd>
       </dl>
 
       <table class="table datatype-properties">


Reply via email to