You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by rm...@apache.org on 2021/11/05 18:32:07 UTC

svn commit: r1894763 [9/31] - in /ranger/site/trunk: ./ apidocs/ apidocs/ui/ kms/apidocs/ kms/apidocs/ui/

Added: ranger/site/trunk/apidocs/json_ServiceDeleteResponse.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_ServiceDeleteResponse.html?rev=1894763&view=auto
==============================================================================
--- ranger/site/trunk/apidocs/json_ServiceDeleteResponse.html (added)
+++ ranger/site/trunk/apidocs/json_ServiceDeleteResponse.html Fri Nov  5 18:32:04 2021
@@ -0,0 +1,160 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Ranger REST API: ServiceDeleteResponse</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Ranger REST API: ServiceDeleteResponse</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_ServiceDeleteResponse.html">ServiceDeleteResponse</a></li>
+        </ol>
+
+      <h1 class="page-header">ServiceDeleteResponse <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-errorMsg" class="property-name">errorMsg</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-serviceName" class="property-name">serviceName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-isDeleted" class="property-name">isDeleted</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-serviceId" class="property-name">serviceId</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;errorMsg&quot; : &quot;...&quot;,
+  &quot;serviceName&quot; : &quot;...&quot;,
+  &quot;isDeleted&quot; : true,
+  &quot;serviceId&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>

Modified: ranger/site/trunk/apidocs/json_ServicePolicies.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_ServicePolicies.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_ServicePolicies.html (original)
+++ ranger/site/trunk/apidocs/json_ServicePolicies.html Fri Nov  5 18:32:04 2021
@@ -79,16 +79,16 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-userRoles" class="property-name">userRoles</span>
+          <td>  <span id="prop-serviceDef" class="property-name">serviceDef</span>
 </td>
-          <td>  <span class="datatype-reference">map of array of string
+          <td>  <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-serviceId" class="property-name">serviceId</span>
+          <td>  <span id="prop-policyUpdateTime" class="property-name">policyUpdateTime</span>
 </td>
           <td>  <span class="datatype-reference">number
 </span>
@@ -97,27 +97,27 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-securityZones" class="property-name">securityZones</span>
+          <td>  <span id="prop-serviceId" class="property-name">serviceId</span>
 </td>
-          <td>  <span class="datatype-reference">map of <a href="json_SecurityZoneInfo.html">SecurityZoneInfo</a>
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-serviceDef" class="property-name">serviceDef</span>
+          <td>  <span id="prop-policyDeltas" class="property-name">policyDeltas</span>
 </td>
-          <td>  <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a>
+          <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-policies" class="property-name">policies</span>
+          <td>  <span id="prop-auditMode" class="property-name">auditMode</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a href="json_RangerPolicy.html">RangerPolicy</a>
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -133,15 +133,6 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-groupRoles" class="property-name">groupRoles</span>
-</td>
-          <td>  <span class="datatype-reference">map of array of string
-</span>
-</td>
-          <td>  <span class="property-description"></span>
-</td>
-        </tr>
-        <tr>
           <td>  <span id="prop-tagPolicies" class="property-name">tagPolicies</span>
 </td>
           <td>  <span class="datatype-reference"><a href="json_TagPolicies.html">TagPolicies</a>
