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

Modified: ranger/site/trunk/apidocs/json_RangerTagResource.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerTagResource.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerTagResource.html (original)
+++ ranger/site/trunk/apidocs/json_RangerTagResource.html Wed Aug  7 18:15:52 2019
@@ -86,50 +86,50 @@
         </tr>
         <tbody>
         <tr>
-          <td><span class="property-name">asString</span></td>
-          <td><span class="datatype-reference">string
+          <td><span class="property-name">asMap</span></td>
+          <td><span class="datatype-reference">map of object
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">keys</span></td>
-          <td><span class="datatype-reference">array of string
+          <td><span class="property-name">readOnlyCopy</span></td>
+          <td><span class="datatype-reference"><a href="json_RangerAccessResource.html">RangerAccessResource</a>
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">ownerUser</span></td>
-          <td><span class="datatype-reference">string
+          <td><span class="property-name">keys</span></td>
+          <td><span class="datatype-reference">array of string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">serviceDef</span></td>
-          <td><span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a>
+          <td><span class="property-name">cacheKey</span></td>
+          <td><span class="datatype-reference">string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">readOnlyCopy</span></td>
-          <td><span class="datatype-reference"><a href="json_RangerAccessResource.html">RangerAccessResource</a>
+          <td><span class="property-name">leafName</span></td>
+          <td><span class="datatype-reference">string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">leafName</span></td>
-          <td><span class="datatype-reference">string
+          <td><span class="property-name">serviceDef</span></td>
+          <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">cacheKey</span></td>
+          <td><span class="property-name">ownerUser</span></td>
           <td><span class="datatype-reference">string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">asMap</span></td>
-          <td><span class="datatype-reference">map of object
+          <td><span class="property-name">asString</span></td>
+          <td><span class="datatype-reference">string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
@@ -139,148 +139,138 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;asString&quot; : &quot;...&quot;,
+  &quot;asMap&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;readOnlyCopy&quot; : {
+    &quot;readOnlyCopy&quot; : { },
+    &quot;asMap&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;ownerUser&quot; : &quot;...&quot;,
+    &quot;serviceDef&quot; : {
+      &quot;enums&quot; : [ { }, { } ],
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;dataMaskDef&quot; : { },
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;contextEnrichers&quot; : [ { }, { } ],
+      &quot;implClass&quot; : &quot;...&quot;,
+      &quot;policyConditions&quot; : [ { }, { } ],
+      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;rowFilterDef&quot; : { },
+      &quot;configs&quot; : [ { }, { } ],
+      &quot;resources&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;version&quot; : 12345,
+      &quot;createTime&quot; : 12345,
+      &quot;isEnabled&quot; : true,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;id&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;updateTime&quot; : 12345
+    },
+    &quot;asString&quot; : &quot;...&quot;,
+    &quot;leafName&quot; : &quot;...&quot;,
+    &quot;keys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;cacheKey&quot; : &quot;...&quot;
+  },
   &quot;keys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-  &quot;ownerUser&quot; : &quot;...&quot;,
