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

Modified: ranger/site/trunk/apidocs/json_ServiceTags.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_ServiceTags.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_ServiceTags.html (original)
+++ ranger/site/trunk/apidocs/json_ServiceTags.html Fri Nov  5 18:32:04 2021
@@ -79,54 +79,72 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-tags" class="property-name">tags</span>
+          <td>  <span id="prop-serviceName" class="property-name">serviceName</span>
 </td>
-          <td>  <span class="datatype-reference">map of <a href="json_RangerTag.html">RangerTag</a>
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-serviceResources" class="property-name">serviceResources</span>
+          <td>  <span id="prop-tagUpdateTime" class="property-name">tagUpdateTime</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a href="json_RangerServiceResource.html">RangerServiceResource</a>
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-tagVersion" class="property-name">tagVersion</span>
+          <td>  <span id="prop-resourceToTagIds" class="property-name">resourceToTagIds</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference">map of array of number
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-serviceName" class="property-name">serviceName</span>
+          <td>  <span id="prop-tagDefinitions" class="property-name">tagDefinitions</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">map of <a href="json_RangerTagDef.html">RangerTagDef</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-resourceToTagIds" class="property-name">resourceToTagIds</span>
+          <td>  <span id="prop-isDelta" class="property-name">isDelta</span>
 </td>
-          <td>  <span class="datatype-reference">map of array of number
+          <td>  <span class="datatype-reference">boolean
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-tagDefinitions" class="property-name">tagDefinitions</span>
+          <td>  <span id="prop-tags" class="property-name">tags</span>
 </td>
-          <td>  <span class="datatype-reference">map of <a href="json_RangerTagDef.html">RangerTagDef</a>
+          <td>  <span class="datatype-reference">map of <a href="json_RangerTag.html">RangerTag</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-tagsChangeExtent" class="property-name">tagsChangeExtent</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_TagsChangeExtent.html">TagsChangeExtent</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-serviceResources" class="property-name">serviceResources</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_RangerServiceResource.html">RangerServiceResource</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -142,7 +160,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-tagUpdateTime" class="property-name">tagUpdateTime</span>
+          <td>  <span id="prop-tagVersion" class="property-name">tagVersion</span>
 </td>
           <td>  <span class="datatype-reference">number
 </span>
