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:46:38 UTC

svn commit: r1864666 [6/16] - in /ranger/site/trunk: ./ apidocs/ apidocs/ui/

Modified: ranger/site/trunk/apidocs/json_SecurityZoneInfo.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_SecurityZoneInfo.html?rev=1864666&r1=1864665&r2=1864666&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_SecurityZoneInfo.html (original)
+++ ranger/site/trunk/apidocs/json_SecurityZoneInfo.html Wed Aug  7 18:46:37 2019
@@ -79,45 +79,45 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-containsAssociatedTagService" class="property-name">containsAssociatedTagService</span>
+          <td>  <span id="prop-policies" class="property-name">policies</span>
 </td>
-          <td>  <span class="datatype-reference">boolean
+          <td>  <span class="datatype-reference">array of <a href="json_RangerPolicy.html">RangerPolicy</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-policies" class="property-name">policies</span>
+          <td>  <span id="prop-resources" class="property-name">resources</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a href="json_RangerPolicy.html">RangerPolicy</a>
+          <td>  <span class="datatype-reference">array of map of array of object
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-resources" class="property-name">resources</span>
+          <td>  <span id="prop-policyDeltas" class="property-name">policyDeltas</span>
 </td>
-          <td>  <span class="datatype-reference">array of map of array of object
+          <td>  <span class="datatype-reference">array of <a href="json_RangerPolicyDelta.html">RangerPolicyDelta</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-zoneName" class="property-name">zoneName</span>
+          <td>  <span id="prop-containsAssociatedTagService" class="property-name">containsAssociatedTagService</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">boolean
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-policyDeltas" class="property-name">policyDeltas</span>
+          <td>  <span id="prop-zoneName" class="property-name">zoneName</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a href="json_RangerPolicyDelta.html">RangerPolicyDelta</a>
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -129,303 +129,302 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;containsAssociatedTagService&quot; : true,
   &quot;policies&quot; : [ {
-    &quot;resourceSignature&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;rowFilterPolicyItems&quot; : [ {
-      &quot;rowFilterInfo&quot; : { },
-      &quot;accesses&quot; : [ { }, { } ],
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ],
+    &quot;policyItems&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;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;conditions&quot; : [ { }, { } ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
-    } ],
-    &quot;policyItems&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;accesses&quot; : [ { }, { } ],
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    }, {
       &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;policyType&quot; : 12345,
     &quot;allowExceptions&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;accesses&quot; : [ { }, { } ],
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
+      &quot;groups&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;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;accesses&quot; : [ { }, { } ],
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    }, {
       &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
+    &quot;service&quot; : &quot;...&quot;,
     &quot;conditions&quot; : [ {
-      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;type&quot; : &quot;...&quot;
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;type&quot; : &quot;...&quot;
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;policyPriority&quot; : 12345,
-    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;resourceSignature&quot; : &quot;...&quot;,
     &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;isDenyAllElse&quot; : true,
-    &quot;dataMaskPolicyItems&quot; : [ {
-      &quot;dataMaskInfo&quot; : { },
-      &quot;accesses&quot; : [ { }, { } ],
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ],
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;rowFilterPolicyItems&quot; : [ {
+      &quot;rowFilterInfo&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;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &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;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;recurrences&quot; : [ { }, { } ],
-      &quot;timeZone&quot; : &quot;...&quot;,
-      &quot;endTime&quot; : &quot;...&quot;,
-      &quot;startTime&quot; : &quot;...&quot;
+      &quot;rowFilterInfo&quot; : { },
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
     &quot;resources&quot; : {
       &quot;property1&quot; : {
+        &quot;isExcludes&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isRecursive&quot; : true,
-        &quot;isExcludes&quot; : true
+        &quot;isRecursive&quot; : true
       },
       &quot;property2&quot; : {
+        &quot;isExcludes&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isRecursive&quot; : true,
-        &quot;isExcludes&quot; : true
+        &quot;isRecursive&quot; : true
       }
     },
-    &quot;denyPolicyItems&quot; : [ {
-      &quot;accesses&quot; : [ { }, { } ],
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;isDenyAllElse&quot; : true,
+    &quot;isAuditEnabled&quot; : true,
+    &quot;validitySchedules&quot; : [ {
+      &quot;recurrences&quot; : [ { }, { } ],
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;recurrences&quot; : [ { }, { } ],
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;denyExceptions&quot; : [ {
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    }, {
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;conditions&quot; : [ { }, { } ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    } ],
+    &quot;policyType&quot; : 12345,
+    &quot;zoneName&quot; : &quot;...&quot;,
+    &quot;dataMaskPolicyItems&quot; : [ {
+      &quot;dataMaskInfo&quot; : { },
       &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
-    }, {
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;delegateAdmin&quot; : true,
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    }, {
+      &quot;dataMaskInfo&quot; : { },
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    } ],
+    &quot;denyPolicyItems&quot; : [ {
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;conditions&quot; : [ { }, { } ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    }, {
       &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&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;version&quot; : 12345,
+    &quot;policyPriority&quot; : 12345,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;serviceType&quot; : &quot;...&quot;,
     &quot;createTime&quot; : 12345,
-    &quot;isEnabled&quot; : true,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;updateTime&quot; : 12345,
+    &quot;id&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;id&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345
+    &quot;isEnabled&quot; : true
   }, {
-    &quot;resourceSignature&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;rowFilterPolicyItems&quot; : [ {
-      &quot;rowFilterInfo&quot; : { },
-      &quot;accesses&quot; : [ { }, { } ],
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ],
+    &quot;policyItems&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;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;conditions&quot; : [ { }, { } ],
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
-    } ],
-    &quot;policyItems&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;accesses&quot; : [ { }, { } ],
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    }, {
       &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;policyType&quot; : 12345,
     &quot;allowExceptions&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;accesses&quot; : [ { }, { } ],
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
+      &quot;groups&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;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;accesses&quot; : [ { }, { } ],
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    }, {
       &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
+    &quot;service&quot; : &quot;...&quot;,
     &quot;conditions&quot; : [ {
-      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;type&quot; : &quot;...&quot;
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;type&quot; : &quot;...&quot;
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;policyPriority&quot; : 12345,
-    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;resourceSignature&quot; : &quot;...&quot;,
     &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;isDenyAllElse&quot; : true,
-    &quot;dataMaskPolicyItems&quot; : [ {
-      &quot;dataMaskInfo&quot; : { },
-      &quot;accesses&quot; : [ { }, { } ],
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;delegateAdmin&quot; : true,
-      &quot;conditions&quot; : [ { }, { } ],
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;rowFilterPolicyItems&quot; : [ {
+      &quot;rowFilterInfo&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;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &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;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;recurrences&quot; : [ { }, { } ],
-      &quot;timeZone&quot; : &quot;...&quot;,
-      &quot;endTime&quot; : &quot;...&quot;,
-      &quot;startTime&quot; : &quot;...&quot;
+      &quot;rowFilterInfo&quot; : { },
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
     &quot;resources&quot; : {
       &quot;property1&quot; : {
+        &quot;isExcludes&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isRecursive&quot; : true,
-        &quot;isExcludes&quot; : true
+        &quot;isRecursive&quot; : true
       },
       &quot;property2&quot; : {
+        &quot;isExcludes&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isRecursive&quot; : true,
-        &quot;isExcludes&quot; : true
+        &quot;isRecursive&quot; : true
       }
     },
-    &quot;denyPolicyItems&quot; : [ {
-      &quot;accesses&quot; : [ { }, { } ],
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;isDenyAllElse&quot; : true,
+    &quot;isAuditEnabled&quot; : true,
+    &quot;validitySchedules&quot; : [ {
+      &quot;recurrences&quot; : [ { }, { } ],
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;recurrences&quot; : [ { }, { } ],
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;denyExceptions&quot; : [ {
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    }, {
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;conditions&quot; : [ { }, { } ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    } ],
+    &quot;policyType&quot; : 12345,
+    &quot;zoneName&quot; : &quot;...&quot;,
+    &quot;dataMaskPolicyItems&quot; : [ {
+      &quot;dataMaskInfo&quot; : { },
       &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
-    }, {
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;delegateAdmin&quot; : true,
       &quot;accesses&quot; : [ { }, { } ],
-      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    }, {
+      &quot;dataMaskInfo&quot; : { },
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
       &quot;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    } ],
+    &quot;denyPolicyItems&quot; : [ {
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;conditions&quot; : [ { }, { } ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    }, {
       &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+      &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;delegateAdmin&quot; : true,
+      &quot;accesses&quot; : [ { }, { } ],
+      &quot;users&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;version&quot; : 12345,
+    &quot;policyPriority&quot; : 12345,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;serviceType&quot; : &quot;...&quot;,
     &quot;createTime&quot; : 12345,
-    &quot;isEnabled&quot; : true,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;updateTime&quot; : 12345,
+    &quot;id&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;id&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345
+    &quot;isEnabled&quot; : true
   } ],
   &quot;resources&quot; : [ {
     &quot;property1&quot; : [ ],
@@ -434,88 +433,89 @@
     &quot;property1&quot; : [ ],
     &quot;property2&quot; : [ ]
   } ],
-  &quot;zoneName&quot; : &quot;...&quot;,
   &quot;policyDeltas&quot; : [ {
+    &quot;id&quot; : 12345,
     &quot;policy&quot; : {
-      &quot;resourceSignature&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
       &quot;policyItems&quot; : [ { }, { } ],
-      &quot;policyType&quot; : 12345,
       &quot;allowExceptions&quot; : [ { }, { } ],
       &quot;service&quot; : &quot;...&quot;,
-      &quot;denyExceptions&quot; : [ { }, { } ],
       &quot;conditions&quot; : [ { }, { } ],
-      &quot;policyPriority&quot; : 12345,
-      &quot;serviceType&quot; : &quot;...&quot;,
+      &quot;resourceSignature&quot; : &quot;...&quot;,
       &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;isDenyAllElse&quot; : true,
-      &quot;dataMaskPolicyItems&quot; : [ { }, { } ],
-      &quot;validitySchedules&quot; : [ { }, { } ],
-      &quot;resources&quot; : {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;denyPolicyItems&quot; : [ { }, { } ],
-      &quot;zoneName&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
+      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
+      &quot;resources&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;name&quot; : &quot;...&quot;,
+      &quot;isDenyAllElse&quot; : true,
       &quot;isAuditEnabled&quot; : true,
-      &quot;version&quot; : 12345,
+      &quot;validitySchedules&quot; : [ { }, { } ],
+      &quot;denyExceptions&quot; : [ { }, { } ],
+      &quot;policyType&quot; : 12345,
+      &quot;zoneName&quot; : &quot;...&quot;,
+      &quot;dataMaskPolicyItems&quot; : [ { }, { } ],
+      &quot;denyPolicyItems&quot; : [ { }, { } ],
+      &quot;policyPriority&quot; : 12345,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;serviceType&quot; : &quot;...&quot;,
       &quot;createTime&quot; : 12345,
-      &quot;isEnabled&quot; : true,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;updateTime&quot; : 12345,
+      &quot;id&quot; : 12345,
       &quot;createdBy&quot; : &quot;...&quot;,
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;id&quot; : 12345,
-      &quot;updatedBy&quot; : &quot;...&quot;,
-      &quot;updateTime&quot; : 12345
+      &quot;isEnabled&quot; : true
     },
-    &quot;id&quot; : 12345,
     &quot;changeType&quot; : 12345
   }, {
+    &quot;id&quot; : 12345,
     &quot;policy&quot; : {
-      &quot;resourceSignature&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
       &quot;policyItems&quot; : [ { }, { } ],
-      &quot;policyType&quot; : 12345,
       &quot;allowExceptions&quot; : [ { }, { } ],
       &quot;service&quot; : &quot;...&quot;,
-      &quot;denyExceptions&quot; : [ { }, { } ],
       &quot;conditions&quot; : [ { }, { } ],
-      &quot;policyPriority&quot; : 12345,
-      &quot;serviceType&quot; : &quot;...&quot;,
+      &quot;resourceSignature&quot; : &quot;...&quot;,
       &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;isDenyAllElse&quot; : true,
-      &quot;dataMaskPolicyItems&quot; : [ { }, { } ],
-      &quot;validitySchedules&quot; : [ { }, { } ],
-      &quot;resources&quot; : {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;denyPolicyItems&quot; : [ { }, { } ],
-      &quot;zoneName&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
+      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
+      &quot;resources&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;name&quot; : &quot;...&quot;,
+      &quot;isDenyAllElse&quot; : true,
       &quot;isAuditEnabled&quot; : true,
-      &quot;version&quot; : 12345,
+      &quot;validitySchedules&quot; : [ { }, { } ],
+      &quot;denyExceptions&quot; : [ { }, { } ],
+      &quot;policyType&quot; : 12345,
+      &quot;zoneName&quot; : &quot;...&quot;,
+      &quot;dataMaskPolicyItems&quot; : [ { }, { } ],
+      &quot;denyPolicyItems&quot; : [ { }, { } ],
+      &quot;policyPriority&quot; : 12345,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;serviceType&quot; : &quot;...&quot;,
       &quot;createTime&quot; : 12345,
-      &quot;isEnabled&quot; : true,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;updateTime&quot; : 12345,
+      &quot;id&quot; : 12345,
       &quot;createdBy&quot; : &quot;...&quot;,
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;id&quot; : 12345,
-      &quot;updatedBy&quot; : &quot;...&quot;,
-      &quot;updateTime&quot; : 12345
+      &quot;isEnabled&quot; : true
     },
-    &quot;id&quot; : 12345,
     &quot;changeType&quot; : 12345
-  } ]
+  } ],
+  &quot;containsAssociatedTagService&quot; : true,
+  &quot;zoneName&quot; : &quot;...&quot;
 }</pre>
 
         <footer class="footer">