+  &quot;cacheKey&quot; : &quot;...&quot;,
+  &quot;leafName&quot; : &quot;...&quot;,
   &quot;serviceDef&quot; : {
     &quot;enums&quot; : [ {
+      &quot;name&quot; : &quot;...&quot;,
       &quot;defaultIndex&quot; : 12345,
-      &quot;elements&quot; : [ { }, { } ],
       &quot;itemId&quot; : 12345,
-      &quot;name&quot; : &quot;...&quot;
+      &quot;elements&quot; : [ { }, { } ]
     }, {
+      &quot;name&quot; : &quot;...&quot;,
       &quot;defaultIndex&quot; : 12345,
-      &quot;elements&quot; : [ { }, { } ],
       &quot;itemId&quot; : 12345,
-      &quot;name&quot; : &quot;...&quot;
+      &quot;elements&quot; : [ { }, { } ]
     } ],
+    &quot;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;dataMaskDef&quot; : {
+      &quot;resources&quot; : [ { }, { } ],
+      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;maskTypes&quot; : [ { }, { } ]
+    },
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
     &quot;name&quot; : &quot;...&quot;,
+    &quot;rbKeyDescription&quot; : &quot;...&quot;,
     &quot;contextEnrichers&quot; : [ {
       &quot;enricherOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;itemId&quot; : 12345,
       &quot;enricher&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345
     }, {
       &quot;enricherOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;itemId&quot; : 12345,
       &quot;enricher&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345
     } ],
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;resources&quot; : [ {
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;excludesSupported&quot; : true,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;isValidLeaf&quot; : true,
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;level&quot; : 12345,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;recursiveSupported&quot; : true,
-      &quot;lookupSupported&quot; : true,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;matcher&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;mandatory&quot; : true,
-      &quot;parent&quot; : &quot;...&quot;,
+    &quot;implClass&quot; : &quot;...&quot;,
+    &quot;policyConditions&quot; : [ {
       &quot;name&quot; : &quot;...&quot;,
-      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;itemId&quot; : 12345,
-      &quot;matcherOptions&quot; : {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;evaluatorOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
-      }
-    }, {
+      },
       &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;excludesSupported&quot; : true,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;isValidLeaf&quot; : true,
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;level&quot; : 12345,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;recursiveSupported&quot; : true,
-      &quot;lookupSupported&quot; : true,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;matcher&quot; : &quot;...&quot;,
       &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
       &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;mandatory&quot; : true,
-      &quot;parent&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;itemId&quot; : 12345,
-      &quot;matcherOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      }
-    } ],
-    &quot;accessTypes&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
       &quot;label&quot; : &quot;...&quot;,
+      &quot;uiHint&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
       &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;evaluator&quot; : &quot;...&quot;
     }, {
       &quot;name&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ]
-    } ],
-    &quot;rbKeyDescription&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;rbKeyLabel&quot; : &quot;...&quot;,
-    &quot;label&quot; : &quot;...&quot;,
-    &quot;dataMaskDef&quot; : {
-      &quot;accessTypes&quot; : [ { }, { } ],
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;maskTypes&quot; : [ { }, { } ]
-    },
-    &quot;policyConditions&quot; : [ {
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;evaluatorOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
       &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
       &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;evaluator&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;
-    }, {
       &quot;label&quot; : &quot;...&quot;,
       &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;evaluatorOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;description&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
       &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;evaluator&quot; : &quot;...&quot;
+    } ],
+    &quot;accessTypes&quot; : [ {
+      &quot;name&quot; : &quot;...&quot;,
       &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;evaluator&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;itemId&quot; : 12345
+    }, {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;itemId&quot; : 12345
     } ],
     &quot;rowFilterDef&quot; : {
       &quot;resources&quot; : [ { }, { } ],
@@ -288,91 +278,101 @@
     },
     &quot;configs&quot; : [ {
       &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;mandatory&quot; : true,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;validationMessage&quot; : &quot;...&quot;,
       &quot;label&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
       &quot;type&quot; : &quot;...&quot;,
-      &quot;subType&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;mandatory&quot; : true,
       &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;subType&quot; : &quot;...&quot;,
       &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;validationMessage&quot; : &quot;...&quot;
+      &quot;validationRegEx&quot; : &quot;...&quot;
     }, {
       &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;mandatory&quot; : true,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;validationMessage&quot; : &quot;...&quot;,
       &quot;label&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
       &quot;type&quot; : &quot;...&quot;,
-      &quot;subType&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;mandatory&quot; : true,
       &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;subType&quot; : &quot;...&quot;,
       &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;validationMessage&quot; : &quot;...&quot;
+      &quot;validationRegEx&quot; : &quot;...&quot;
     } ],