@@ -151,34 +142,34 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-policyDeltas" class="property-name">policyDeltas</span>
+          <td>  <span id="prop-serviceConfig" class="property-name">serviceConfig</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a href="json_RangerPolicyDelta.html">RangerPolicyDelta</a>
+          <td>  <span class="datatype-reference">map of string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-policyUpdateTime" class="property-name">policyUpdateTime</span>
+          <td>  <span id="prop-policies" class="property-name">policies</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference">array of <a href="json_RangerPolicy.html">RangerPolicy</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-serviceName" class="property-name">serviceName</span>
+          <td>  <span id="prop-securityZones" class="property-name">securityZones</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">map of <a href="json_SecurityZoneInfo.html">SecurityZoneInfo</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-auditMode" class="property-name">auditMode</span>
+          <td>  <span id="prop-serviceName" class="property-name">serviceName</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -192,878 +183,886 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;userRoles&quot; : {
-    &quot;property1&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;property2&quot; : [ &quot;...&quot;, &quot;...&quot; ]
-  },
-  &quot;serviceId&quot; : 12345,
-  &quot;securityZones&quot; : {
-    &quot;property1&quot; : {
-      &quot;policies&quot; : [ {
-        &quot;policyItems&quot; : [ { }, { } ],
-        &quot;allowExceptions&quot; : [ { }, { } ],
-        &quot;service&quot; : &quot;...&quot;,
-        &quot;conditions&quot; : [ { }, { } ],
-        &quot;resourceSignature&quot; : &quot;...&quot;,
-        &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
-        &quot;resources&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;isDenyAllElse&quot; : true,
-        &quot;isAuditEnabled&quot; : true,
-        &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;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;isEnabled&quot; : true
-      }, {
-        &quot;policyItems&quot; : [ { }, { } ],
-        &quot;allowExceptions&quot; : [ { }, { } ],
-        &quot;service&quot; : &quot;...&quot;,
-        &quot;conditions&quot; : [ { }, { } ],
-        &quot;resourceSignature&quot; : &quot;...&quot;,
-        &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
-        &quot;resources&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;isDenyAllElse&quot; : true,
-        &quot;isAuditEnabled&quot; : true,
-        &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;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;isEnabled&quot; : true
-      } ],
-      &quot;resources&quot; : [ {
-        &quot;property1&quot; : [ ],
-        &quot;property2&quot; : [ ]
-      }, {
-        &quot;property1&quot; : [ ],
-        &quot;property2&quot; : [ ]
-      } ],
-      &quot;policyDeltas&quot; : [ {
-        &quot;id&quot; : 12345,
-        &quot;policy&quot; : { },
-        &quot;changeType&quot; : 12345
-      }, {
-        &quot;id&quot; : 12345,
-        &quot;policy&quot; : { },
-        &quot;changeType&quot; : 12345
-      } ],
-      &quot;containsAssociatedTagService&quot; : true,
-      &quot;zoneName&quot; : &quot;...&quot;
-    },
-    &quot;property2&quot; : {
-      &quot;policies&quot; : [ {
-        &quot;policyItems&quot; : [ { }, { } ],
-        &quot;allowExceptions&quot; : [ { }, { } ],
-        &quot;service&quot; : &quot;...&quot;,
-        &quot;conditions&quot; : [ { }, { } ],
-        &quot;resourceSignature&quot; : &quot;...&quot;,
-        &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
-        &quot;resources&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;isDenyAllElse&quot; : true,
-        &quot;isAuditEnabled&quot; : true,
-        &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;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;isEnabled&quot; : true
-      }, {
-        &quot;policyItems&quot; : [ { }, { } ],
-        &quot;allowExceptions&quot; : [ { }, { } ],
-        &quot;service&quot; : &quot;...&quot;,
-        &quot;conditions&quot; : [ { }, { } ],
-        &quot;resourceSignature&quot; : &quot;...&quot;,
-        &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
-        &quot;resources&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;isDenyAllElse&quot; : true,
-        &quot;isAuditEnabled&quot; : true,
-        &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;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;isEnabled&quot; : true
-      } ],
-      &quot;resources&quot; : [ {
-        &quot;property1&quot; : [ ],
-        &quot;property2&quot; : [ ]
-      }, {
-        &quot;property1&quot; : [ ],
-        &quot;property2&quot; : [ ]
-      } ],
-      &quot;policyDeltas&quot; : [ {
-        &quot;id&quot; : 12345,
-        &quot;policy&quot; : { },
-        &quot;changeType&quot; : 12345
-      }, {
-        &quot;id&quot; : 12345,
-        &quot;policy&quot; : { },
-        &quot;changeType&quot; : 12345
-      } ],
-      &quot;containsAssociatedTagService&quot; : true,
-      &quot;zoneName&quot; : &quot;...&quot;
-    }
-  },
   &quot;serviceDef&quot; : {
-    &quot;implClass&quot; : &quot;...&quot;,
-    &quot;contextEnrichers&quot; : [ {
-      &quot;enricherOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
+    &quot;accessTypes&quot; : [ {
+      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;name&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
-      &quot;enricher&quot; : &quot;...&quot;
+      &quot;rbKeyLabel&quot; : &quot;...&quot;
     }, {
-      &quot;enricherOptions&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;enricher&quot; : &quot;...&quot;
-    } ],
-    &quot;rbKeyDescription&quot; : &quot;...&quot;,
-    &quot;configs&quot; : [ {
+      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;name&quot; : &quot;...&quot;,
-      &quot;mandatory&quot; : true,
-      &quot;itemId&quot; : 12345,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;subType&quot; : &quot;...&quot;,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
       &quot;label&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;mandatory&quot; : true,
       &quot;itemId&quot; : 12345,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;subType&quot; : &quot;...&quot;,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;
+      &quot;rbKeyLabel&quot; : &quot;...&quot;
     } ],
+    &quot;label&quot; : &quot;...&quot;,
     &quot;rbKeyLabel&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;enums&quot; : [ {
-      &quot;defaultIndex&quot; : 12345,
-      &quot;elements&quot; : [ { }, { } ],
-      &quot;itemId&quot; : 12345,
-      &quot;name&quot; : &quot;...&quot;
-    }, {
-      &quot;defaultIndex&quot; : 12345,
-      &quot;elements&quot; : [ { }, { } ],
-      &quot;itemId&quot; : 12345,
-      &quot;name&quot; : &quot;...&quot;
-    } ],
+    &quot;dataMaskDef&quot; : {
+      &quot;maskTypes&quot; : [ { }, { } ],
+      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;resources&quot; : [ { }, { } ]
+    },
     &quot;resources&quot; : [ {
-      &quot;lookupSupported&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;isValidLeaf&quot; : true,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;matcher&quot; : &quot;...&quot;,
-      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;recursiveSupported&quot; : true,
+      &quot;label&quot; : &quot;...&quot;,
       &quot;excludesSupported&quot; : true,
+      &quot;parent&quot; : &quot;...&quot;,
+      &quot;matcher&quot; : &quot;...&quot;,
       &quot;type&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &quot;recursiveSupported&quot; : true,
-      &quot;level&quot; : 12345,
+      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;lookupSupported&quot; : true,
+      &quot;isValidLeaf&quot; : true,
       &quot;matcherOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;parent&quot; : &quot;...&quot;,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;mandatory&quot; : true
-    }, {
-      &quot;lookupSupported&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;isValidLeaf&quot; : true,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;matcher&quot; : &quot;...&quot;,
-      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;mandatory&quot; : true,
       &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;excludesSupported&quot; : true,
-      &quot;type&quot; : &quot;...&quot;,
+      &quot;level&quot; : 12345,
+      &quot;itemId&quot; : 12345,
+      &quot;uiHint&quot; : &quot;...&quot;,
       &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;validationRegEx&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;
+    }, {
       &quot;recursiveSupported&quot; : true,
-      &quot;level&quot; : 12345,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;excludesSupported&quot; : true,
+      &quot;parent&quot; : &quot;...&quot;,
+      &quot;matcher&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;lookupSupported&quot; : true,
+      &quot;isValidLeaf&quot; : true,
       &quot;matcherOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;parent&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
       &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;mandatory&quot; : true
+      &quot;mandatory&quot; : true,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;level&quot; : 12345,
+      &quot;itemId&quot; : 12345,
+      &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;
     } ],
-    &quot;dataMaskDef&quot; : {
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;rowFilterDef&quot; : {
       &quot;accessTypes&quot; : [ { }, { } ],
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;maskTypes&quot; : [ { }, { } ]
+      &quot;resources&quot; : [ { }, { } ]
     },
+    &quot;description&quot; : &quot;...&quot;,
     &quot;policyConditions&quot; : [ {
-      &quot;label&quot; : &quot;...&quot;,
+      &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
       &quot;evaluatorOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
       &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
       &quot;evaluator&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;
     }, {
-      &quot;label&quot; : &quot;...&quot;,
+      &quot;uiHint&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
       &quot;evaluatorOptions&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;uiHint&quot; : &quot;...&quot;,
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
-      &quot;validationRegEx&quot; : &quot;...&quot;,
       &quot;validationMessage&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
       &quot;evaluator&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&quot; : &quot;...&quot;
     } ],
-    &quot;label&quot; : &quot;...&quot;,
-    &quot;accessTypes&quot; : [ {
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;implClass&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;contextEnrichers&quot; : [ {
+      &quot;name&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;
+      &quot;enricherOptions&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;enricher&quot; : &quot;...&quot;
+    }, {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;enricherOptions&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;enricher&quot; : &quot;...&quot;
+    } ],
+    &quot;enums&quot; : [ {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;defaultIndex&quot; : 12345,
+      &quot;elements&quot; : [ { }, { } ],
+      &quot;itemId&quot; : 12345
     }, {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;defaultIndex&quot; : 12345,
+      &quot;elements&quot; : [ { }, { } ],
+      &quot;itemId&quot; : 12345
+    } ],
+    &quot;rbKeyDescription&quot; : &quot;...&quot;,
+    &quot;configs&quot; : [ {
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;subType&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
       &quot;label&quot; : &quot;...&quot;,
-      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;itemId&quot; : 12345,
+      &quot;mandatory&quot; : true,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;uiHint&quot; : &quot;...&quot;
+    }, {
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;subType&quot; : &quot;...&quot;,
       &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;mandatory&quot; : true,
+      &quot;validationRegEx&quot; : &quot;...&quot;,
+      &quot;validationMessage&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;uiHint&quot; : &quot;...&quot;
     } ],
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;rowFilterDef&quot; : {
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;accessTypes&quot; : [ { }, { } ]
-    },
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
     &quot;createTime&quot; : 12345,
+    &quot;id&quot; : 12345,
     &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;updateTime&quot; : 12345,
     &quot;isEnabled&quot; : true
   },
+  &quot;policyUpdateTime&quot; : 12345,
+  &quot;serviceId&quot; : 12345,
+  &quot;policyDeltas&quot; : [ {
+    &quot;policy&quot; : {
+      &quot;denyExceptions&quot; : [ { }, { } ],
+      &quot;allowExceptions&quot; : [ { }, { } ],
+      &quot;validitySchedules&quot; : [ { }, { } ],
+      &quot;policyPriority&quot; : 12345,
+      &quot;policyType&quot; : 12345,
+      &quot;isAuditEnabled&quot; : true,
+      &quot;zoneName&quot; : &quot;...&quot;,
+      &quot;denyPolicyItems&quot; : [ { }, { } ],
+      &quot;service&quot; : &quot;...&quot;,
+      &quot;resources&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;dataMaskPolicyItems&quot; : [ { }, { } ],
+      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
+      &quot;policyItems&quot; : [ { }, { } ],
+      &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;resourceSignature&quot; : &quot;...&quot;,
+      &quot;isDenyAllElse&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;serviceType&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;createTime&quot; : 12345,
+      &quot;id&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;isEnabled&quot; : true
+    },
+    &quot;changeType&quot; : 12345,
+    &quot;policiesVersion&quot; : 12345,
+    &quot;id&quot; : 12345
+  }, {
+    &quot;policy&quot; : {
+      &quot;denyExceptions&quot; : [ { }, { } ],
+      &quot;allowExceptions&quot; : [ { }, { } ],
+      &quot;validitySchedules&quot; : [ { }, { } ],
+      &quot;policyPriority&quot; : 12345,
+      &quot;policyType&quot; : 12345,
+      &quot;isAuditEnabled&quot; : true,
+      &quot;zoneName&quot; : &quot;...&quot;,
+      &quot;denyPolicyItems&quot; : [ { }, { } ],
+      &quot;service&quot; : &quot;...&quot;,
+      &quot;resources&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;dataMaskPolicyItems&quot; : [ { }, { } ],
+      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
+      &quot;policyItems&quot; : [ { }, { } ],
+      &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;resourceSignature&quot; : &quot;...&quot;,
+      &quot;isDenyAllElse&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;serviceType&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;createTime&quot; : 12345,
+      &quot;id&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;isEnabled&quot; : true
+    },
+    &quot;changeType&quot; : 12345,
+    &quot;policiesVersion&quot; : 12345,
+    &quot;id&quot; : 12345
+  } ],
+  &quot;auditMode&quot; : &quot;...&quot;,
+  &quot;policyVersion&quot; : 12345,
+  &quot;tagPolicies&quot; : {
+    &quot;policyUpdateTime&quot; : 12345,
+    &quot;serviceConfig&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;policyVersion&quot; : 12345,
+    &quot;auditMode&quot; : &quot;...&quot;,
+    &quot;serviceId&quot; : 12345,
+    &quot;serviceName&quot; : &quot;...&quot;,
+    &quot;serviceDef&quot; : {
+      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &quot;dataMaskDef&quot; : { },
+      &quot;resources&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;rowFilterDef&quot; : { },
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;policyConditions&quot; : [ { }, { } ],
+      &quot;implClass&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;contextEnrichers&quot; : [ { }, { } ],
+      &quot;enums&quot; : [ { }, { } ],
+      &quot;rbKeyDescription&quot; : &quot;...&quot;,
+      &quot;configs&quot; : [ { }, { } ],
+      &quot;createTime&quot; : 12345,
+      &quot;id&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;isEnabled&quot; : true
+    },
+    &quot;policies&quot; : [ {
+      &quot;denyExceptions&quot; : [ { }, { } ],
+      &quot;allowExceptions&quot; : [ { }, { } ],
+      &quot;validitySchedules&quot; : [ { }, { } ],
+      &quot;policyPriority&quot; : 12345,
+      &quot;policyType&quot; : 12345,
+      &quot;isAuditEnabled&quot; : true,
+      &quot;zoneName&quot; : &quot;...&quot;,
+      &quot;denyPolicyItems&quot; : [ { }, { } ],
+      &quot;service&quot; : &quot;...&quot;,
+      &quot;resources&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;dataMaskPolicyItems&quot; : [ { }, { } ],
+      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
+      &quot;policyItems&quot; : [ { }, { } ],
+      &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;resourceSignature&quot; : &quot;...&quot;,
+      &quot;isDenyAllElse&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;serviceType&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;createTime&quot; : 12345,
+      &quot;id&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;isEnabled&quot; : true
+    }, {
+      &quot;denyExceptions&quot; : [ { }, { } ],
+      &quot;allowExceptions&quot; : [ { }, { } ],
+      &quot;validitySchedules&quot; : [ { }, { } ],
+      &quot;policyPriority&quot; : 12345,
+      &quot;policyType&quot; : 12345,
+      &quot;isAuditEnabled&quot; : true,
+      &quot;zoneName&quot; : &quot;...&quot;,
+      &quot;denyPolicyItems&quot; : [ { }, { } ],
+      &quot;service&quot; : &quot;...&quot;,
+      &quot;resources&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;dataMaskPolicyItems&quot; : [ { }, { } ],
+      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
+      &quot;policyItems&quot; : [ { }, { } ],
+      &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;resourceSignature&quot; : &quot;...&quot;,
+      &quot;isDenyAllElse&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;serviceType&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;createTime&quot; : 12345,
+      &quot;id&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;isEnabled&quot; : true
+    } ]
+  },
+  &quot;serviceConfig&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
   &quot;policies&quot; : [ {
-    &quot;policyItems&quot; : [ {
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;denyExceptions&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
     &quot;allowExceptions&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;service&quot; : &quot;...&quot;,
-    &quot;conditions&quot; : [ {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    &quot;validitySchedules&quot; : [ {
+      &quot;recurrences&quot; : [ { }, { } ],
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;,
+      &quot;endTime&quot; : &quot;...&quot;
     }, {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+      &quot;recurrences&quot; : [ { }, { } ],
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;,
+      &quot;endTime&quot; : &quot;...&quot;
     } ],
-    &quot;resourceSignature&quot; : &quot;...&quot;,
-    &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&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;policyPriority&quot; : 12345,
+    &quot;policyType&quot; : 12345,
+    &quot;isAuditEnabled&quot; : true,
+    &quot;zoneName&quot; : &quot;...&quot;,
+    &quot;denyPolicyItems&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
+    &quot;service&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;isRecursive&quot; : true,
+        &quot;isExcludes&quot; : true
       },
       &quot;property2&quot; : {
-        &quot;isExcludes&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isRecursive&quot; : true
+        &quot;isRecursive&quot; : true,
+        &quot;isExcludes&quot; : true
       }
     },
-    &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;dataMaskPolicyItems&quot; : [ {
+      &quot;dataMaskInfo&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;dataMaskInfo&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&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;rowFilterPolicyItems&quot; : [ {
+      &quot;rowFilterInfo&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;dataMaskInfo&quot; : { },
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;rowFilterInfo&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;denyPolicyItems&quot; : [ {
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;policyItems&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;policyPriority&quot; : 12345,
-    &quot;description&quot; : &quot;...&quot;,
+    &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;resourceSignature&quot; : &quot;...&quot;,
+    &quot;isDenyAllElse&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
     &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;description&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;options&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
     &quot;createTime&quot; : 12345,
+    &quot;id&quot; : 12345,
     &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;updateTime&quot; : 12345,
     &quot;isEnabled&quot; : true
   }, {
-    &quot;policyItems&quot; : [ {
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;denyExceptions&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
     &quot;allowExceptions&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;service&quot; : &quot;...&quot;,
-    &quot;conditions&quot; : [ {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+    &quot;validitySchedules&quot; : [ {
+      &quot;recurrences&quot; : [ { }, { } ],
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;,
+      &quot;endTime&quot; : &quot;...&quot;
     }, {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+      &quot;recurrences&quot; : [ { }, { } ],
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;,
+      &quot;endTime&quot; : &quot;...&quot;
     } ],
-    &quot;resourceSignature&quot; : &quot;...&quot;,
-    &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&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;policyPriority&quot; : 12345,
+    &quot;policyType&quot; : 12345,
+    &quot;isAuditEnabled&quot; : true,
+    &quot;zoneName&quot; : &quot;...&quot;,
+    &quot;denyPolicyItems&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
+    &quot;service&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;isRecursive&quot; : true,
+        &quot;isExcludes&quot; : true
       },
       &quot;property2&quot; : {
-        &quot;isExcludes&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isRecursive&quot; : true
+        &quot;isRecursive&quot; : true,
+        &quot;isExcludes&quot; : true
       }
     },
-    &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;dataMaskPolicyItems&quot; : [ {
+      &quot;dataMaskInfo&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;dataMaskInfo&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&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;rowFilterPolicyItems&quot; : [ {
+      &quot;rowFilterInfo&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     }, {
-      &quot;dataMaskInfo&quot; : { },
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;rowFilterInfo&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;denyPolicyItems&quot; : [ {
-      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;policyItems&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;policyPriority&quot; : 12345,
-    &quot;description&quot; : &quot;...&quot;,
+    &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;resourceSignature&quot; : &quot;...&quot;,
+    &quot;isDenyAllElse&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
     &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;description&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;options&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
     &quot;createTime&quot; : 12345,
+    &quot;id&quot; : 12345,
     &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;updateTime&quot; : 12345,
     &quot;isEnabled&quot; : true
   } ],
-  &quot;policyVersion&quot; : 12345,
-  &quot;groupRoles&quot; : {
-    &quot;property1&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;property2&quot; : [ &quot;...&quot;, &quot;...&quot; ]
-  },
-  &quot;tagPolicies&quot; : {
-    &quot;auditMode&quot; : &quot;...&quot;,
-    &quot;policyUpdateTime&quot; : 12345,
-    &quot;policies&quot; : [ {
-      &quot;policyItems&quot; : [ { }, { } ],
-      &quot;allowExceptions&quot; : [ { }, { } ],
-      &quot;service&quot; : &quot;...&quot;,
-      &quot;conditions&quot; : [ { }, { } ],
-      &quot;resourceSignature&quot; : &quot;...&quot;,
-      &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
-      &quot;resources&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;isDenyAllElse&quot; : true,
-      &quot;isAuditEnabled&quot; : true,
-      &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;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;isEnabled&quot; : true
-    }, {
-      &quot;policyItems&quot; : [ { }, { } ],
-      &quot;allowExceptions&quot; : [ { }, { } ],
-      &quot;service&quot; : &quot;...&quot;,
-      &quot;conditions&quot; : [ { }, { } ],
-      &quot;resourceSignature&quot; : &quot;...&quot;,
-      &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
-      &quot;resources&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;isDenyAllElse&quot; : true,
-      &quot;isAuditEnabled&quot; : true,
-      &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;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;isEnabled&quot; : true
-    } ],
-    &quot;serviceDef&quot; : {
-      &quot;implClass&quot; : &quot;...&quot;,
-      &quot;contextEnrichers&quot; : [ { }, { } ],
-      &quot;rbKeyDescription&quot; : &quot;...&quot;,
-      &quot;configs&quot; : [ { }, { } ],
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;enums&quot; : [ { }, { } ],
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;dataMaskDef&quot; : { },
-      &quot;policyConditions&quot; : [ { }, { } ],
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;accessTypes&quot; : [ { }, { } ],
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;rowFilterDef&quot; : { },
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;createTime&quot; : 12345,
-      &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;isEnabled&quot; : true
+  &quot;securityZones&quot; : {
+    &quot;property1&quot; : {
+      &quot;containsAssociatedTagService&quot; : true,
+      &quot;policies&quot; : [ {
+        &quot;denyExceptions&quot; : [ { }, { } ],
+        &quot;allowExceptions&quot; : [ { }, { } ],
+        &quot;validitySchedules&quot; : [ { }, { } ],
+        &quot;policyPriority&quot; : 12345,
+        &quot;policyType&quot; : 12345,
+        &quot;isAuditEnabled&quot; : true,
+        &quot;zoneName&quot; : &quot;...&quot;,
+        &quot;denyPolicyItems&quot; : [ { }, { } ],
+        &quot;service&quot; : &quot;...&quot;,
+        &quot;resources&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;dataMaskPolicyItems&quot; : [ { }, { } ],
+        &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
+        &quot;policyItems&quot; : [ { }, { } ],
+        &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;resourceSignature&quot; : &quot;...&quot;,
+        &quot;isDenyAllElse&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;serviceType&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;conditions&quot; : [ { }, { } ],
+        &quot;options&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;createTime&quot; : 12345,
+        &quot;id&quot; : 12345,
+        &quot;updatedBy&quot; : &quot;...&quot;,
+        &quot;version&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;updateTime&quot; : 12345,
+        &quot;isEnabled&quot; : true
+      }, {
+        &quot;denyExceptions&quot; : [ { }, { } ],
+        &quot;allowExceptions&quot; : [ { }, { } ],
+        &quot;validitySchedules&quot; : [ { }, { } ],
+        &quot;policyPriority&quot; : 12345,
+        &quot;policyType&quot; : 12345,
+        &quot;isAuditEnabled&quot; : true,
+        &quot;zoneName&quot; : &quot;...&quot;,
+        &quot;denyPolicyItems&quot; : [ { }, { } ],
+        &quot;service&quot; : &quot;...&quot;,
+        &quot;resources&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;dataMaskPolicyItems&quot; : [ { }, { } ],
+        &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
+        &quot;policyItems&quot; : [ { }, { } ],
+        &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;resourceSignature&quot; : &quot;...&quot;,
+        &quot;isDenyAllElse&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;serviceType&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;conditions&quot; : [ { }, { } ],
+        &quot;options&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;createTime&quot; : 12345,
+        &quot;id&quot; : 12345,
+        &quot;updatedBy&quot; : &quot;...&quot;,
+        &quot;version&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;updateTime&quot; : 12345,
+        &quot;isEnabled&quot; : true
+      } ],
+      &quot;resources&quot; : [ {
+        &quot;property1&quot; : [ ],
+        &quot;property2&quot; : [ ]
+      }, {
+        &quot;property1&quot; : [ ],
+        &quot;property2&quot; : [ ]
+      } ],
+      &quot;policyDeltas&quot; : [ {
+        &quot;policy&quot; : { },
+        &quot;changeType&quot; : 12345,
+        &quot;policiesVersion&quot; : 12345,
+        &quot;id&quot; : 12345
+      }, {
+        &quot;policy&quot; : { },
+        &quot;changeType&quot; : 12345,
+        &quot;policiesVersion&quot; : 12345,
+        &quot;id&quot; : 12345
+      } ],
+      &quot;zoneName&quot; : &quot;...&quot;
     },
-    &quot;policyVersion&quot; : 12345,
-    &quot;serviceName&quot; : &quot;...&quot;,
-    &quot;serviceId&quot; : 12345
+    &quot;property2&quot; : {
+      &quot;containsAssociatedTagService&quot; : true,
+      &quot;policies&quot; : [ {
+        &quot;denyExceptions&quot; : [ { }, { } ],
+        &quot;allowExceptions&quot; : [ { }, { } ],
+        &quot;validitySchedules&quot; : [ { }, { } ],
+        &quot;policyPriority&quot; : 12345,
+        &quot;policyType&quot; : 12345,
+        &quot;isAuditEnabled&quot; : true,
+        &quot;zoneName&quot; : &quot;...&quot;,
+        &quot;denyPolicyItems&quot; : [ { }, { } ],
+        &quot;service&quot; : &quot;...&quot;,
+        &quot;resources&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;dataMaskPolicyItems&quot; : [ { }, { } ],
+        &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
+        &quot;policyItems&quot; : [ { }, { } ],
+        &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;resourceSignature&quot; : &quot;...&quot;,
+        &quot;isDenyAllElse&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;serviceType&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;conditions&quot; : [ { }, { } ],
+        &quot;options&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;createTime&quot; : 12345,
+        &quot;id&quot; : 12345,
+        &quot;updatedBy&quot; : &quot;...&quot;,
+        &quot;version&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;updateTime&quot; : 12345,
+        &quot;isEnabled&quot; : true
+      }, {
+        &quot;denyExceptions&quot; : [ { }, { } ],
+        &quot;allowExceptions&quot; : [ { }, { } ],
+        &quot;validitySchedules&quot; : [ { }, { } ],
+        &quot;policyPriority&quot; : 12345,
+        &quot;policyType&quot; : 12345,
+        &quot;isAuditEnabled&quot; : true,
+        &quot;zoneName&quot; : &quot;...&quot;,
+        &quot;denyPolicyItems&quot; : [ { }, { } ],
+        &quot;service&quot; : &quot;...&quot;,
+        &quot;resources&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;dataMaskPolicyItems&quot; : [ { }, { } ],
+        &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
+        &quot;policyItems&quot; : [ { }, { } ],
+        &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;resourceSignature&quot; : &quot;...&quot;,
+        &quot;isDenyAllElse&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;serviceType&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;conditions&quot; : [ { }, { } ],
+        &quot;options&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;createTime&quot; : 12345,
+        &quot;id&quot; : 12345,
+        &quot;updatedBy&quot; : &quot;...&quot;,
+        &quot;version&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;updateTime&quot; : 12345,
+        &quot;isEnabled&quot; : true
+      } ],
+      &quot;resources&quot; : [ {
+        &quot;property1&quot; : [ ],
+        &quot;property2&quot; : [ ]
+      }, {
+        &quot;property1&quot; : [ ],
+        &quot;property2&quot; : [ ]
+      } ],
+      &quot;policyDeltas&quot; : [ {
+        &quot;policy&quot; : { },
+        &quot;changeType&quot; : 12345,
+        &quot;policiesVersion&quot; : 12345,
+        &quot;id&quot; : 12345
+      }, {
+        &quot;policy&quot; : { },
+        &quot;changeType&quot; : 12345,
+        &quot;policiesVersion&quot; : 12345,
+        &quot;id&quot; : 12345
+      } ],
+      &quot;zoneName&quot; : &quot;...&quot;
+    }
   },
-  &quot;policyDeltas&quot; : [ {
-    &quot;id&quot; : 12345,
-    &quot;policy&quot; : {
-      &quot;policyItems&quot; : [ { }, { } ],
-      &quot;allowExceptions&quot; : [ { }, { } ],
-      &quot;service&quot; : &quot;...&quot;,
-      &quot;conditions&quot; : [ { }, { } ],
-      &quot;resourceSignature&quot; : &quot;...&quot;,
-      &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
-      &quot;resources&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;isDenyAllElse&quot; : true,
-      &quot;isAuditEnabled&quot; : true,
-      &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;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;isEnabled&quot; : true
-    },
-    &quot;changeType&quot; : 12345
-  }, {
-    &quot;id&quot; : 12345,
-    &quot;policy&quot; : {
-      &quot;policyItems&quot; : [ { }, { } ],
-      &quot;allowExceptions&quot; : [ { }, { } ],
-      &quot;service&quot; : &quot;...&quot;,
-      &quot;conditions&quot; : [ { }, { } ],
-      &quot;resourceSignature&quot; : &quot;...&quot;,
-      &quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;rowFilterPolicyItems&quot; : [ { }, { } ],
-      &quot;resources&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;isDenyAllElse&quot; : true,
-      &quot;isAuditEnabled&quot; : true,
-      &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;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;isEnabled&quot; : true
-    },
-    &quot;changeType&quot; : 12345
-  } ],
-  &quot;policyUpdateTime&quot; : 12345,
-  &quot;serviceName&quot; : &quot;...&quot;,
-  &quot;auditMode&quot; : &quot;...&quot;
+  &quot;serviceName&quot; : &quot;...&quot;
 }</pre>
 
         <footer class="footer">