@@ -156,165 +174,177 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
+  &quot;serviceName&quot; : &quot;...&quot;,
+  &quot;tagUpdateTime&quot; : 12345,
+  &quot;resourceToTagIds&quot; : {
+    &quot;property1&quot; : [ 12345, 12345 ],
+    &quot;property2&quot; : [ 12345, 12345 ]
+  },
+  &quot;tagDefinitions&quot; : {
+    &quot;property1&quot; : {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;attributeDefs&quot; : [ {
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;type&quot; : &quot;...&quot;
+      }, {
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;type&quot; : &quot;...&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;property2&quot; : {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;attributeDefs&quot; : [ {
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;type&quot; : &quot;...&quot;
+      }, {
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;type&quot; : &quot;...&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;isDelta&quot; : true,
   &quot;tags&quot; : {
     &quot;property1&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
       &quot;validityPeriods&quot; : [ {
         &quot;recurrences&quot; : [ { }, { } ],
-        &quot;endTime&quot; : &quot;...&quot;,
         &quot;startTime&quot; : &quot;...&quot;,
-        &quot;timeZone&quot; : &quot;...&quot;
+        &quot;timeZone&quot; : &quot;...&quot;,
+        &quot;endTime&quot; : &quot;...&quot;
       }, {
         &quot;recurrences&quot; : [ { }, { } ],
-        &quot;endTime&quot; : &quot;...&quot;,
         &quot;startTime&quot; : &quot;...&quot;,
-        &quot;timeZone&quot; : &quot;...&quot;
+        &quot;timeZone&quot; : &quot;...&quot;,
+        &quot;endTime&quot; : &quot;...&quot;
       } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
       &quot;owner&quot; : 12345,
-      &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;property2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
       &quot;validityPeriods&quot; : [ {
         &quot;recurrences&quot; : [ { }, { } ],
-        &quot;endTime&quot; : &quot;...&quot;,
         &quot;startTime&quot; : &quot;...&quot;,
-        &quot;timeZone&quot; : &quot;...&quot;
+        &quot;timeZone&quot; : &quot;...&quot;,
+        &quot;endTime&quot; : &quot;...&quot;
       }, {
         &quot;recurrences&quot; : [ { }, { } ],
-        &quot;endTime&quot; : &quot;...&quot;,
         &quot;startTime&quot; : &quot;...&quot;,
-        &quot;timeZone&quot; : &quot;...&quot;
+        &quot;timeZone&quot; : &quot;...&quot;,
+        &quot;endTime&quot; : &quot;...&quot;
       } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : &quot;...&quot;,
         &quot;property2&quot; : &quot;...&quot;
       },
       &quot;owner&quot; : 12345,
-      &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;tagsChangeExtent&quot; : &quot;SERVICE_RESOURCE&quot;,
   &quot;serviceResources&quot; : [ {
-    &quot;resourceSignature&quot; : &quot;...&quot;,
     &quot;resourceElements&quot; : {
       &quot;property1&quot; : {
-        &quot;isExcludes&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isRecursive&quot; : true
+        &quot;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;additionalInfo&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;ownerUser&quot; : &quot;...&quot;,
     &quot;serviceName&quot; : &quot;...&quot;,
+    &quot;resourceSignature&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;resourceSignature&quot; : &quot;...&quot;,
     &quot;resourceElements&quot; : {
       &quot;property1&quot; : {
-        &quot;isExcludes&quot; : true,
         &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-        &quot;isRecursive&quot; : true
+        &quot;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;additionalInfo&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;ownerUser&quot; : &quot;...&quot;,
     &quot;serviceName&quot; : &quot;...&quot;,
+    &quot;resourceSignature&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;tagVersion&quot; : 12345,
-  &quot;serviceName&quot; : &quot;...&quot;,
-  &quot;resourceToTagIds&quot; : {
-    &quot;property1&quot; : [ 12345, 12345 ],
-    &quot;property2&quot; : [ 12345, 12345 ]
-  },
-  &quot;tagDefinitions&quot; : {
-    &quot;property1&quot; : {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;attributeDefs&quot; : [ {
-        &quot;type&quot; : &quot;...&quot;,
-        &quot;name&quot; : &quot;...&quot;
-      }, {
-        &quot;type&quot; : &quot;...&quot;,
-        &quot;name&quot; : &quot;...&quot;
-      } ],
-      &quot;source&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;property2&quot; : {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;attributeDefs&quot; : [ {
-        &quot;type&quot; : &quot;...&quot;,
-        &quot;name&quot; : &quot;...&quot;
-      }, {
-        &quot;type&quot; : &quot;...&quot;,
-        &quot;name&quot; : &quot;...&quot;
-      } ],
-      &quot;source&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;op&quot; : &quot;...&quot;,
-  &quot;tagUpdateTime&quot; : 12345
+  &quot;tagVersion&quot; : 12345
 }</pre>
 
         <footer class="footer">

Added: ranger/site/trunk/apidocs/json_StoredServiceResource.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_StoredServiceResource.html?rev=1894763&view=auto
==============================================================================
--- ranger/site/trunk/apidocs/json_StoredServiceResource.html (added)
+++ ranger/site/trunk/apidocs/json_StoredServiceResource.html Fri Nov  5 18:32:04 2021
@@ -0,0 +1,164 @@
+<!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: StoredServiceResource</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: StoredServiceResource</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_StoredServiceResource.html">StoredServiceResource</a></li>
+        </ol>
+
+      <h1 class="page-header">StoredServiceResource <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-ownerName" class="property-name">ownerName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-resourceElements" class="property-name">resourceElements</span>
+</td>
+          <td>  <span class="datatype-reference">map of <a href="json_RangerPolicyResource.html">RangerPolicyResource</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-additionalInfo" class="property-name">additionalInfo</span>
+</td>
+          <td>  <span class="datatype-reference">map of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;ownerName&quot; : &quot;...&quot;,
+  &quot;resourceElements&quot; : {
+    &quot;property1&quot; : {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;isRecursive&quot; : true,
+      &quot;isExcludes&quot; : true
+    },
+    &quot;property2&quot; : {
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;isRecursive&quot; : true,
+      &quot;isExcludes&quot; : true
+    }
+  },
+  &quot;additionalInfo&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  }
+}</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_TagPolicies.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_TagPolicies.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_TagPolicies.html (original)
+++ ranger/site/trunk/apidocs/json_TagPolicies.html Fri Nov  5 18:32:04 2021
@@ -79,43 +79,43 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span id="prop-auditMode" class="property-name">auditMode</span>
+          <td>  <span id="prop-policyUpdateTime" class="property-name">policyUpdateTime</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-policyUpdateTime" class="property-name">policyUpdateTime</span>
+          <td>  <span id="prop-serviceConfig" class="property-name">serviceConfig</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference">map of string
 </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-policyVersion" class="property-name">policyVersion</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a href="json_RangerPolicy.html">RangerPolicy</a>
+          <td>  <span class="datatype-reference">number
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-serviceDef" class="property-name">serviceDef</span>
+          <td>  <span id="prop-auditMode" class="property-name">auditMode</span>
 </td>
-          <td>  <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a>
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-policyVersion" class="property-name">policyVersion</span>
+          <td>  <span id="prop-serviceId" class="property-name">serviceId</span>
 </td>
           <td>  <span class="datatype-reference">number
 </span>
@@ -133,9 +133,18 @@
 </td>
         </tr>
         <tr>
-          <td>  <span id="prop-serviceId" class="property-name">serviceId</span>
+          <td>  <span id="prop-serviceDef" class="property-name">serviceDef</span>
 </td>
-          <td>  <span class="datatype-reference">number
+          <td>  <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-policies" class="property-name">policies</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_RangerPolicy.html">RangerPolicy</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -147,493 +156,498 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;auditMode&quot; : &quot;...&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;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;
+    }, {
+      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;itemId&quot; : 12345,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;
+    } ],
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;rbKeyLabel&quot; : &quot;...&quot;,
+    &quot;dataMaskDef&quot; : {
+      &quot;maskTypes&quot; : [ { }, { } ],
+      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;resources&quot; : [ { }, { } ]
+    },
+    &quot;resources&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;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;name&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &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;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;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;name&quot; : &quot;...&quot;,
+      &quot;rbKeyLabel&quot; : &quot;...&quot;,
+      &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;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;rowFilterDef&quot; : {
+      &quot;accessTypes&quot; : [ { }, { } ],
+      &quot;resources&quot; : [ { }, { } ]
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;policyConditions&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;validationMessage&quot; : &quot;...&quot;,
+      &quot;evaluator&quot; : &quot;...&quot;,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&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;validationMessage&quot; : &quot;...&quot;,
+      &quot;evaluator&quot; : &quot;...&quot;,
+      &quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
+      &quot;rbKeyDescription&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;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;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;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;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;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;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;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;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;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;delegateAdmin&quot; : true,
+      &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;conditions&quot; : [ { }, { } ],
+      &quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
     } ],
-    &quot;rbKeyLabel&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;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;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;excludesSupported&quot; : true,
-      &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;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;validationMessage&quot; : &quot;...&quot;,
-      &quot;excludesSupported&quot; : true,
-      &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;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;dataMaskDef&quot; : {
-      &quot;accessTypes&quot; : [ { }, { } ],
-      &quot;resources&quot; : [ { }, { } ],
-      &quot;maskTypes&quot; : [ { }, { } ]
-    },
-    &quot;policyConditions&quot; : [ {
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &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;label&quot; : &quot;...&quot;,
-      &quot;itemId&quot; : 12345,
-      &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;label&quot; : &quot;...&quot;,
-    &quot;accessTypes&quot; : [ {
-      &quot;label&quot; : &quot;...&quot;,
-      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;itemId&quot; : 12345,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &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;label&quot; : &quot;...&quot;,
-      &quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;itemId&quot; : 12345,
-      &quot;rbKeyLabel&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;
+      &quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;type&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;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;serviceName&quot; : &quot;...&quot;,
-  &quot;serviceId&quot; : 12345
+  } ]
 }</pre>
 
         <footer class="footer">

Added: ranger/site/trunk/apidocs/json_TagsChangeExtent.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_TagsChangeExtent.html?rev=1894763&view=auto
==============================================================================
--- ranger/site/trunk/apidocs/json_TagsChangeExtent.html (added)
+++ ranger/site/trunk/apidocs/json_TagsChangeExtent.html Fri Nov  5 18:32:04 2021
@@ -0,0 +1,135 @@
+<!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: TagsChangeExtent</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: TagsChangeExtent</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><a href="#NONE"><abbr title="NONE"><span class="sideoverflow">NONE</span></abbr></a></li>
+          <li><a href="#TAGS"><abbr title="TAGS"><span class="sideoverflow">TAGS</span></abbr></a></li>
+          <li><a href="#SERVICE_RESOURCE"><abbr title="SERVICE_RESOURCE"><span class="sideoverflow">SERVICE_RESOURCE</span></abbr></a></li>
+          <li><a href="#ALL"><abbr title="ALL"><span class="sideoverflow">ALL</span></abbr></a></li>
+          <li class="divider"></li>
+          <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_TagsChangeExtent.html">TagsChangeExtent</a></li>
+        </ol>
+
+      <h1 class="page-header">TagsChangeExtent <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="NONE">NONE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="TAGS">TAGS</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="SERVICE_RESOURCE">SERVICE_RESOURCE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ALL">ALL</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <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>

Added: ranger/site/trunk/apidocs/json_UserInfo.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_UserInfo.html?rev=1894763&view=auto
==============================================================================
--- ranger/site/trunk/apidocs/json_UserInfo.html (added)
+++ ranger/site/trunk/apidocs/json_UserInfo.html Fri Nov  5 18:32:04 2021
@@ -0,0 +1,224 @@
+<!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: UserInfo</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: UserInfo</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_UserInfo.html">UserInfo</a></li>
+        </ol>
+
+      <h1 class="page-header">UserInfo <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-description" class="property-name">description</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-groups" class="property-name">groups</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-name" class="property-name">name</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-otherAttributes" class="property-name">otherAttributes</span>
+</td>
+          <td>  <span class="datatype-reference">map of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_RangerBaseModelObject.html">RangerBaseModelObject</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">createTime</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">id</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updatedBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">version</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createdBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updateTime</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">isEnabled</span></td>
+          <td><span class="datatype-reference">boolean
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;otherAttributes&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;createdBy&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;isEnabled&quot; : true
+}</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>

Added: ranger/site/trunk/apidocs/json_UsersGroupRoleAssignments.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_UsersGroupRoleAssignments.html?rev=1894763&view=auto
==============================================================================
--- ranger/site/trunk/apidocs/json_UsersGroupRoleAssignments.html (added)
+++ ranger/site/trunk/apidocs/json_UsersGroupRoleAssignments.html Fri Nov  5 18:32:04 2021
@@ -0,0 +1,156 @@
+<!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: UsersGroupRoleAssignments</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: UsersGroupRoleAssignments</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_UsersGroupRoleAssignments.html">UsersGroupRoleAssignments</a></li>
+        </ol>
+
+      <h1 class="page-header">UsersGroupRoleAssignments <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-userRoleAssignments" class="property-name">userRoleAssignments</span>
+</td>
+          <td>  <span class="datatype-reference">map of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-groupRoleAssignments" class="property-name">groupRoleAssignments</span>
+</td>
+          <td>  <span class="datatype-reference">map of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-users" class="property-name">users</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;userRoleAssignments&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;groupRoleAssignments&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+}</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_VXAccessAudit.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_VXAccessAudit.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_VXAccessAudit.html (original)
+++ ranger/site/trunk/apidocs/json_VXAccessAudit.html Fri Nov  5 18:32:04 2021
@@ -160,6 +160,15 @@
 </td>
         </tr>
         <tr>
+          <td>  <span id="prop-repoDisplayName" class="property-name">repoDisplayName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description">Returns the value for the member attribute <b>repoDisplayName</b></span>
+</td>
+        </tr>
+        <tr>
           <td>  <span id="prop-repoType" class="property-name">repoType</span>
 </td>
           <td>  <span class="datatype-reference">number
@@ -178,6 +187,15 @@
 </td>
         </tr>
         <tr>
+          <td>  <span id="prop-serviceTypeDisplayName" class="property-name">serviceTypeDisplayName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
           <td>  <span id="prop-resultReason" class="property-name">resultReason</span>
 </td>
           <td>  <span class="datatype-reference">string
@@ -330,6 +348,15 @@
           <td>  <span class="property-description"></span>
 </td>
         </tr>
+        <tr>
+          <td>  <span id="prop-eventId" class="property-name">eventId</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
         </tbody>
         <tr>
           <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_VXDataObject.html">VXDataObject</a></h5></td>
@@ -386,8 +413,10 @@
   &quot;clientType&quot; : &quot;...&quot;,
   &quot;policyId&quot; : 12345,
   &quot;repoName&quot; : &quot;...&quot;,
+  &quot;repoDisplayName&quot; : &quot;...&quot;,
   &quot;repoType&quot; : 12345,
   &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;serviceTypeDisplayName&quot; : &quot;...&quot;,
   &quot;resultReason&quot; : &quot;...&quot;,
   &quot;sessionId&quot; : &quot;...&quot;,
   &quot;eventTime&quot; : 12345,
@@ -405,6 +434,7 @@
   &quot;zoneName&quot; : &quot;...&quot;,
   &quot;agentHost&quot; : &quot;...&quot;,
   &quot;policyVersion&quot; : 12345,
+  &quot;eventId&quot; : &quot;...&quot;,
   &quot;id&quot; : 12345,
   &quot;createDate&quot; : 12345,
   &quot;updateDate&quot; : 12345,

Modified: ranger/site/trunk/apidocs/json_VXAccessAuditList.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_VXAccessAuditList.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_VXAccessAuditList.html (original)
+++ ranger/site/trunk/apidocs/json_VXAccessAuditList.html Fri Nov  5 18:32:04 2021
@@ -156,8 +156,10 @@
     &quot;clientType&quot; : &quot;...&quot;,
     &quot;policyId&quot; : 12345,
     &quot;repoName&quot; : &quot;...&quot;,
+    &quot;repoDisplayName&quot; : &quot;...&quot;,
     &quot;repoType&quot; : 12345,
     &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;serviceTypeDisplayName&quot; : &quot;...&quot;,
     &quot;resultReason&quot; : &quot;...&quot;,
     &quot;sessionId&quot; : &quot;...&quot;,
     &quot;eventTime&quot; : 12345,
@@ -175,6 +177,7 @@
     &quot;zoneName&quot; : &quot;...&quot;,
     &quot;agentHost&quot; : &quot;...&quot;,
     &quot;policyVersion&quot; : 12345,
+    &quot;eventId&quot; : &quot;...&quot;,
     &quot;id&quot; : 12345,
     &quot;createDate&quot; : 12345,
     &quot;updateDate&quot; : 12345,
@@ -190,8 +193,10 @@
     &quot;clientType&quot; : &quot;...&quot;,
     &quot;policyId&quot; : 12345,
     &quot;repoName&quot; : &quot;...&quot;,
+    &quot;repoDisplayName&quot; : &quot;...&quot;,
     &quot;repoType&quot; : 12345,
     &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;serviceTypeDisplayName&quot; : &quot;...&quot;,
     &quot;resultReason&quot; : &quot;...&quot;,
     &quot;sessionId&quot; : &quot;...&quot;,
     &quot;eventTime&quot; : 12345,
@@ -209,6 +214,7 @@
     &quot;zoneName&quot; : &quot;...&quot;,
     &quot;agentHost&quot; : &quot;...&quot;,
     &quot;policyVersion&quot; : 12345,
+    &quot;eventId&quot; : &quot;...&quot;,
     &quot;id&quot; : 12345,
     &quot;createDate&quot; : 12345,
     &quot;updateDate&quot; : 12345,

Modified: ranger/site/trunk/apidocs/json_VXFileSyncSourceInfo.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_VXFileSyncSourceInfo.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_VXFileSyncSourceInfo.html (original)
+++ ranger/site/trunk/apidocs/json_VXFileSyncSourceInfo.html Fri Nov  5 18:32:04 2021
@@ -123,6 +123,24 @@
           <td>  <span class="property-description"></span>
 </td>
         </tr>
+        <tr>
+          <td>  <span id="prop-totalUsersDeleted" class="property-name">totalUsersDeleted</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-totalGroupsDeleted" class="property-name">totalGroupsDeleted</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
         </tbody>
       </table>
 
@@ -133,7 +151,9 @@
   &quot;syncTime&quot; : &quot;...&quot;,
   &quot;lastModified&quot; : &quot;...&quot;,
   &quot;totalUsersSynced&quot; : 12345,
-  &quot;totalGroupsSynced&quot; : 12345
+  &quot;totalGroupsSynced&quot; : 12345,
+  &quot;totalUsersDeleted&quot; : 12345,
+  &quot;totalGroupsDeleted&quot; : 12345
 }</pre>
 
         <footer class="footer">

Modified: ranger/site/trunk/apidocs/json_VXGroup.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_VXGroup.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_VXGroup.html (original)
+++ ranger/site/trunk/apidocs/json_VXGroup.html Fri Nov  5 18:32:04 2021
@@ -141,6 +141,24 @@
           <td>  <span class="property-description"></span>
 </td>
         </tr>
+        <tr>
+          <td>  <span id="prop-otherAttributes" class="property-name">otherAttributes</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-syncSource" class="property-name">syncSource</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
         </tbody>
         <tr>
           <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_VXDataObject.html">VXDataObject</a></h5></td>
@@ -195,6 +213,8 @@
   &quot;isVisible&quot; : 12345,
   &quot;myClassType&quot; : 12345,
   &quot;groupSource&quot; : 12345,
+  &quot;otherAttributes&quot; : &quot;...&quot;,
+  &quot;syncSource&quot; : &quot;...&quot;,
   &quot;id&quot; : 12345,
   &quot;createDate&quot; : 12345,
   &quot;updateDate&quot; : 12345,

Modified: ranger/site/trunk/apidocs/json_VXGroupList.html
URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_VXGroupList.html?rev=1894763&r1=1894762&r2=1894763&view=diff
==============================================================================
--- ranger/site/trunk/apidocs/json_VXGroupList.html (original)
+++ ranger/site/trunk/apidocs/json_VXGroupList.html Fri Nov  5 18:32:04 2021
@@ -154,6 +154,8 @@
     &quot;isVisible&quot; : 12345,
     &quot;myClassType&quot; : 12345,
     &quot;groupSource&quot; : 12345,
+    &quot;otherAttributes&quot; : &quot;...&quot;,
+    &quot;syncSource&quot; : &quot;...&quot;,
     &quot;id&quot; : 12345,
     &quot;createDate&quot; : 12345,
     &quot;updateDate&quot; : 12345,
@@ -167,6 +169,8 @@
     &quot;isVisible&quot; : 12345,
     &quot;myClassType&quot; : 12345,
     &quot;groupSource&quot; : 12345,
+    &quot;otherAttributes&quot; : &quot;...&quot;,
+    &quot;syncSource&quot; : &quot;...&quot;,
     &quot;id&quot; : 12345,
     &quot;createDate&quot; : 12345,
     &quot;updateDate&quot; : 12345,