-    &quot;implClass&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;id&quot; : 12345,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;isEnabled&quot; : true,
-    &quot;createTime&quot; : 12345
-  },
-  &quot;readOnlyCopy&quot; : {
-    &quot;serviceDef&quot; : {
-      &quot;enums&quot; : [ { }, { } ],
+    &quot;resources&quot; : [ {
+      &quot;lookupSupported&quot; : true,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;isValidLeaf&quot; : true,
+      &quot;matcher&quot; : &quot;...&quot;,
+      &quot;excludesSupported&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
-      &quot;contextEnrichers&quot; : [ { }, { } ],
-      &quot;options&quot; : {
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;recursiveSupported&quot; : true,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;level&quot; : 12345,
+      &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;matcherOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;parent&quot; : &quot;...&quot;,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
       &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;mandatory&quot; : true
+    }, {
+      &quot;lookupSupported&quot; : true,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;isValidLeaf&quot; : true,
+      &quot;matcher&quot; : &quot;...&quot;,
+      &quot;excludesSupported&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
       &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;recursiveSupported&quot; : true,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;level&quot; : 12345,
+      &quot;uiHint&quot; : &quot;...&quot;,
       &quot;label&quot; : &quot;...&quot;,
-      &quot;dataMaskDef&quot; : { },
-      &quot;policyConditions&quot; : [ { }, { } ],
-      &quot;rowFilterDef&quot; : { },
-      &quot;configs&quot; : [ { }, { } ],
-      &quot;implClass&quot; : &quot;...&quot;,
-      &quot;version&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;updatedBy&quot; : &quot;...&quot;,
-      &quot;id&quot; : 12345,
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;updateTime&quot; : 12345,
-      &quot;isEnabled&quot; : true,
-      &quot;createTime&quot; : 12345
-    },
-    &quot;ownerUser&quot; : &quot;...&quot;,
-    &quot;cacheKey&quot; : &quot;...&quot;,
-    &quot;leafName&quot; : &quot;...&quot;,
-    &quot;asString&quot; : &quot;...&quot;,
-    &quot;asMap&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
+      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;matcherOptions&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;parent&quot; : &quot;...&quot;,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;mandatory&quot; : true
+    } ],
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
     },
-    &quot;readOnlyCopy&quot; : { },
-    &quot;keys&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    &quot;version&quot; : 12345,
+    &quot;createTime&quot; : 12345,
+    &quot;isEnabled&quot; : true,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;id&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345
   },
-  &quot;leafName&quot; : &quot;...&quot;,
-  &quot;cacheKey&quot; : &quot;...&quot;,
-  &quot;asMap&quot; : {
-    &quot;property1&quot; : { },
-    &quot;property2&quot; : { }
-  }
+  &quot;ownerUser&quot; : &quot;...&quot;,
+  &quot;asString&quot; : &quot;...&quot;
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_RangerTagResourceMap.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerTagResourceMap.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerTagResourceMap.html (original)
+++ ranger/site/trunk/apidocs/json_RangerTagResourceMap.html Wed Aug  7 18:15:52 2019
@@ -79,7 +79,7 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-tagId" class="property-name">tagId</span>
+          <td>  <span id="prop-resourceId" class="property-name">resourceId</span>
 </td>
           <td>  <span class="datatype-reference">number
 </span>
@@ -88,7 +88,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-resourceId" class="property-name">resourceId</span>
+          <td>  <span id="prop-tagId" class="property-name">tagId</span>
 </td>
           <td>  <span class="datatype-reference">number
 </span>
@@ -108,20 +108,20 @@
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">createdBy</span></td>
-          <td><span class="datatype-reference">string
+          <td><span class="property-name">createTime</span></td>
+          <td><span class="datatype-reference">number
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">updatedBy</span></td>
-          <td><span class="datatype-reference">string
+          <td><span class="property-name">isEnabled</span></td>
+          <td><span class="datatype-reference">boolean
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">id</span></td>
-          <td><span class="datatype-reference">number
+          <td><span class="property-name">createdBy</span></td>
+          <td><span class="datatype-reference">string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
@@ -132,19 +132,19 @@
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">updateTime</span></td>
+          <td><span class="property-name">id</span></td>
           <td><span class="datatype-reference">number
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">isEnabled</span></td>
-          <td><span class="datatype-reference">boolean
+          <td><span class="property-name">updatedBy</span></td>
+          <td><span class="datatype-reference">string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">createTime</span></td>
+          <td><span class="property-name">updateTime</span></td>
           <td><span class="datatype-reference">number
 </span></td>
           <td><span class="property-description"></span></td>
@@ -155,16 +155,16 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;tagId&quot; : 12345,
   &quot;resourceId&quot; : 12345,
+  &quot;tagId&quot; : 12345,
   &quot;version&quot; : 12345,
+  &quot;createTime&quot; : 12345,
+  &quot;isEnabled&quot; : true,
   &quot;createdBy&quot; : &quot;...&quot;,
-  &quot;updatedBy&quot; : &quot;...&quot;,
-  &quot;id&quot; : 12345,
   &quot;guid&quot; : &quot;...&quot;,
-  &quot;updateTime&quot; : 12345,
-  &quot;isEnabled&quot; : true,
-  &quot;createTime&quot; : 12345
+  &quot;id&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_RangerValidityRecurrence.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerValidityRecurrence.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerValidityRecurrence.html (original)
+++ ranger/site/trunk/apidocs/json_RangerValidityRecurrence.html Wed Aug  7 18:15:52 2019
@@ -103,17 +103,17 @@
       
       <pre class="prettyprint language-js example">{
   &quot;schedule&quot; : {
-    &quot;minute&quot; : &quot;...&quot;,
-    &quot;year&quot; : &quot;...&quot;,
     &quot;dayOfMonth&quot; : &quot;...&quot;,
+    &quot;minute&quot; : &quot;...&quot;,
+    &quot;dayOfWeek&quot; : &quot;...&quot;,
     &quot;month&quot; : &quot;...&quot;,
     &quot;hour&quot; : &quot;...&quot;,
-    &quot;dayOfWeek&quot; : &quot;...&quot;
+    &quot;year&quot; : &quot;...&quot;
   },
   &quot;interval&quot; : {
-    &quot;hours&quot; : 12345,
+    &quot;days&quot; : 12345,
     &quot;minutes&quot; : 12345,
-    &quot;days&quot; : 12345
+    &quot;hours&quot; : 12345
   }
 }</pre>
 

Modified: ranger/site/trunk/apidocs/json_RangerValiditySchedule.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerValiditySchedule.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_RangerValiditySchedule.html (original)
+++ ranger/site/trunk/apidocs/json_RangerValiditySchedule.html Wed Aug  7 18:15:52 2019
@@ -79,16 +79,16 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-timeZone" class="property-name">timeZone</span>
+          <td>  <span id="prop-recurrences" class="property-name">recurrences</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">array of <a href="json_RangerValidityRecurrence.html">RangerValidityRecurrence</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-endTime" class="property-name">endTime</span>
+          <td>  <span id="prop-timeZone" class="property-name">timeZone</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -97,9 +97,9 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-recurrences" class="property-name">recurrences</span>
+          <td>  <span id="prop-endTime" class="property-name">endTime</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a href="json_RangerValidityRecurrence.html">RangerValidityRecurrence</a>
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -120,37 +120,37 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;timeZone&quot; : &quot;...&quot;,
-  &quot;endTime&quot; : &quot;...&quot;,
   &quot;recurrences&quot; : [ {
     &quot;schedule&quot; : {
-      &quot;minute&quot; : &quot;...&quot;,
-      &quot;year&quot; : &quot;...&quot;,
       &quot;dayOfMonth&quot; : &quot;...&quot;,
+      &quot;minute&quot; : &quot;...&quot;,
+      &quot;dayOfWeek&quot; : &quot;...&quot;,
       &quot;month&quot; : &quot;...&quot;,
       &quot;hour&quot; : &quot;...&quot;,
-      &quot;dayOfWeek&quot; : &quot;...&quot;
+      &quot;year&quot; : &quot;...&quot;
     },
     &quot;interval&quot; : {
-      &quot;hours&quot; : 12345,
+      &quot;days&quot; : 12345,
       &quot;minutes&quot; : 12345,
-      &quot;days&quot; : 12345
+      &quot;hours&quot; : 12345
     }
   }, {
     &quot;schedule&quot; : {
-      &quot;minute&quot; : &quot;...&quot;,
-      &quot;year&quot; : &quot;...&quot;,
       &quot;dayOfMonth&quot; : &quot;...&quot;,
+      &quot;minute&quot; : &quot;...&quot;,
+      &quot;dayOfWeek&quot; : &quot;...&quot;,
       &quot;month&quot; : &quot;...&quot;,
       &quot;hour&quot; : &quot;...&quot;,
-      &quot;dayOfWeek&quot; : &quot;...&quot;
+      &quot;year&quot; : &quot;...&quot;
     },
     &quot;interval&quot; : {
-      &quot;hours&quot; : 12345,
+      &quot;days&quot; : 12345,
       &quot;minutes&quot; : 12345,
-      &quot;days&quot; : 12345
+      &quot;hours&quot; : 12345
     }
   } ],
+  &quot;timeZone&quot; : &quot;...&quot;,
+  &quot;endTime&quot; : &quot;...&quot;,
   &quot;startTime&quot; : &quot;...&quot;
 }</pre>
 

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

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

Modified: ranger/site/trunk/apidocs/json_SecurityZoneInfo.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_SecurityZoneInfo.html?rev=1864664&r1=1864663&r2=1864664&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_SecurityZoneInfo.html (original)
+++ ranger/site/trunk/apidocs/json_SecurityZoneInfo.html Wed Aug  7 18:15:52 2019
@@ -79,9 +79,9 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-resources" class="property-name">resources</span>
+          <td>  <span id="prop-containsAssociatedTagService" class="property-name">containsAssociatedTagService</span>
 </td>
-          <td>  <span class="datatype-reference">array of map of array of object
+          <td>  <span class="datatype-reference">boolean
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -97,9 +97,9 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-containsAssociatedTagService" class="property-name">containsAssociatedTagService</span>
+          <td>  <span id="prop-resources" class="property-name">resources</span>
 </td>
-          <td>  <span class="datatype-reference">boolean
+          <td>  <span class="datatype-reference">array of map of array of object
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -129,388 +129,392 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;resources&quot; : [ {
-    &quot;property1&quot; : [ ],
-    &quot;property2&quot; : [ ]
-  }, {
-    &quot;property1&quot; : [ ],
-    &quot;property2&quot; : [ ]
-  } ],
+  &quot;containsAssociatedTagService&quot; : true,
   &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;resources&quot; : [ {
+    &quot;property1&quot; : [ ],
+    &quot;property2&quot; : [ ]
+  }, {
+    &quot;property1&quot; : [ ],
+    &quot;property2&quot; : [ ]
   } ],
-  &quot;containsAssociatedTagService&quot; : true,
   &quot;zoneName&quot; : &quot;...&quot;,
   &quot;policyDeltas&quot; : [ {
-    &quot;id&quot; : 12345,
-    &quot;changeType&quot; : 12345,
     &quot;policy&quot; : {
-      &quot;zoneName&quot; : &quot;...&quot;,
-      &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;denyPolicyItems&quot; : [ { }, { } ],
-      &quot;resources&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
+      &quot;resourceSignature&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
+      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
       &quot;policyItems&quot; : [ { }, { } ],
-      &quot;validitySchedules&quot; : [ { }, { } ],
-      &quot;isAuditEnabled&quot; : true,
-      &quot;policyPriority&quot; : 12345,
-      &quot;service&quot; : &quot;...&quot;,
+      &quot;policyType&quot; : 12345,
       &quot;allowExceptions&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ],
+      &quot;service&quot; : &quot;...&quot;,
       &quot;denyExceptions&quot; : [ { }, { } ],
-      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;resourceSignature&quot; : &quot;...&quot;,
+      &quot;conditions&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;validitySchedules&quot; : [ { }, { } ],
+      &quot;resources&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;denyPolicyItems&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;id&quot; : 12345,
-    &quot;changeType&quot; : 12345,
+    &quot;changeType&quot; : 12345
+  }, {
     &quot;policy&quot; : {
-      &quot;zoneName&quot; : &quot;...&quot;,
-      &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;denyPolicyItems&quot; : [ { }, { } ],
-      &quot;resources&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
+      &quot;resourceSignature&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
+      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
       &quot;policyItems&quot; : [ { }, { } ],
-      &quot;validitySchedules&quot; : [ { }, { } ],
-      &quot;isAuditEnabled&quot; : true,
-      &quot;policyPriority&quot; : 12345,
-      &quot;service&quot; : &quot;...&quot;,
+      &quot;policyType&quot; : 12345,
       &quot;allowExceptions&quot; : [ { }, { } ],
-      &quot;conditions&quot; : [ { }, { } ],
+      &quot;service&quot; : &quot;...&quot;,
       &quot;denyExceptions&quot; : [ { }, { } ],
-      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;resourceSignature&quot; : &quot;...&quot;,
+      &quot;conditions&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;validitySchedules&quot; : [ { }, { } ],
+      &quot;resources&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;denyPolicyItems&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;id&quot; : 12345,
+    &quot;changeType&quot; : 12345
   } ]
 }</pre>