{"info":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","description":"<html><head></head><body><p>This Collection provides the details of the supported methods for the Saviynt Enterprise Identity Cloud (EIC) <strong>v24.9 Early Access</strong>.</p>\n<p>.</p>\n<p><em><strong>Previous Versions</strong></em></p>\n<p><strong>v24.8</strong></p>\n<p><a href=\"https://documenter.getpostman.com/view/36611902/2sAXxV6APE\">https://documenter.getpostman.com/view/36611902/2sAXxV6APE</a></p>\n<p><strong>v24.7</strong></p>\n<p><a href=\"https://documenter.getpostman.com/view/36611902/2sAXxV6AY2\">https://documenter.getpostman.com/view/36611902/2sAXxV6AY2</a></p>\n<p><strong>v24.6</strong></p>\n<p><a href=\"https://documenter.getpostman.com/view/36611902/2sAXxV6AY5\">https://documenter.getpostman.com/view/36611902/2sAXxV6AY5</a></p>\n<p><strong>v24.5</strong></p>\n<p><a href=\"https://documenter.getpostman.com/view/23971061/2sAYBRFZee\">https://documenter.getpostman.com/view/23971061/2sAYBRFZee</a></p>\n<p><strong>v24.4</strong></p>\n<p><a href=\"https://documenter.getpostman.com/view/23973797/2sA35K1fUa\">https://documenter.getpostman.com/view/23973797/2sA35K1fUa</a></p>\n<p><strong>v24.3</strong></p>\n<p><a href=\"https://documenter.getpostman.com/view/23973797/2sA2xe4u5R\">https://documenter.getpostman.com/view/23973797/2sA2xe4u5R</a></p>\n<p><strong>v24.2</strong></p>\n<p><a href=\"https://documenter.getpostman.com/view/23973797/2s9Yyy8JLo\">https://documenter.getpostman.com/view/23973797/2s9Yyy8JLo</a></p>\n<p><strong>v24.1</strong></p>\n<p><a href=\"https://documenter.getpostman.com/view/23973797/2s9YsM9qgX\">https://documenter.getpostman.com/view/23973797/2s9YsM9qgX</a></p>\n<p><strong>v23.12:</strong></p>\n<p><a href=\"https://documenter.getpostman.com/view/23973797/2s9Ykhh4VH\">https://documenter.getpostman.com/view/23973797/2s9Ykhh4VH</a></p>\n<p>The EIC APIs are versioned APIs. Any updates to a version are considered non-breaking to ensure the integration do not break. Breaking changes such as an addition of a new required field will be released as a new version of the API.</p>\n<p><em><strong>Syntax used in the API URLs:</strong></em></p>\n<p><code>{{url}}/ECM/{{path}}/apiName</code></p>\n<p><em><strong>Set the variables to match your EIC environment</strong></em></p>\n<ul>\n<li><p><code>{{url}}</code>: Enter the EIC application URL in the following format: <a href=\"https://SUBDOMAIN.saviyntcloud.com\"><b>https://SUBDOMAIN.saviyntcloud.com</b></a><br>  For example: <a href=\"https://myorg.saviyntcloud.com\">https://myorg.saviyntcloud.com</a></p>\n</li>\n<li><p><code>{{path}}</code>: Enter <code>api/v5</code>.</p>\n</li>\n</ul>\n<p><em><strong>Note:</strong></em></p>\n<ul>\n<li><p>If Content-Type in the response header needs to be overriden, add an entry in configuration table in database with name as 'api.v5.response.contenttype' and configdata as any valid content-type (application/json, application/xml etc.)</p>\n</li>\n<li><p>The Web Application Firewall (WAF) limit for Saviynt EIC is 5000/IP/5minutes. This limit ensures that the network traffic communicating with EIC is legitimate, and enhances security.</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"36611902","collectionId":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","publishedId":"2sAXqs8i1u","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-20T09:30:05.000Z"},"item":[{"name":"1.0 Authentication","item":[{"name":"Get Authorization Token","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"64b79d28-1559-4be4-9003-7f52564ba7cd"}}],"id":"89472f4d-fc71-4c49-b245-5a61c9f6c072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"\",\r\n    \"password\": \"\"\r\n}"},"url":"{{url}}/ECM/api/login","description":"<p>The <code>Bearer Authentication scheme</code> is dedicated to token authentication and is described by <a href=\"https://\">RFC6750</a>. Even if this scheme comes from an OAuth2 specification, you can still use it to exchange tokens between a client and a server.</p>\n<p>The API requires the HTTP authentication scheme <code>Bearer</code> for authentication. All requests must have a valid <code>Token</code> specified in the HTTP Authorization header with the <code>Bearer</code> scheme.</p>\n<p><strong>Mandatory Parameters</strong></p>\n<ul>\n<li><p><code>username</code>: Specify the user name to log in to Saviynt Enterprise Identity Cloud (EIC).</p>\n</li>\n<li><p><code>password</code>: Specify the password to log in to EIC.</p>\n</li>\n</ul>\n<p>A POST request, in which the <code>username</code> and <code>password</code> are passed in JSON text in the body, will return a <code>Token</code> in the response, which can be passed in a header variable for subsequent requests.</p>\n<p><strong>Note</strong>: Starting with Release v24.1, you can now use the Basic Auth (basic authentication) method to authenticate the Login API (<strong>/api/login</strong>). To do so, select <strong>Basic Auth</strong> from the <strong>Type</strong> drop-down list on the <strong>Authorization</strong> tab and enter your login credentials in the <strong>Username</strong> and <strong>Password</strong> fields.</p>\n<p><strong>Refresh Token Properties</strong></p>\n<p>Starting with Release v24.8, you can manage the following refresh token properties from the <strong>externalconfig.properties</strong> file on the <strong>Configuration Files</strong> page (<strong>Admin &gt; Settings &gt; Configuration Files</strong>).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>grails.plugin.springsecurity.rest.token.storage.jwt.expiration</code></td>\n<td>Specify the time after which the access token expires.</td>\n</tr>\n<tr>\n<td><code>grails.plugin.springsecurity.rest.refreshtoken.storage.jwt.expiration</code></td>\n<td>Specify the time after which the refresh token expires. The refresh token expires after the specified interval and can no longer be used to get a new access token.</td>\n</tr>\n<tr>\n<td><code>grails.plugin.springsecurity.rest.refreshtoken.new</code></td>\n<td>Specify <code>true</code> to generate a new token after the refresh token expires.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information about updating the <strong>externalconfig.properties</strong> file, see <a href=\"https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter06-EIC-Configurations/Managing-Configuration-Files.htm\">Managing Configuration Files</a> in the <em>Enterprise Identity Cloud Administration Guide</em>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","api","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ca60b473-c130-4f67-9d6d-6b4ba33e6324","name":"Get Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"2167","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"The mime type of this content"},{"key":"Date","value":"Fri, 17 Aug 2018 22:21:22 GMT","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache-Coyote/1.1","description":"A name for the server"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"58A49B9FD27B04268096AD97BC3608FF","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"1288a01a-0b90-4d9e-83b4-cbc66ba918be","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n  \"username\": \"admin\",\n  \"roles\": [\n    \"ROLE_ADMIN\"\n  ],\n  \"token_type\": \"Bearer\",\n  \"access_token\": \"oNlw....................DDTSlpzd5bwLh28nexpY\",\n  \"expires_in\": 3600,\n  \"refresh_token\": \"eyJhbGciOiJIUzI1NiJ9..............Gs0s4XI\"\n}"}],"_postman_id":"89472f4d-fc71-4c49-b245-5a61c9f6c072"},{"name":"Refresh Authorization Token","id":"18b0ae65-4ea4-4c48-a612-f15aaf8f08ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"************","type":"text"}]},"url":"{{url}}/ECM/oauth/access_token","description":"<p>Saviynt Enterprise Identity Cloud (EIC) supports OAuth2.0. OAuth 2.0 is the industry-standard protocol for authorization. OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications. For more information, see <a href=\"https://oauth.net/2/\">OAuth 2.0 documentation</a>.</p>\n<p><strong>Note</strong><em><strong>:</strong></em> Refresh tokens are long-lived tokens. However, they can be invalidated at any time, and your application must be designed to handle a refresh token invalidation gracefully. This can be done by obtaining a new access or refresh token using your login credentials, either interactively with user input or programmatically without explicit user action.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","oauth","access_token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"537c9f45-58e9-4200-ba22-a2e50cc03029","name":"Refresh Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"************","type":"text"}]},"url":"{{url}}/ECM/oauth/access_token","description":"Saviynt Enterprise Identity Cloud (EIC) supports OAuth2.0 . OAuth 2.0 is the industry-standard protocol for authorization. OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications. For more information refer link below.\n\n**Note**_**:**_ If grails.plugin.springsecurity.rest.refreshtoken.storage.jwt.expiration is set to some value in Config.groovy, refresh token will expire based on this config in api/login api. This will generate a new refresh token if another config - grails.plugin.springsecurity.rest.refreshtoken.new is set to true in Config.groovy. For blank or null, it will return the same Refresh token as passed in oauth/access_token api\n\n[OAuth 2.0 documentation](https://oauth.net/2/)"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 20 Aug 2018 17:49:19 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"58A49B9FD27B04268096AD97BC3608FF","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"1288a01a-0b90-4d9e-83b4-cbc66ba918be","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"username\": \"admin\",\n    \"roles\": [\n        \"ROLE_ADMIN\"\n    ],\n    \"token_type\": \"Bearer\",\n    \"access_token\": \"newaccesstoken\",\n    \"expires_in\": 1800,\n    \"refresh_token\": \"\"\n}"}],"_postman_id":"18b0ae65-4ea4-4c48-a612-f15aaf8f08ea"}],"id":"a8967a5d-777d-4bc5-b8e5-9eb098629f0d","_postman_id":"a8967a5d-777d-4bc5-b8e5-9eb098629f0d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"2.0 Identity Administration","item":[{"name":"Users","item":[{"name":"Create User","id":"56c18d64-36fb-4a79-8d3f-23a37a973ee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\"username\":\"johndoe\",\n\"firstname\":\"myfirstname\",\n\"startdate\":\"10-18-2018\",\n\"enddate\":\"10-11-2019\",\n\"statuskey\":\"1\",\n\"passwordExpired\":\"true\",\n\"enabled\": \"true\",\n\"accountExpired\":\"true\",\n\"accountLocked\":\"false\",\n\"allowpastdate\":\"true\"\n}"},"url":"{{url}}/ECM/{{path}}/createUser","description":"<p>Use this API to onboard or create a new user.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional Parameters:</p>\n<p><code>validateagainstpolicy</code> - Values: Y/N, default is Y. Checks for the password policy,</p>\n<p><code>statuskey</code> - Values:1/0, 0 - Inactive, 1 - Active (default),</p>\n<p><code>allowpastdate</code> - true / false (default). If true, allows startdate to be less than current date,</p>\n<p><code>User params</code> like<br />username,<br />firstname,<br />preferedFirstName,<br />lastname,<br />middlename,<br />street,<br />city,<br />comments,<br />statuskey,<br />startdate(MM-dd-yyyy),<br />enddate(MM-dd-yyyy),<br />manager (manager username),<br />password,<br />location,<br />jobCode,<br />jobDescription,<br />employeeType,<br />departmentNumber,<br />title,<br />state,<br />companyname,<br />costcenter,<br />departmentname,<br />employeeclass,<br />entity,<br />jobcodedesc,<br />locationdesc,<br />locationnumber,<br />siteid,<br />orgunitid,<br />region,<br />regioncode,<br />owner,<br />employeeid,<br />lastsyncdate,<br />createdate,<br />email,<br />phonenumber,<br />job_function,<br />country,<br />displayname,<br />enabled(can be \"1\"/\"true\" or \"0\"/\"false\"),<br />passwordExpired(can be \"1\"/\"true\" or \"0\"/\"false\"),<br />accountExpired(can be \"1\"/\"true\" or \"0\"/\"false\"),<br />accountLocked(can be \"1\"/\"true\" or \"0\"/\"false\"),<br />secondaryManager,<br />createdBy,<br />termDate,<br />vendorManager,<br />secondaryPhone,<br />secondaryEmail,<br />customproperty&lt;1-50&gt;,<br />hcp&lt;1-5&gt;,<br />ecp&lt;1-5&gt;,<br />customer(pass the organization name),</p>\n<p><code>securityQuestions</code> -</p>\n<p>Example:<br />\"securityQuestions\":[<br />{<br />\"securityQuestion\":\"What is your first Pet's name?\",<br />\"securityAnswer\":\"kitty\"<br />},<br />{<br />\"securityQuestion\":\"What is your favorite food?\",<br />\"securityAnswer\":\"food\"<br />}<br />],</p>\n<p><code>checkrules</code> - true/ false (default : true), if true, then rules will be evaluated immediately, if false rules will be evaluated by a job. If checkrulesforapi configuration(true/false/null) is set in the configuration table, then it will take precendence over checkrules parameter.</p>\n<p><code>inlineruleevaluation</code> - true/ false (default is true), if true then rules will be evaluated immediately, if false rules will be evaluated by a job.</p>\n<p><em><strong>Note</strong></em> - CreateUser API will not invoke workflow based on the <em><strong>User Modification Workflow</strong></em> configuration. Please use createUserRequest API instead.</p>\n<p><em><strong>Note</strong></em> - Both <code>checkrules</code> and <code>inlineruleevaluation</code> need to be set as true for the user update rules to be evaluated immediately.</p>\n<p><code>batchidentifier</code> - When inlineruleevaluation=false, this Rule Run Unique Identifier can be set and user update rules can be processed later by calling /api/processrules API</p>\n<p><em><strong>It's highly recommended to pass inlineruleevaluation:\"false\" for bulk load and call processrules api to evaluate and run the rules after the load is done.</strong></em></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"62c4e14a-9199-4a00-be4e-4a4a84530516","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\"username\":\"johndoe\",\n\"firstname\":\"myfirstname\",\n\"startdate\":\"10-18-2018\",\n\"enddate\":\"10-11-2019\",\n\"statuskey\":\"1\",\n\"passwordExpired\":\"true\",\n\"enabled\": \"true\",\n\"accountExpired\":\"true\",\n\"accountLocked\":\"false\",\n\"allowpastdate\":\"true\"\n}"},"url":"{{url}}/ECM/{{path}}/createUser","description":"This API onboard or create a new user.\n\nThe `Authorization` must have `Bearer` followed by `Token`.\n\nOptional Parameters:\n\n`validateagainstpolicy` - Values: Y/N, default is Y. Checks for the password policy,\n\n`statuskey` - Values:1/0, 0 - Inactive, 1 - Active (default),\n\n`allowpastdate` - true / false (default). If true, allows startdate to be less than current date,\n\n`User params` like  \nusername,  \nfirstname,  \npreferedFirstName,  \nlastname,  \nmiddlename,  \nstreet,  \ncity,  \ncomments,  \nstatuskey,  \nstartdate(MM-dd-yyyy),  \nenddate(MM-dd-yyyy),  \nmanager (manager username),  \npassword,  \nlocation,  \njobCode,  \njobDescription,  \nemployeeType,  \ndepartmentNumber,  \ntitle,  \nstate,  \ncompanyname,  \ncostcenter,  \ndepartmentname,  \nemployeeclass,  \nentity,  \njobcodedesc,  \nlocationdesc,  \nlocationnumber,  \nsiteid,  \norgunitid,  \nregion,  \nregioncode,  \nowner,  \nemployeeid,  \nlastsyncdate,  \ncreatedate,  \nemail,  \nphonenumber,  \njob_function,  \ncountry,  \ndisplayname,  \nenabled(can be \"1\"/\"true\" or \"0\"/\"false\"),  \npasswordExpired(can be \"1\"/\"true\" or \"0\"/\"false\"),  \naccountExpired(can be \"1\"/\"true\" or \"0\"/\"false\"),  \naccountLocked(can be \"1\"/\"true\" or \"0\"/\"false\"),  \nsecondaryManager,  \ncreatedBy,  \ntermDate,  \nvendorManager,  \nsecondaryPhone,  \nsecondaryEmail,  \ncustomproperty<1-50>,  \nhcp<1-5>,  \necp<1-5>,  \ncustomer(pass the organization name),\n\n`securityQuestions` -\n\nExample:  \n\"securityQuestions\":\\[  \n{  \n\"securityQuestion\":\"What is your first Pet's name?\",  \n\"securityAnswer\":\"kitty\"  \n},  \n{  \n\"securityQuestion\":\"What is your favorite food?\",  \n\"securityAnswer\":\"food\"  \n}  \n\\],\n\n`checkrules` - true/ false (default : true), if true, then rules will be evaluated immediately, if false rules will be evaluated by a job. If checkrulesforapi configuration(true/false/null) is set in the configuration table, then it will take precendence over checkrules parameter.\n\n`inlineruleevaluation` - true/ false (default is true), if true then rules will be evaluated immediately, if false rules will be evaluated by a job.\n\n_**Note**_ - CreateUser API will not invoke workflow based on the _**User Modification Workflow**_ configuration. Please use createUserRequest API instead.\n\n_**Note**_ - Both `checkrules` and `inlineruleevaluation` need to be set as true for the user update rules to be evaluated immediately.\n\n`batchidentifier` - When inlineruleevaluation=false, this Rule Run Unique Identifier can be set and user update rules can be processed later by calling /api/processrules API\n\n_**It's highly recommended to pass inlineruleevaluation:\"false\" for bulk load and call processrules api to evaluate and run the rules after the load is done.**_"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sat, 11 Aug 2018 00:50:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=efce7cb9-bea7-455f-9d19-545da8092b72; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"3E51BBD374A6BE5267D929A97E040981","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"efce7cb9-bea7-455f-9d19-545da8092b72","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"errorCode\": \"0\",\n    \"message\": \" Users created with username johndoe \"\n}"}],"_postman_id":"56c18d64-36fb-4a79-8d3f-23a37a973ee5"},{"name":"Update User","id":"8689fe38-c75f-48a0-b6b7-e48c0361cebb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"propertytosearch\": \"lastname\",\n    \"firstname\": \"John\",\n    \"preferedFirstName\": \"RoboID111111\",\n    \"lastname\": \"Chipchase\",\n    \"middlename\": \"kumar\",\n    \"email\" : \"test@sav.com\",\n    \"employeeType\": \"RobotID11111\",\n    \"jobcodedesc\": \"QA\",\n    \"manager\": \"admin\",\n    \"statuskey\": \"1\",\n    \"customproperty1\" : \"customized value\"\n}"},"url":"{{url}}/ECM/{{path}}/updateUser","description":"<p>This method updates a specific \"user\" record in EIC, based on the input parameter <code>username</code> of the relevant user.</p>\n<p>All the input parameters it requires are attributes which could be updated for the relevant user record. The attributes which are supplied with valid values as input to the method, will get updated, if the operation is successfully executed.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>username</code></p>\n<p><em><strong>OR</strong></em></p>\n<p><code>propertytosearch</code></p>\n<p><em><strong>Note</strong></em> - If both params are passed, propertytosearch will take precedence.</p>\n<p>Optional params:</p>\n<p><code>validateagainstpolicy</code> - Values: Y/N, default is Y. Checks for the password policy,</p>\n<p><code>allowpastdate</code> - true / false (default). If true, allows startdate to be less than current date,</p>\n<p><code>statuskey</code> - Values:1/0, 0 - Inactive, 1 - Active,</p>\n<p><code>updatedusername</code> - update username,</p>\n<p><code>User params</code> like<br />firstname,<br />preferedFirstName,<br />lastname,<br />middlename,<br />street,<br />city,<br />comments,<br />statuskey,<br />startdate(MM-dd-yyyy),<br />enddate(MM-dd-yyyy),<br />manager (manager username),<br />password,<br />location,<br />jobCode,<br />jobDescription,<br />employeeType,<br />systemUserName,<br />departmentNumber,<br />title,<br />state,<br />companyname,<br />costcenter,<br />departmentname,<br />employeeclass,<br />entity,<br />jobcodedesc,<br />locationdesc,<br />locationnumber,<br />siteid,<br />orgunitid,<br />region,<br />regioncode,<br />owner,<br />employeeid,<br />lastsyncdate,<br />createdate,<br />email,<br />phonenumber,<br />job_function,<br />country,<br />displayname,<br />enabled(can be \"1\"/\"true\" or \"0\"/\"false\"),<br />passwordExpired(can be \"1\"/\"true\" or \"0\"/\"false\"),<br />accountExpired(can be \"1\"/\"true\" or \"0\"/\"false\"),<br />accountLocked(can be \"1\"/\"true\" or \"0\"/\"false\"),<br />secondaryManager,<br />createdBy,<br />termDate,<br />vendorManager,<br />secondaryPhone,<br />secondaryEmail,<br />customproperty&lt;1-50&gt;,<br />hcp&lt;1-5&gt;,<br />ecp&lt;1-5&gt;,<br />customer(pass the organization name),</p>\n<p><code>securityQuestions</code> -</p>\n<p>Example:<br />\"securityQuestions\":[<br />{<br />\"securityQuestion\":\"What is your first Pet's name?\",<br />\"securityAnswer\":\"kitty\"<br />},<br />{<br />\"securityQuestion\":\"What is your favorite food?\",<br />\"securityAnswer\":\"food\"<br />}<br />],</p>\n<p><code>checkrules</code> - true/ false (default : true), if true, then rules will be evaluated immediately, if false rules will be evaluated by a job. If checkrulesforapi configuration(true/false/null) is set in the configuration table, then it will take precendence over checkrules parameter.</p>\n<p><code>inlineruleevaluation</code> - true/ false (default is true), if true then rules will be evaluated immediately, if false rules will be evaluated by a job.</p>\n<p><em><strong>Note</strong></em> - UpdateUser API will not invoke workflow based on the <em><strong>User Modification Workflow</strong></em> configuration. Please use updateUserRequest API instead.</p>\n<p><em><strong>Note</strong></em> - Both <code>checkrules</code> and <code>inlineruleevaluation</code> need to be set as true for the user update rules to be evaluated immediately.</p>\n<p><code>batchidentifier</code> - When inlineruleevaluation=false, this Rule Run Unique Identifier can be set and user update rules can be processed later by calling /api/processrules API</p>\n<p><em><strong>Note</strong></em> - This API supports PUT HTTP method along with POST.</p>\n<p><em><strong>It's highly recommended to pass inlineruleevaluation:\"false\" for bulk load and call processrules api to evaluate and run the rules after the load is done.</strong></em></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"98fe85c4-79a9-46d8-92e9-db336acdad60","name":"Update User","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"propertytosearch\": \"lastname\",\n    \"firstname\": \"John\",\n    \"preferedFirstName\": \"RoboID111111\",\n    \"lastname\": \"Chipchase\",\n    \"middlename\": \"kumar\",\n    \"email\" : \"test@sav.com\",\n    \"employeeType\": \"RobotID11111\",\n    \"jobcodedesc\": \"QA\",\n    \"manager\": \"admin\",\n    \"statuskey\": \"1\",\n    \"customproperty1\" : \"customized value\"\n}"},"url":"{{url}}/ECM/{{path}}/updateUser","description":"This method updates a specific \"user\" record in SSM, based on the input parameter `username` of the relevant user. \n\nAll the input parameters it requires are attributes which could be updated for the relevant user record. The attributes which are supplied with valid values as input to the method, will get updated, if the operation is successfully executed.\n\nThe `Authorization` must have `Bearer` followed by `Token`.\n\nMandatory params:\n\n`username`\n\n***OR***\n\n`propertytosearch`\n\n***Note*** - If both params are passed, propertytosearch will take precedence.\n\nOptional params:\n\n`validateagainstpolicy` - Values: Y/N, default is Y. Checks for the password policy,\n\n`allowpastdate` - true / false (default). If true, allows startdate to be less than current date,\n\n`statuskey` - Values:1/0, 0 - Inactive, 1 - Active,\n\n`updatedusername` - update username,\n\n`User params` like\n    firstname, \n    preferedFirstName,\n    lastname,\n    middlename,\n    street,\n    city,\n    comments,\n    statuskey,\n    startdate(MM-dd-yyyy),\n    enddate(MM-dd-yyyy),\n    manager (manager username),\n    password,\n    location,\n    jobCode,\n    jobDescription,\n    employeeType,\n    systemUserName,\n    departmentNumber,\n    title,\n    state,\n    companyname,\n    costcenter,\n    departmentname,\n    employeeclass,\n    entity,\n    jobcodedesc,\n    locationdesc,\n    locationnumber,\n    siteid,\n    orgunitid,\n    region,\n    regioncode,\n    owner,\n    employeeid,\n    lastsyncdate,\n    createdate,\n    email,\n    phonenumber,\n    job_function,\n    country,\n    displayname,\n    enabled(can be \"1\"/\"true\" or \"0\"/\"false\"),\n    passwordExpired(can be \"1\"/\"true\" or \"0\"/\"false\"),\n\taccountExpired(can be \"1\"/\"true\" or \"0\"/\"false\"),\n\taccountLocked(can be \"1\"/\"true\" or \"0\"/\"false\"),\n    secondaryManager,\n    createdBy,\n    termDate,\n    vendorManager,\n    secondaryPhone,\n    secondaryEmail,\n    customproperty<1-50>,\n    hcp<1-5>,\n    ecp<1-5>,\n    customer(pass the organization name),\n    \n   `securityQuestions` - \n\nExample: \n\"securityQuestions\":[\n\t\t{\n\t\t\t\"securityQuestion\":\"What is your first Pet's name?\",\n\t\t\t\"securityAnswer\":\"kitty\"\n\t\t},\n\t\t{\n\t\t\t\"securityQuestion\":\"What is your favorite food?\",\n\t\t\t\"securityAnswer\":\"food\"\n\t\t}\n\t\t],\n\t\t\n`checkrules` - true/ false (default : true), if true, then rules will be evaluated immediately, if false rules will be evaluated by a job. If checkrulesforapi configuration(true/false/null) is set in the configuration table, then it will take precendence over checkrules parameter.\n\n`inlineruleevaluation` - true/ false (default is true), if true then rules will be evaluated immediately, if false rules will be evaluated by a job.\n\n***Note*** - UpdateUser API will not invoke workflow based on the ***User Modification Workflow*** configuration. Please use updateUserRequest API instead.\n\n***Note*** - Both `checkrules` and `inlineruleevaluation` need to be set as true for the user update rules to be evaluated immediately.\n\n`batchidentifier` - When inlineruleevaluation=false, this Rule Run Unique Identifier can be set and user update rules can be processed later by calling /api/processrules API\n\n***Note*** - This API supports PUT HTTP method along with POST.\n\n***It's highly recommended to pass inlineruleevaluation:\"false\" for bulk load and call processrules api to evaluate and run the rules after the load is done.***"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 01:16:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=7c45cb82-b27f-44bc-8e66-677c2b2ead05; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"7c45cb82-b27f-44bc-8e66-677c2b2ead05","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"SUCCESS User Updated Successfully\"}"},{"id":"8f00ec73-a2f4-480e-8168-af7fd6e249ea","name":"Update User - Inactive Manager","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"A030592\",\n    \"lastname\":\"Tutor\",\n    \"firstname\":\"Abel\",\n    \"ecp1\":\"ecp12\",\n    \"hcp1\":\"hcp12\",\n    \"enabled\":\"1\",\n    \"manager\":\"A007825\"\n}"},"url":"{{url}}/ECM/{{path}}/updateUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=1B9802B4352622F5EFB015EBC06E55DC; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b4c5696d-d9c3-4df2-bc0e-23ef6e0ab870; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 04 Dec 2020 02:16:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"0\",\n    \"message\": \" manager with username A007825 is inactive.  User Updated Successfully\"\n}"},{"id":"d375e9b4-9996-4019-b6bb-01c9fae18dfc","name":"Update User - propertytosearch param","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"propertytosearch\": \"lastname\",\n    \"firstname\": \"John\",\n    \"preferedFirstName\": \"RoboID111111\",\n    \"lastname\": \"Chipchase\",\n    \"middlename\": \"kumar\",\n    \"email\" : \"test@sav.com\",\n    \"employeeType\": \"RobotID11111\",\n    \"jobcodedesc\": \"QA\",\n    \"manager\": \"admin\",\n    \"statuskey\": \"1\",\n    \"customproperty1\" : \"customized value\"\n}"},"url":"{{url}}/ECM/{{path}}/updateUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=1FD9F7FC1CBDB91A291296F861CCA6B3; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=248093fc-7f94-40aa-9522-257910954d1c; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 01 Jan 2021 02:05:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"0\",\n    \"message\": \" User Updated Successfully\"\n}"}],"_postman_id":"8689fe38-c75f-48a0-b6b7-e48c0361cebb"},{"name":"Bulk Upload Users","id":"9b573877-2d28-4ad0-971e-28378bb825b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"delimiter","value":"pipe","type":"text"},{"key":"zeroDayProvisioning","value":"yes","type":"text"},{"key":"generateSystemUsername","value":"yes","type":"text"},{"key":"generateEmail","value":"yes","type":"text"},{"key":"file","type":"file","src":"/D:/work/Utils1/APIs/Done/UsersSchema1.csv"}]},"url":"{{url}}/ECM/{{path}}/uploadUserRequest","description":"<p>This API is used to create and update users using bulk upload.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>file</code> - Provide the CSV file and select the key field type as File.</p>\n<p>Optional params:</p>\n<p><code>delimiter</code> - tab, pipe, comma. Default value is comma.</p>\n<p><code>zeroDayProvisioning</code> - YES/NO. Default value is NO.</p>\n<p><code>generateSystemUsername</code> - YES/NO. Default value is NO.</p>\n<p><code>generateEmail</code> - YES/NO. Default value is NO.</p>\n<p><code>checkrules</code> - YES/NO. Default value is NO.</p>\n<p><code>checkruleforcustomjar</code>- YES/NO. Default value is NO. This option helps in checking whether a pre-validation is required while uploading users, on the basis of the logic defined in the Saviynt validation framework extension (JAR) file.</p>\n<p><code>expirepasswordfornewuser</code>- YES/NO. Default value is NO.</p>\n<p><code>userReconcillationField</code> - Text field.</p>\n<p><code>userpreprocessorconfigjson</code> - Text field.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","uploadUserRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cbbb8afe-a083-4c4a-af8d-b2a03debaa03","name":"Bulk Upload Users","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"delimiter","value":"comma","type":"text"},{"key":"zeroDayProvisioning","value":"yes","type":"text"},{"key":"generateSystemUsername","value":"yes","type":"text"},{"key":"generateEmail","value":"yes","type":"text"},{"key":"file","type":"file","src":["/D:/work/Utils1/APIs/Done/UsersSchema1.csv"]}]},"url":"{{url}}/ECM/{{path}}/uploadUserRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 06:43:26 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=D61DE79106DA4994B800D4F9692E10CC; Path=/ECM; Secure; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4c3f02c3-e29c-487b-8efd-ebf6cde3cce8; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Bulk Upload Request Submitted\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"9b573877-2d28-4ad0-971e-28378bb825b1"},{"name":"Process Rules","id":"539659dc-3043-496b-bc2c-57c063efdb0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"jobidstoprocess\" : \"0\",\n\t\"runzerodayrules\" : \"true\",\n\t\"totaljobstorun\" : \"2\",\n\t\"fetchroles\" : \"true\",\n\t\"batchidentifier\" : \"1607981747665\"\n}"},"url":"{{url}}/ECM/api/processrules","description":"<p>This API will process unprocessed data and will be evaulated as per the user update rules defined.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>jobidstoprocess</code> - parent jobid from userrulerundata table</p>\n<p><code>runzerodayrules</code> - Can be true/false(Default - false)</p>\n<p><code>totaljobstorun</code> - Total number of jobs to run (Default - 2)</p>\n<p><code>fetchroles</code> - Can be true/false</p>\n<p><code>batchidentifier</code> - Unique identifier that is defined at the time of createUser/updateUser API call.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","api","processrules"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dcedb685-6e60-48ad-bd6c-1f071581bc7c","name":"Process Rules","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"jobidstoprocess\" : \"0\",\n\t\"runzerodayrules\" : \"true\",\n\t\"totaljobstorun\" : \"2\",\n\t\"fetchroles\" : \"true\",\n\t\"batchidentifier\" : \"1607981747665\"\n}"},"url":"{{url}}/ECM/api/processrules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=0c1b5569-76f4-4497-983d-b9d488fa94f5; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 14 Dec 2020 21:48:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"jobs invoked\"\n}"}],"_postman_id":"539659dc-3043-496b-bc2c-57c063efdb0e"},{"name":"Get User Details","id":"a9bd7993-a009-41a6-bdb2-72570a9ba61f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"filtercriteria\":{\"username\":\"lmcneil\"},\r\n\"showsecurityanswers\":\"1\"\r\n}"},"url":"{{url}}/ECM/{{path}}/getUser","description":"<p>This method returns a <code>List</code> of Users in SSM. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>username</code> - Specify the username for which you want to get the user attribute details,</p>\n<p><code>responsefields</code> - User attributes which you want to see in the response(for encrypted values, mention ecp&lt;1-5&gt;, and for hashed values, mention hcp&lt;1-5&gt;),</p>\n<p><code>max</code>,</p>\n<p><code>offset</code>,</p>\n<p><code>sort</code>,</p>\n<p><code>order</code> - asc/desc,</p>\n<p><code>manager</code> - username,</p>\n<p><code>secondarymanager</code> - userkey <em>OR</em> <code>secondaryManager</code> - username</p>\n<p><code>showsecurityanswers</code> - \"0\"/\"1\" to display encrypted security answers for the user </p>\n<p> </p>\n<p><code>filtercriteria</code> - User fields based on which you want to get the user attribute details(including userkey),</p>\n<p><em><strong>OR</strong></em></p>\n<p><code>searchCriteria</code> - search for a user based on the string passed (eg - “*ab*” or “*ab” or “ab*”) in their firstname, lastname, displayname and username only, example - \"ab*\" - This will return all users with firstname or lastname or username starting with \"ab\"</p>\n<p><em><strong>OR</strong></em></p>\n<p><code>advsearchcriteria</code> - search for a user based on the string passed (eg - “*ab*” or “*ab” or “ab*”), example - {\"username\":\"a*\", \"firstname\":\"*b\"} - This will return all users with username starting with \"a\" AND firstname ending with \"b\". Exact match search is applicable for types boolean, users, customer. Date can be entered in format - yyyy-MM-dd.</p>\n<p><em><strong>OR</strong></em></p>\n<p><code>userQuery</code> - Sample: “userQuery”:”user.customproperty1='abc' or user.displayname like '%display%'”.</p>\n<p><em><strong>Note</strong></em> - By default, if no responsefields param is passed, required attrs that will always return are username, email, statuskey, firstname, lastname, employeeid along with other attributes with nonblank values only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1de225cc-b023-4b0b-a5e7-828cc1468e1c","name":"Get User Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"filtercriteria\":{\"email\":\"johndoe@saviynt.com\"},\r\n\"responsefields\":[\"username\",\"statuskey\",\"firstname\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/getUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=fb4678c2-d70f-4f8b-82a4-6fcfe27df66c; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Dec 2019 22:17:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"displaycount\": \"1\",\n    \"userlist\": [\n        {\n            \"firstname\": \"John\",\n            \"statuskey\": \"1\",\n            \"userKey\": 5,\n            \"username\": \"johndoe\"\n        }\n    ],\n    \"totalcount\": \"1\",\n    \"errorCode\": \"0\"\n}"},{"id":"33180920-a88b-4f0e-8a54-161239d99625","name":"Get User Details 2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"filtercriteria\":{\"username\":\"lmcneil\"},\r\n\"showsecurityanswers\":\"1\"\r\n}"},"url":"{{url}}/ECM/{{path}}/getUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=94589b88-cb05-4e05-a11d-dc62e85bb238; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 23 Jul 2020 18:46:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"displaycount\": \"1\",\n    \"userlist\": [\n        {\n            \"country\": \"USA\",\n            \"firstname\": \"Logan\",\n            \"city\": \"San Francisco\",\n            \"customproperty1\": \"3aa5550b7fe348b98d7b5741afc65534\",\n            \"phonenumber\": \"415789-8904\",\n            \"createdate\": \"06/08/2020T10:35:46+0000\",\n            \"title\": \"Chief Human Resources Officer\",\n            \"employeeid\": \"21001\",\n            \"failedTries\": \"0\",\n            \"enabled\": \"true\",\n            \"updatedate\": \"07/23/2020T18:25:58+0000\",\n            \"systemUserName\": \"lmcneil\",\n            \"lastPasswordUpdateDate\": \"07/23/2020T18:25:58+0000\",\n            \"costcenter\": \"GMS USA\",\n            \"email\": \"test@gmail.com\",\n            \"accountLocked\": \"false\",\n            \"savUpdateDate\": \"06/08/2020T10:36:03+0000\",\n            \"preferedFirstName\": \"Logan\",\n            \"userSource\": \"127\",\n            \"userKey\": 12444,\n            \"lastname\": \"McNeil\",\n            \"encryptedSecurityAnswers\": \"lhCSZZbYyxHaRZN6L9s4IPXAIwx86J87GEXwt5wIutPnEGkywv4W9UImm9u+qlk67bTNecLwHBClApo9olYBEceyC+h4gcLrjWwLOLlJ3Wc=\",\n            \"employeeType\": \"Regular\",\n            \"companyname\": \"Global Modern Services, Inc. (USA)\",\n            \"statuskey\": \"1\",\n            \"displayname\": \"Logan McNeil\",\n            \"accountExpired\": \"false\",\n            \"location\": \"San Francisco\",\n            \"passwordExpired\": \"false\",\n            \"updateuser\": \"admin\",\n            \"customer\": \"testorg\",\n            \"username\": \"lmcneil\"\n        }\n    ],\n    \"totalcount\": \"1\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"a9bd7993-a009-41a6-bdb2-72570a9ba61f"},{"name":"Get List of Users","id":"d0321e7f-894a-43d5-9724-c6ddd75e9ebd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/user?q=accountExpired:0&fields=firstname,lastname,username&sort=username&order=desc&offset=2&max=2","description":"<p>This API returns the user information from SSM. This API will return only the user attributes which are not null or blank.</p>\n<p>You can search for a user based on any parameters given below and not only the username.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>q</code></p>\n<p>Optional params:\n<code>offset</code>,\n<code>max</code>,\n<code>sort</code>,\n<code>order</code>,\n<code>countonly</code>,\n<code>fields</code>\n<code>showsecurityanswers</code> - \"0\"/\"1\" to display encrypted security answers for the user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","user"],"host":["{{url}}"],"query":[{"key":"q","value":"accountExpired:0"},{"key":"fields","value":"firstname,lastname,username"},{"key":"sort","value":"username"},{"key":"order","value":"desc"},{"key":"offset","value":"2"},{"key":"max","value":"2"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"d060bb71-7346-4058-91e6-497f5ab50ec7","name":"Get User","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 20:08:23 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4e8d3193-c459-4e21-abf7-2f0ee18aad3f; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0F504BF7823E5033FA63D93091395A1F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"4e8d3193-c459-4e21-abf7-2f0ee18aad3f","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"offset\":\"2\",\"count\":2,\"errorCode\":\"0\",\"sort\":\"username\",\"results\":[{\"firstname\":\"John\",\"User Name\":\"johndoe\",\"Last Name\":\"Doe\"},{\"firstname\":\"Jane\",\"User Name\":\"janedoe\",\"Last Name\":\"Doe\"}],\"order\":\"desc\"}"}],"_postman_id":"d0321e7f-894a-43d5-9724-c6ddd75e9ebd"},{"name":"Add/Remove User from SAV ROLE","id":"fcc13339-190e-43b8-9a84-efb28f2255b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"johndoe","type":"text"},{"key":"rolename","value":"ROLE_MANAGER","type":"text"},{"key":"operation","value":"1","type":"text"}]},"url":"{{url}}/ECM/{{path}}/addremoveuserfromrole","description":"<p>This method grants/removes membership of a \"user\" to one or more roles in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>username</code> - Username for the user to whom the roles are to be granted,</p>\n<p><code>rolename</code> - comma separated values with names of roles that need to be granted,</p>\n<p><code>operation</code> (0/1) - 0:Remove and 1:Add</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","addremoveuserfromrole"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3df0db61-d020-4fd4-a0ca-e1ced093fe25","name":"Add Remove User from Sav Role - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"johndoe","type":"text"},{"key":"rolename","value":"ROLE_MANAGER","type":"text"},{"key":"operation","value":"1","type":"text"}]},"url":"{{url}}/ECM/{{path}}/addremoveuserfromrole","description":"This method grants/removes membership of a \"user\" to one or more roles in SSM.\r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nMandatory params: \r\n\r\n`username` - Username for the user to whom the roles are to be granted,\r\n\r\n`rolename` - comma separated values with names of roles that need to be granted,\r\n\r\n`operation` (0/1) - 0:Remove and 1:Add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 17 Aug 2018 18:04:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=a8d1bf5a-f06e-4d13-8a1c-2501f9b10db3; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"453721C561F4BD82B96997BE6EF5D91C","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"a8d1bf5a-f06e-4d13-8a1c-2501f9b10db3","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"success\"}"},{"id":"7f8e8012-c25d-48ec-8d7d-b96cbfb9947e","name":"Add/Remove User from SAV ROLE - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","name":"Content-Type","type":"text"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 01:17:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"JSESSIONID=53304FE5D119B96D6A3A2406EC29252F; Path=/ECM/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=3f2130c1-55ca-4f1a-86a2-1546bc09944a; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"53304FE5D119B96D6A3A2406EC29252F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"3f2130c1-55ca-4f1a-86a2-1546bc09944a","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"errorCode\": \"1\",\n    \"message\": \"Bad Request. Association Between User 'johndoe' and role 'ROLE_MANAGER' already exists.\"\n}"}],"_postman_id":"fcc13339-190e-43b8-9a84-efb28f2255b9"},{"name":"Get Access Details For User","id":"02a7549f-165c-4e9d-a3e2-5f289ffff127","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"johndoe","type":"text"},{"key":"endpoint","value":"System1","type":"text"}]},"url":"{{url}}/ECM/{{path}}/getAccessDetailsForUser","description":"<p>This API call can be used to get the user details, account details, and details of all the entitlements the user has access to. </p>\n<p>This API will return only the entitlement attributes which are not null or not empty.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>username</code></p>\n<p>Optional params:\n<code>endpoint</code>, <code>max</code>, <code>offset</code>, <code>entitlementtype</code></p>\n<p><em><strong>Note</strong></em> - This API supports GET HTTP method along with POST.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getAccessDetailsForUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7d77eb76-1116-4426-82c8-35d4ad8a9d75","name":"Get Access Details For User","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 00:13:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=78a59564-c96d-4d24-9cc1-e05522d397dd; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"F54C79A0EBC8E7DA8653EEB846016978","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"78a59564-c96d-4d24-9cc1-e05522d397dd","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\r\n    \"msg\": \"Successful\",\r\n    \"Entitlementdetails\": [\r\n        {\r\n            \"syscritical\": \"0\",\r\n            \"access\": \"Select\",\r\n            \"customproperty1\": \"test\",\r\n            \"confidentiality\": \"0\",\r\n            \"module\": \"Select\",\r\n            \"description\": \"\",\r\n            \"entitlementOwner\": [\r\n                \"jamessmith\",\r\n                \"peterpan\"\r\n            ],\r\n            \"priviliged\": \"0\",\r\n            \"entitlementType\": \"Access\",\r\n            \"entitlement_glossary\": \"\",\r\n            \"endpoint\": \"System1\",\r\n            \"updatedate\": \"04/08/2017\",\r\n            \"requestForm\": \"Request Form Table\",\r\n            \"displayname\": \"Display Name One\",\r\n            \"soxcritical\": \"0\",\r\n            \"risk\": \"0\",\r\n            \"entitlement_value\": \"Entitlement1\",\r\n            \"status\": \"1\",\r\n            \"updateuser\": \"1\"\r\n        },\r\n        {\r\n            \"syscritical\": \"0\",\r\n            \"access\": \"Select\",\r\n            \"customproperty1\": \"test\",\r\n            \"confidentiality\": \"0\",\r\n            \"module\": \"Select\",\r\n            \"description\": \"\",\r\n            \"entitlementOwner\": [\r\n                \"jamessmith\",\r\n                \"peterpan\"\r\n            ],\r\n            \"priviliged\": \"0\",\r\n            \"entitlementType\": \"Access\",\r\n            \"entitlement_glossary\": \"\",\r\n            \"endpoint\": \"System1\",\r\n            \"updatedate\": \"04/08/2017\",\r\n            \"requestForm\": \"Request Form Table\",\r\n            \"displayname\": \"Display Name One\",\r\n            \"soxcritical\": \"0\",\r\n            \"risk\": \"0\",\r\n            \"entitlement_value\": \"Entitlement2\",\r\n            \"status\": \"1\",\r\n            \"updateuser\": \"1\"\r\n        },\r\n        {\r\n            \"syscritical\": \"0\",\r\n            \"access\": \"Select\",\r\n            \"customproperty1\": \"test\",\r\n            \"confidentiality\": \"0\",\r\n            \"module\": \"Select\",\r\n            \"description\": \"\",\r\n            \"entitlementOwner\": [\r\n                \"jamessmith\",\r\n                \"peterpan\"\r\n            ],\r\n            \"priviliged\": \"0\",\r\n            \"entitlementType\": \"Access\",\r\n            \"entitlement_glossary\": \"\",\r\n            \"endpoint\": \"System1\",\r\n            \"updatedate\": \"04/08/2017\",\r\n            \"requestForm\": \"Request Form Table\",\r\n            \"displayname\": \"Display Name One\",\r\n            \"soxcritical\": \"0\",\r\n            \"risk\": \"0\",\r\n            \"entitlement_value\": \"Entitlement3\",\r\n            \"status\": \"1\",\r\n            \"updateuser\": \"1\"\r\n        },\r\n        {\r\n            \"syscritical\": \"0\",\r\n            \"customproperty1\": \"test\",\r\n            \"description\": \"\",\r\n            \"entitlementOwner\": [\r\n                \"jamessmith\",\r\n                \"janedoe\"\r\n            ],\r\n            \"entitlementType\": \"Access\",\r\n            \"entitlement_glossary\": \"\",\r\n            \"endpoint\": \"System1\",\r\n            \"updatedate\": \"02/22/2017\",\r\n            \"requestForm\": \"Request Form Table\",\r\n            \"displayname\": \"\",\r\n            \"soxcritical\": \"0\",\r\n            \"entitlement_value\": \"Entitlement4\",\r\n            \"status\": \"1\"\r\n        },\r\n        {\r\n            \"syscritical\": \"0\",\r\n            \"customproperty20\": \"cp20\",\r\n            \"customproperty3\": \"cp3\",\r\n            \"customproperty1\": \"ap1\",\r\n            \"description\": \"\",\r\n            \"entitlementOwner\": \"\",\r\n            \"entitlementType\": \"Access\",\r\n            \"entitlement_glossary\": \"\",\r\n            \"endpoint\": \"System1\",\r\n            \"updatedate\": \"04/27/2018\",\r\n            \"requestForm\": \"Request Form Table\",\r\n            \"displayname\": \"\",\r\n            \"soxcritical\": \"0\",\r\n            \"customproperty8\": \"cp8\",\r\n            \"entitlement_value\": \"Entitlement5\",\r\n            \"status\": \"1\",\r\n            \"updateuser\": \"191327\"\r\n        },\r\n        {\r\n            \"syscritical\": \"0\",\r\n            \"endpoint\": \"System1\",\r\n            \"updatedate\": \"02/22/2017\",\r\n            \"requestForm\": \"Request Form Table\",\r\n            \"displayname\": \"\",\r\n            \"soxcritical\": \"0\",\r\n            \"description\": \"\",\r\n            \"entitlementOwner\": \"\",\r\n            \"entitlement_value\": \"Entitlement6\",\r\n            \"entitlementType\": \"Access\",\r\n            \"entitlement_glossary\": \"\",\r\n            \"status\": \"1\"\r\n        },\r\n        {\r\n            \"syscritical\": \"0\",\r\n            \"endpoint\": \"System1\",\r\n            \"updatedate\": \"02/22/2017\",\r\n            \"requestForm\": \"Request Form Table\",\r\n            \"displayname\": \"\",\r\n            \"soxcritical\": \"0\",\r\n            \"description\": \"\",\r\n            \"entitlementOwner\": \"\",\r\n            \"entitlement_value\": \"Entitlement Name for testing the codec issue within user manager attestation\",\r\n            \"entitlementType\": \"Access\",\r\n            \"entitlement_glossary\": \"\",\r\n            \"status\": \"1\"\r\n        },\r\n        {\r\n            \"syscritical\": \"0\",\r\n            \"endpoint\": \"System1\",\r\n            \"updatedate\": \"02/22/2017\",\r\n            \"requestForm\": \"Request Form Table\",\r\n            \"displayname\": \"\",\r\n            \"soxcritical\": \"0\",\r\n            \"description\": \"\",\r\n            \"entitlementOwner\": \"\",\r\n            \"entitlement_value\": \"Entitlement7\",\r\n            \"entitlementType\": \"Access\",\r\n            \"entitlement_glossary\": \"\",\r\n            \"status\": \"1\"\r\n        }\r\n    ],\r\n    \"totalEntitlementCount\": 8,\r\n    \"entitlementsCount\": 8,\r\n    \"UserDetails\": {\r\n        \"customproperty10\": \"\",\r\n        \"country\": \"US\",\r\n        \"customproperty12\": \"zzzTHIRD\",\r\n        \"customproperty11\": \"\",\r\n        \"customproperty18\": \"Allowed\",\r\n        \"customproperty17\": \"\",\r\n        \"jobCode\": \"zzzzzzzz\",\r\n        \"customproperty19\": \"1827\",\r\n        \"customproperty14\": \"20160803\",\r\n        \"startdate\": \"01/28/2018T08:00:00+0000\",\r\n        \"customproperty13\": \"ABCDE\",\r\n        \"secondaryManager\": \"jamessmith\",\r\n        \"customproperty16\": \"2016-08-03 00:00:00\",\r\n        \"failedTries\": \"0\",\r\n        \"customproperty15\": \"Data change\",\r\n        \"updatedate\": \"08/02/2018T04:08:16+0000\",\r\n        \"vendorManager\": \"awsadmin\",\r\n        \"Create Date\": \"03/28/2018T07:00:00+0000\",\r\n        \"preferedFirstName\": \"John\",\r\n        \"customproperty40\": \"1\",\r\n        \"encryptedSecurityAnswers\": \"0Ti6Bg7+E6QEKEd+x4GNhjWpG3KQ0jCbDzxhupvqPrTsrFM8vmoV/eq70xasjbuX7/amIxOXFHDVpPyHhDXA2AFHjnrHqung/1lBsLLr6tw=\",\r\n        \"enddate\": \"01/28/2019T08:00:00+0000\",\r\n        \"lastsyncdate\": \"02/28/2018T08:00:00+0000\",\r\n        \"statuskey\": \"1\",\r\n        \"departmentNumber\": \"565\",\r\n        \"jobcodedesc\": \"zzzzzzzz\",\r\n        \"Last Name\": \"Doe\",\r\n        \"termDate\": \"04/28/2018T07:00:00+0000\",\r\n        \"doNotDisturbDelegate\": \"jackwoods\",\r\n        \"customproperty32\": \"\",\r\n        \"customproperty4\": \"SITI\",\r\n        \"customproperty31\": \"\",\r\n        \"customproperty5\": \"C\",\r\n        \"customproperty2\": \"\",\r\n        \"customproperty34\": \"\",\r\n        \"firstname\": \"John\",\r\n        \"customproperty3\": \"Activated\",\r\n        \"customproperty33\": \"\",\r\n        \"Job Function\": \"A dummy name for a Skill Pool Group\",\r\n        \"locationnumber\": \"SF-OFC\",\r\n        \"city\": \"Atlanta\",\r\n        \"customproperty30\": \"2016-09-15 00:30:56\",\r\n        \"employeeclass\": \"C\",\r\n        \"customproperty39\": \"\",\r\n        \"locationdesc\": \"5 Longfellow St.Deer Park\",\r\n        \"customproperty36\": \"\",\r\n        \"title\": \"Analyst\",\r\n        \"customproperty35\": \"\",\r\n        \"employeeid\": \"\",\r\n        \"customproperty38\": \"\",\r\n        \"enabled\": \"true\",\r\n        \"customproperty37\": \"\",\r\n        \"Department Name\": \"IAM\",\r\n        \"Orgunit ID\": \"CO\",\r\n        \"systemUserName\": \"jdoe\",\r\n        \"street\": \"s\",\r\n        \"customproperty8\": \"mm\",\r\n        \"customproperty9\": \"\",\r\n        \"customproperty6\": \"John Doe\",\r\n        \"email\": \"jdoe@saviynt.com\",\r\n        \"customproperty7\": \"J.Doe\",\r\n        \"accountLocked\": \"false\",\r\n        \"customproperty21\": \"\",\r\n        \"owner\": \"janedoe\",\r\n        \"customproperty20\": \"INFORMATION TECHNOLOGY INTERNATIONAL B.V.\",\r\n        \"customproperty23\": \"\",\r\n        \"comments\": \"test\",\r\n        \"customproperty22\": \"\",\r\n        \"manager\": \"janedoe\",\r\n        \"User Name\": \"johndoe\",\r\n        \"customproperty29\": \"\",\r\n        \"customproperty28\": \"\",\r\n        \"middlename\": \"w\",\r\n        \"customproperty25\": \"\",\r\n        \"Custom Property 1\": \"IP\",\r\n        \"customproperty24\": \"\",\r\n        \"customproperty27\": \"\",\r\n        \"customproperty26\": \"\",\r\n        \"Company Name\": \"Information Technology International\",\r\n        \"employeeType\": \"Contractor\",\r\n        \"owneronTerminate\": \"4\",\r\n        \"createdBy\": \"admin\",\r\n        \"displayname\": \"Doe, John\",\r\n        \"accountExpired\": \"false\",\r\n        \"location\": \"SF-OFC\",\r\n        \"passwordExpired\": \"false\",\r\n        \"updateuser\": \"admin\"\r\n    },\r\n    \"Accountdetails\": [\r\n        {\r\n            \"customproperty10\": \"cp10\",\r\n            \"customproperty20\": \"cp20\",\r\n            \"customproperty2\": \"cp2\",\r\n            \"endpoint\": \"System1\",\r\n            \"customproperty1\": \"cp1\",\r\n            \"customproperty30\": \"cp30\",\r\n            \"name\": \"janedoe\",\r\n            \"description\": \"desc\",\r\n            \"createdon\": \"07/26/2018\",\r\n            \"status\": \"1\"\r\n        }\r\n    ],\r\n    \"errorCode\": \"0\",\r\n    \"PrivilegeDetails\": []\r\n}"}],"_postman_id":"02a7549f-165c-4e9d-a3e2-5f289ffff127"},{"name":"Get Flat Response Entitlement Details For User","id":"0bbd95e9-a985-41e8-8bed-c25404e601f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n   \"username\":\"245947\",\n   \"entitlementType\":\"AWSPolicy\",\n   \"entitlement_value\":\"arn:aws:iam::661222050851:policy/CrossPolicy2\",\n   \"endpoint\":\"AWS\",\n   \"accountQuery\":\"account.name like '%245947%'\",\n   \"userQuery\":\"user.username like '%245947%'\",\n   \"offset\":\"0\",\n   \"max\":\"1\",\n   \"entQuery\":\"ent.entitlement_value like '%arn:aws:iam::%'\",\n   \"accEntQuery\":\"accEnt.updatedate > '2000-11-07 00:00:00'\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/getEntDetailsforUsers","description":"<p>This API call can be used to get a flat response consisting of user details, account details, and details of all the entitlements the user has access to. </p>\n<p>This API will return only the entitlement attributes which are not null or not empty.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Optional params:\n<code>username</code>, <code>entitlementType</code>, <code>entitlement_value</code>, <code>endpoint</code>, <code>userQuery</code>, <code>accountQuery</code>, <code>entQuery</code>, <code>accEntQuery</code>, <code>max</code>(default - 100), <code>offset</code>(default - 0)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getEntDetailsforUsers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9b430091-a736-4e8d-ab93-25d6056051cf","name":"Get Entitlement Details For User - Flat response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/getEntDetailsforUsers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=2a2dce02-9adf-405f-a07c-29492fccd012; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 29 Dec 2020 02:03:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"displayCount\": 1,\n    \"accessDetails\": [\n        {\n            \"userstatus\": 1,\n            \"entitlement_valuekey\": 194098,\n            \"entdisplayname\": null,\n            \"accountdisplayname\": \"245947\",\n            \"endpointDisplayname\": \"AWS\",\n            \"endpointkey\": 1,\n            \"systemname\": \"AWS\",\n            \"accountkey\": 3684,\n            \"entitlementType\": \"AWSPolicy\",\n            \"entitlementTypeRequestForm\": \"Request Form Table\",\n            \"userkey\": 2511,\n            \"entdescription\": null,\n            \"entitlementTypekey\": 59,\n            \"entitlementTypeDisplayname\": \"AWSPolicy\",\n            \"accountname\": \"245947\",\n            \"accountstatus\": \"Manually Suspended\",\n            \"endpointname\": \"AWS\",\n            \"entitlement_value\": \"arn:aws:iam::661222050851:policy/CrossPolicy2\",\n            \"entstatus\": 1,\n            \"securitysystemkey\": 1,\n            \"securitysystemdisplayname\": \"AWS\",\n            \"username\": \"245947\"\n        }\n    ],\n    \"errorCode\": \"0\",\n    \"totalCount\": 1\n}"}],"_postman_id":"0bbd95e9-a985-41e8-8bed-c25404e601f2"},{"name":"Get Flat Response Role Details For User","id":"8d9cfb50-a27a-4eca-9e22-a9f165888306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"username\":\"U020966\",\n    \"userQuery\":\"user.id='27'\",\n    \"roleQuery\":\"role.role_name like '%Content Administrator%'\",\n    \"roleUserAccQuery\":\"roleUserAcc.updatedate > '2000-09-17 00:00:00'\",\n    \"rolename\":\"Content Administrator:661222050851\",\n    \"max\":\"1\",\n    \"offset\":\"0\",\n    \"roletype\":\"FIREFIGHTER\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/getRoleDetailsforUsers","description":"<p>This API call can be used to get a flat response consisting of user details and details of all the roles the user has access to. </p>\n<p>This API will return only the entitlement attributes which are not null or not empty.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Optional params:\n<code>rolename</code>, <code>roletype</code>, <code>username</code>, <code>userQuery</code>, <code>roleQuery</code>, <code>roleUserAccQuery</code>, <code>max</code>(default - 100), <code>offset</code>(default - 0)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getRoleDetailsforUsers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"94aad1fa-9024-4572-bf77-4da6c5d924f2","name":"Get Role Details For User - Flat response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/getRoleDetailsforUsers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=2a2dce02-9adf-405f-a07c-29492fccd012; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 29 Dec 2020 02:40:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"displayCount\": 1,\n    \"errorCode\": \"0\",\n    \"roleDetails\": [\n        {\n            \"roledisplayname\": \"Content Administrator\",\n            \"userstatus\": 1,\n            \"roledescription\": \"Privileged access designed for content owners who need full access to CloudFront, S3, Glacier,\\nKinesis Firehose, App Streams and Cloud Search.\",\n            \"rolename\": \"Content Administrator:661222050851\",\n            \"rolekey\": 3,\n            \"rolestatus\": 1,\n            \"roletype\": 3,\n            \"userkey\": 27,\n            \"username\": \"U020966\"\n        }\n    ],\n    \"totalCount\": 1\n}"}],"_postman_id":"8d9cfb50-a27a-4eca-9e22-a9f165888306"},{"name":"Authenticate User","id":"098a0cc1-4381-414f-a715-72a46978a20f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"johndoe","type":"text"},{"key":"password","value":"password","type":"text"}]},"url":"{{url}}/ECM/{{path}}/authenticateUser","description":"<p>This API call can be used to authenticate the user in SSM</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code> </p>\n<p>Mandatory Params:\n<code>username</code>,\n<code>password</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","authenticateUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8a0d650b-57ed-45de-9d76-8cbfbf336a8c","name":"Authenticate User Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"johndoe","type":"text"},{"key":"password","value":"password1A","type":"text"}]},"url":"{{url}}/ECM/{{path}}/authenticateUser","description":"This API call can be used to authenticate the user in SSM\n\nThe `Authorization` must have `Bearer` followed by `Token` \n\nMandatory Params:\n`username`,\n`password`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 01:29:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=6acf75b6-c30d-4d98-a851-a34f6feba8e3; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"6acf75b6-c30d-4d98-a851-a34f6feba8e3","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"1\",\"message\":\"Authentication Failed\"}"},{"id":"cd1b9e5b-30b0-4650-a5eb-d9aeb4c72c0e","name":"Authenticate User Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"johndoe","type":"text"},{"key":"password","value":"password1A","type":"text"}]},"url":"{{url}}/ECM/{{path}}/authenticateUser","description":"This API call can be used to authenticate the user in SSM\n\nThe `Authorization` must have `Bearer` followed by `Token` \n\nMandatory Params:\n`username`,\n`password`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 01:29:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=2c0ea716-a367-4c45-8251-6bc4ca89083e; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"2c0ea716-a367-4c45-8251-6bc4ca89083e","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"Authentication Successful\"}"}],"_postman_id":"098a0cc1-4381-414f-a715-72a46978a20f"},{"name":"Validate User Data","id":"0dfb55f8-87be-493d-a7db-3f225686fd58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"jdoe\",\n\t\"firstname\" : \"John\",\n\t\"lastname\" : \"Doe1\",\n\t\"ecp1\":\"test1\",\n\t\"hcp1\":\"test2\"\n}"},"url":"{{url}}/ECM/{{path}}/validateUserData","description":"<p>This API will validate the attribute values of an existing user.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>username</code></p>\n<p>Optional params:</p>\n<p>user properties like <code>customproperty&lt;1-50&gt;</code>, <code>hcp&lt;1-5&gt;</code>, <code>ecp&lt;1-5&gt;</code>, <code>firstname</code>, <code>lastname</code>, <code>statuskey</code>, <code>manager</code> etc.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","validateUserData"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e39bd2d8-1d35-4961-bf40-43c6d103698e","name":"Validate User Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"jdoe\",\n\t\"firstname\" : \"John\",\n\t\"lastname\" : \"Doe1\",\n\t\"ecp1\":\"test1\",\n\t\"hcp1\":\"test2\"\n}"},"url":"{{url}}/ECM/{{path}}/validateUserData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"JSESSIONID=BA39BF33ED51FE52F8682A9B17EEFB82; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5a6ab212-14b2-42aa-a175-089a8e2d24bb; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 04 Dec 2018 17:41:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"validationResult\": {\n        \"firstname\": \"true\",\n        \"lastname\": \"false\",\n        \"ecp1\":\"true\",\n\t\t\"hcp1\":\"true\"\n    },\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"0dfb55f8-87be-493d-a7db-3f225686fd58"},{"name":"Get SavRoles","id":"6bec2c1f-dd55-47bb-80fd-f2ad1c3b211b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/ECM/{{path}}/getSavRoles","description":"<p>Use this API to return the SAV roles of an user in EIC.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>max</code>,<code>offset</code>,<code>username</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getSavRoles"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1d2c1ce4-b94b-4374-97fc-2b85471c375c","name":"Get SavRoles","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{url}}/ECMv6/{{path}}/userms/savroles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 05:25:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1 ; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"}],"cookie":[],"responseTime":null,"body":"{\n    \"savroles\": [\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_ADMIN\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"ADMIN USER\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2021-06-01 06:47:27.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_ADMIN_SAVIYNTSUPPORT\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"ROLE_ADMIN_SAVIYNTSUPPORT USER\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2021-06-01 06:58:24.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_SAV_PAMENDUSER\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"\",\n            \"CUSTOMPROPERTY12\": \"\",\n            \"CUSTOMPROPERTY11\": \"\",\n            \"CUSTOMPROPERTY14\": \"\",\n            \"CUSTOMPROPERTY4\": \"\",\n            \"CUSTOMPROPERTY13\": \"\",\n            \"CUSTOMPROPERTY5\": \"\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"\",\n            \"CUSTOMPROPERTY15\": \"\",\n            \"CUSTOMPROPERTY3\": \"\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"ROLEDESCRIPTION\": \"PAM END USER ROLE\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"\",\n            \"CUSTOMPROPERTY9\": \"\",\n            \"CUSTOMPROPERTY6\": \"\",\n            \"CUSTOMPROPERTY7\": \"\",\n            \"UPDATEDATE\": \"2022-11-02 04:21:26.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_SAV_PAMOWNER\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"\",\n            \"CUSTOMPROPERTY12\": \"\",\n            \"CUSTOMPROPERTY11\": \"\",\n            \"CUSTOMPROPERTY14\": \"\",\n            \"CUSTOMPROPERTY4\": \"\",\n            \"CUSTOMPROPERTY13\": \"\",\n            \"CUSTOMPROPERTY5\": \"\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"\",\n            \"CUSTOMPROPERTY15\": \"\",\n            \"CUSTOMPROPERTY3\": \"\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ROLEDESCRIPTION\": \"PAM MANAGEMENT ROLE\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"\",\n            \"CUSTOMPROPERTY9\": \"\",\n            \"CUSTOMPROPERTY6\": \"\",\n            \"CUSTOMPROPERTY7\": \"\",\n            \"UPDATEDATE\": \"2022-11-02 04:21:26.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SAV_ENDUSER\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"END USER ROLE\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-02 04:21:28.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SAV_MANAGER\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"MANAGER ROLE\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-02 04:21:28.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SAV_SODOWNER\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ROLEDESCRIPTION\": \"SOD OWNER ROLE\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-02 04:21:28.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SAV_CONTROLCENTER_IGAOWNER\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ROLEDESCRIPTION\": \"SAV Role to provide access to all the OOTB personas shipped with Control Center. This won’t have access to PAM Owner persona.\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-02 04:21:28.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SAV_AUDITOR_READONLY\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"ROLE SAV AUDITOR READONLY\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-02 04:21:28.0\",\n            \"READONLY\": \"true\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_UIADMIN\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"UI ADMIN USER ROLE\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-02 04:21:28.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_SAV_PAM_EXTENSIONS\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"\",\n            \"CUSTOMPROPERTY12\": \"\",\n            \"CUSTOMPROPERTY11\": \"\",\n            \"CUSTOMPROPERTY14\": \"\",\n            \"CUSTOMPROPERTY4\": \"\",\n            \"CUSTOMPROPERTY13\": \"\",\n            \"CUSTOMPROPERTY5\": \"\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"\",\n            \"CUSTOMPROPERTY15\": \"\",\n            \"CUSTOMPROPERTY3\": \"\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ROLEDESCRIPTION\": \"Used by PAM extended solution\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"\",\n            \"CUSTOMPROPERTY9\": \"\",\n            \"CUSTOMPROPERTY6\": \"\",\n            \"CUSTOMPROPERTY7\": \"\",\n            \"UPDATEDATE\": \"2022-11-02 04:21:32.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SAV4SAV_ADMIN\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"SAV4SAV ROLE\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-02 04:22:07.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SOD_AUDITOR\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"SOD AUDITOR\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-04 09:27:39.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_SERVICE_ACCOUNT\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"ROLEDESCRIPTION\": \"Role service account\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-03 13:37:20.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_TEST\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"test\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-04 12:30:18.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_ADMIN -COPY\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ROLEDESCRIPTION\": \"COPY OF ADMIN USER\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-11 15:46:29.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        }\n    ]\n}"}],"_postman_id":"6bec2c1f-dd55-47bb-80fd-f2ad1c3b211b"},{"name":"PII Image Upload","id":"94f036a0-ff93-4a2a-9c42-d62d92ac860b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/Bhargavi/Downloads/image (11).png"}]},"url":"{{url}}/ECM{{path}}/idw/userImage/admin","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM{{path}}","idw","userImage","admin"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"680d4e25-ed3c-4930-babb-e88e2919775a","name":"PII Image Upload","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":["/C:/Users/Bhargavi/Downloads/image (11).png"]}]},"url":"{{url}}/ECM/{{path}}/idw/userImage/admin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Jan 2023 10:13:31 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1 ; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Uploaded Successfully.\"\n}"}],"_postman_id":"94f036a0-ff93-4a2a-9c42-d62d92ac860b"},{"name":"PII Remove Image","id":"c98fa1ff-3a5c-41e5-b573-9aae8545ee76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/ECM/{{path}}/idw/userImage/removeImage/admin","description":"<p>This API can remove images from both EIC and server directory.</p>\n<p>TYPE - DELETE<br />BODY - n/a</p>\n<p>By default, users associated to ROLE_ADMIN or ROLE_ADMIN_SAVIYNTSUPPORT SAV roles can delete images from EIC.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>UserName</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","idw","userImage","removeImage","admin"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"46a40100-3ddd-4d16-bf04-29f6c189c6f9","name":"PII Remove Image","originalRequest":{"method":"DELETE","header":[],"url":"{{url}}/ECM{{path}}/idw/userImage/removeImage/admin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Jan 2023 10:23:10 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1 ; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Removed Successfully.\"\n}"}],"_postman_id":"c98fa1ff-3a5c-41e5-b573-9aae8545ee76"}],"id":"a6d60323-2e00-40cb-97cb-275fc9ff745d","_postman_id":"a6d60323-2e00-40cb-97cb-275fc9ff745d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Accounts","item":[{"name":"Get Account Details","id":"8dead507-3752-4eff-a284-02e31df8c714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"accountQuery\":\"acc.status='1'\",\n    \"advsearchcriteria\": {\n        \"status\": \"ACTIVE\",\n        \"name\": \"svc*\",\n        \"accountowner\": [\n            {\n                \"type\": \"user\",\n                \"value\": \"admin\",\n                \"rank\": \"1\"\n            }\n        ]\n    }\n}"},"url":"{{url}}/ECM/{{path}}/getAccounts","description":"<p>This method returns a <code>List</code> of \"Accounts\" in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:<br /><code>username</code>,<br /><code>endpoint</code>,<br /><code>max</code>,<br /><code>offset</code>,<br /><code>accountQuery</code>,<br /><code>advsearchcriteria</code> - accountKey,description,comments,accounttype,status,customproperty1-customproperty56,accountID,displayName,name,creator (username),updateuser (username),validfromDate validthrough,createdon,lastlogondate,lastpasswordchange,updatedate,orphan (true/false),<br />accountowner - with fields 1. type - user/ usergroup (mandatory), 2. value - username/ usergroup name (mandatory), 3. rank - 1 to 5 (optional)</p>\n<p>Sample - \"advsearchcriteria\":{ \"status\":\"ACTIVE\",\"name\":\"john*\",\"createdon\":\"2016-12-13\",\"customproperty12\":\"*Ro*\",\"orphan\":\"true\",\"accountowner\": [<br />{<br />\"type\": \"user\",<br />\"value\": \"janedoe\",<br />\"rank\": \"1\"<br />}<br />]},</p>\n<p>Date can be searched with 'yyyy-MM-dd', dates and boolean are exact match.</p>\n<p><strong>Note</strong>: Any OR conditions must be used within parenthesis. For example:</p>\n<p>{<br />\"accountQuery\":\"(acc.status='1' or acc.comments like '%a%')\",<br />\"username\":\"admin\"<br />}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getAccounts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ee13f348-90b6-4925-be0e-742ef7c1bd29","name":"Get Account Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"accountQuery\":\"acc.status='1'\",\n    \"advsearchcriteria\": {\n        \"status\": \"ACTIVE\",\n        \"name\": \"svc*\",\n        \"accountowner\": [\n            {\n                \"type\": \"user\",\n                \"value\": \"admin\",\n                \"rank\": \"1\"\n            }\n        ]\n    }\n}"},"url":"{{url}}/ECM/{{path}}/getAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ed52f4ad-43af-4e9a-974d-adaa7e626925; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 29 Dec 2020 03:25:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"displaycount\": 1,\n    \"total\": 1,\n    \"Accountdetails\": [\n        {\n            \"customproperty2\": \"svcIT62341\",\n            \"customproperty11\": \"12717263\",\n            \"customproperty3\": \"AdminUser\",\n            \"customproperty1\": \"svcIT62341\",\n            \"customproperty30\": \"512\",\n            \"endpointKey\": 760,\n            \"accounttype\": \"Service Account\",\n            \"customproperty19\": \"0\",\n            \"lastpasswordchange\": \"07/10/2020\",\n            \"accountID\": \"CN=svcIT62341,OU=SaviyntPoC,DC=corpAD,DC=saviynt,DC=com\",\n            \"endpoint\": \"SaviyntAD\",\n            \"updatedate\": \"07/10/2020\",\n            \"accountowner\": [\n                {\n                    \"rank\": 1,\n                    \"type\": \"user\",\n                    \"value\": \"admin\"\n                },\n                {\n                    \"rank\": 26,\n                    \"type\": \"user\",\n                    \"value\": \"allisonadowner\"\n                }\n            ],\n            \"customproperty6\": \"svcIT62341\",\n            \"customproperty7\": \"Saviynt\",\n            \"customproperty20\": \"svcIT62341@saviynt.com\",\n            \"creator\": \"System created\",\n            \"comments\": \"Created as per request - 2430001\",\n            \"accountclass\": \"top,person,organizationalPerson,user\",\n            \"createdon\": \"07/10/2020\",\n            \"userKey\": \"\",\n            \"customproperty26\": \"CN=svcIT62341,OU=SaviyntPoC,DC=corpAD,DC=saviynt,DC=com\",\n            \"accountKey\": 541341,\n            \"name\": \"svcIT62341\",\n            \"status\": \"1\",\n            \"username\": \"\"\n        }\n    ],\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"8dead507-3752-4eff-a284-02e31df8c714"},{"name":"Export Account","id":"a83f8472-ec4a-41fe-9456-53204c23aabc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"securitysystem","value":"System1","description":"<p>mandatory</p>\n","type":"text"},{"key":"endpoint","value":"System1","description":"<p>mandatory</p>\n","type":"text"}]},"url":"{{url}}/ECM/{{path}}/exportAccount","description":"<p>This API call can be used to fetch all the existing accounts in a particular endpoint and security system along with the account attributes.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>endpoint</code> - not the display name,\n<code>securitysystem</code> - not the display name</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","exportAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5ed6d621-0106-4366-860e-21ab10da95e0","name":"Export Account","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 00:32:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=a86326df-bf5d-4505-9ce7-4996bb03dfa3; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"a86326df-bf5d-4505-9ce7-4996bb03dfa3","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"result\":{\"total\":\"6\",\"accounts\":[{\"accountID\":\"null\",\"endpoint\":\"System1\",\"systemname\":\"System1\",\"name\":\"smarquez\",\"accounttype\":\"A\",\"status\":\"1\"},{\"accountID\":\"null\",\"endpoint\":\"System1\",\"systemname\":\"System1\",\"name\":\"tbowers\",\"accounttype\":\"null\",\"status\":\"Manually Provisioned\"},{\"accountID\":\"null\",\"endpoint\":\"System1\",\"systemname\":\"System1\",\"name\":\"dbailey\",\"accounttype\":\"null\",\"status\":\"Manually Provisioned\"},{\"accountID\":\"null\",\"endpoint\":\"System1\",\"systemname\":\"System1\",\"name\":\"mchapman\",\"accounttype\":\"null\",\"status\":\"Manually Provisioned\"},{\"accountID\":\"null\",\"endpoint\":\"System1\",\"systemname\":\"System1\",\"name\":\"glogan\",\"accounttype\":\"null\",\"status\":\"1\"},{\"accountID\":\"null\",\"endpoint\":\"System1\",\"systemname\":\"System1\",\"name\":\"lkrause\",\"accounttype\":\"null\",\"status\":\"1\"}]},\"errorCode\":\"0\",\"message\":\"SUCCESS\"}"}],"_postman_id":"a83f8472-ec4a-41fe-9456-53204c23aabc"},{"name":"Create Account","id":"1493a7ca-cd2b-4dc5-8908-8a2cab4d9af7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": \"System1\",\n    \"endpoint\": \"System1\",\n    \"name\": \"johnWS\",\n    \"username\": \"johndoe\",\n    \"requestor\": \"admin\",\n    \"accountowner\": [\n        {\n            \"type\": \"user\",\n            \"value\": \"dbailey\",\n            \"rank\": \"1\"\n        }\n    ],\n    \"description\": \"test\",\n    \"displayname\": \"testaccc\",\n    \"comments\": \"10282\",\n    \"accountid\": \"123\",\n    \"customproperty1\": \"1212\",\n    \"customproperty30\": \"1212\",\n    \"passwordchangestatus\": \"changed\",\n    \"privileged\": \"true\",\n    \"usergroup\": \"testgroup\",\n    \"accounttype\": \"service account\",\n    \"incorrectlogons\": \"12\",\n    \"orphan\": \"true\",\n    \"validfrom\": \"11-03-2019\",\n    \"validthrough\": \"10-03-2019\",\n    \"lastlogondate\": \"10-03-2019\",\n    \"passwordlockdate\": \"10-03-2019\"\n}"},"url":"{{url}}/ECM/{{path}}/createAccount","description":"<p>This method creates a new \"account\" for an \"endpoint\" in SSM. All the input parameters it requires are attributes with which the new account record would get created.</p>\n<p>The <code>Authorization</code> header variable must be set to <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: </p>\n<p><code>securitysystem</code> - not display name,\n<code>endpoint</code> - not display name,\n<code>name</code> - account name to be created</p>\n<p>Optional params:</p>\n<p><code>accountid</code>,\n<code>username</code> - user for whom the account is created,\n<code>requestor</code> - user who is creating the account,</p>\n<p><code>accountowner</code> - owner of account</p>\n<p>1.<code>type</code>- usergroup / user, mandatory field<br />2. <code>value</code> - usergroup name / username, mandatory field<br />3. <code>rank</code> - values from 1-5, optional filed, Default: 1,</p>\n<p><code>description</code>,\n<code>displayname</code>,\n<code>comments</code>,\n<code>accountid</code>,\n<code>customproperty&lt;1-56&gt;</code>,\n<code>passwordchangestatus</code>,\n<code>privileged</code>,\n<code>usergroup</code>,\n<code>status</code> - Manually Suspended/Manually Provisioned/SUSPENDED FROM IMPORT SERVICE/1/2/3/4, default: 1\n<code>accounttype</code> - Service Account/Shared Account/FIREFIGHTERID, defaul: null,\n<code>incorrectlogons</code>,\n<code>orphan</code> - true/false,\n<code>validfrom</code> - MM-dd-yyyy,\n<code>validthrough</code> - MM-dd-yyyy,\n<code>lastlogondate</code> - MM-dd-yyyy,\n<code>passwordlockdate</code>- MM-dd-yyyy,\n<code>lastpasswordchange</code> - MM-dd-yyyy</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8dec2fae-c2c0-413d-88b1-f2cf3abcafb4","name":"Create Account Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": \"System1\",\n    \"endpoint\": \"System1\",\n    \"name\": \"johnWS\",\n    \"username\": \"johndoe\",\n    \"requestor\": \"admin\",\n    \"accountowner\": [\n        {\n            \"type\": \"user\",\n            \"value\": \"dbailey\",\n            \"rank\": \"1\"\n        }\n    ],\n    \"description\": \"test\",\n    \"displayname\": \"testaccc\",\n    \"comments\": \"10282\",\n    \"accountid\": \"123\",\n    \"customproperty1\": \"1212\",\n    \"customproperty30\": \"1212\",\n    \"passwordchangestatus\": \"changed\",\n    \"privileged\": \"true\",\n    \"usergroup\": \"testgroup\",\n    \"accounttype\": \"service account\",\n    \"incorrectlogons\": \"12\",\n    \"orphan\": \"true\",\n    \"validfrom\": \"11-03-2019\",\n    \"validthrough\": \"10-03-2019\",\n    \"lastlogondate\": \"10-03-2019\",\n    \"passwordlockdate\": \"10-03-2019\"\n}"},"url":"{{url}}/ECM/{{path}}/createAccount","description":"This method creates a new \"account\" for an \"endpoint\" in SSM. All the input parameters it requires are attributes with which the new account record would get created.\n\nThe `Authorization` header variable must be set to `Bearer` followed by `Token`.\n\nMandatory params: \n\n`securitysystem` - not display name,\n`endpoint` - not display name,\n`name` - account name to be created\n\nOptional params:\n\n`accountid`,\n`username` - user for whom the account is created,\n`requestor` - user who is creating the account,\n\n`accountowner` - owner of account\n\n1.`type`- usergroup / user, mandatory field  \n2. `value` - usergroup name / username, mandatory field  \n3. `rank` - values from 1-5, optional filed, Default: 1,\n\n`description`,\n`displayname`,\n`comments`,\n`accountid`,\n`customproperty<1-56>`,\n`passwordchangestatus`,\n`privileged`,\n`usergroup`,\n`status` - Manually Suspended/Manually Provisioned/SUSPENDED FROM IMPORT SERVICE/1/2/3/4, default: 1\n`accounttype` - Service Account/Shared Account/FIREFIGHTERID, defaul: null,\n`incorrectlogons`,\n`orphan` - true/false,\n`validfrom` - MM-dd-yyyy,\n`validthrough` - MM-dd-yyyy,\n`lastlogondate` - MM-dd-yyyy,\n`passwordlockdate`- MM-dd-yyyy,\n`lastpasswordchange` - MM-dd-yyyy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 00:33:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5c3516df-9226-497c-b281-c4862f14d1cc; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"5c3516df-9226-497c-b281-c4862f14d1cc","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"SUCCESS\"}"},{"id":"f398d4f9-d75e-4d92-bf91-38a34f02cc95","name":"Create Account Failure","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 00:34:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=47781b2b-e2d2-4199-8321-3b3f69a030bd; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"47781b2b-e2d2-4199-8321-3b3f69a030bd","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"1\",\"message\":\"Account with name johnWS already exists.\"}"}],"_postman_id":"1493a7ca-cd2b-4dc5-8908-8a2cab4d9af7"},{"name":"Update Account","id":"c32dbf32-8984-4f84-8282-a7ce73e9bdc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": \"System1\",\n    \"endpoint\": \"System1\",\n    \"name\": \"johnWS\",\n    \"customproperty1\":\"cp1\",\n\t\"description\":\"desc\",\n\t\"status\":\"1\",\n    \"accountowner\": [\n        {\n            \"type\": \"user\",\n            \"value\": \"dbailey\",\n            \"rank\": \"1\",\n            \"action\":\"remove\"\n        },\n        {\n            \"type\": \"user\",\n            \"value\": \"acook\",\n            \"rank\": \"1\",\n            \"action\":\"add\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/updateAccount","description":"<p>This method updates a particular \"account\" record in Saviynt, based on the account name.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:<br /><code>securitysystem</code>,<br /><code>endpoint</code>,<br /><code>name</code> - account name</p>\n<p>Optional params:<br /><code>customproperty&lt;1 to 30&gt;</code>,<br /><code>status</code>,<br /><code>description</code></p>\n<p><code>accountowner</code></p>\n<ul>\n<li><code>type</code>: Specify user or usergroup as the owner type. This is a mandatory parameter.</li>\n<li><code>value</code>: Specify usergroup name or username. This is a mandatory parameter.</li>\n<li><code>rank</code>: Specify the rank of the owner. You can specify values from 1 to 5, 26, or 27. Specify 26 for a primary certifier and 27 for any secondary certifier. This is an optional parameter, and the default value is 1.</li>\n<li><code>action</code>: Specify add or remove. This is a mandatory parameter.</li>\n</ul>\n<p><code>description</code>,<br /><code>displayname</code>,<br /><code>comments</code>,<br /><code>accountid</code>,<br /><code>customproperty&lt;1-56&gt;</code>,<br /><code>passwordchangestatus</code>,<br /><code>privileged</code>,<br /><code>usergroup</code>,</p>\n<p><code>updateuser</code> - username of user who is updating the account,<br /><code>status</code> - Manually Suspended/Manually Provisioned/SUSPENDED FROM IMPORT SERVICE/1/2/3/4, default: 1<br /><code>accounttype</code> - The account type that is imported from the third-party application (for example, Service Account, Shared Account, FIREFIGHTERID, and so on). default: null<br /><code>incorrectlogons</code>,<br /><code>orphan</code> - true/false,<br /><code>validfrom</code> - MM-dd-yyyy,<br /><code>validthrough</code> - MM-dd-yyyy,<br /><code>lastlogondate</code> - MM-dd-yyyy,<br /><code>passwordlockdate</code>- MM-dd-yyyy,<br /><code>lastpasswordchange</code> - MM-dd-yyyy</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"16e7a608-6f5c-4cec-99ff-b5a876781687","name":"Update Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": \"System1\",\n    \"endpoint\": \"System1\",\n    \"name\": \"johnWS\",\n    \"customproperty1\":\"cp1\",\n\t\"description\":\"desc\",\n\t\"status\":\"1\",\n    \"accountowner\": [\n        {\n            \"type\": \"user\",\n            \"value\": \"dbailey\",\n            \"rank\": \"1\",\n            \"action\":\"remove\"\n        },\n        {\n            \"type\": \"user\",\n            \"value\": \"acook\",\n            \"rank\": \"1\",\n            \"action\":\"add\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/updateAccount","description":"This method updates a particular \"account\" record in Saviynt, based on the account name.\n\nThe `Authorization` must have `Bearer` followed by `Token`.\n\nMandatory params:  \n`securitysystem`,  \n`endpoint`,  \n`name` - account name\n\nOptional params:  \n`customproperty<1 to 30>`,  \n`status`,  \n`description`\n\n`accountowner`\n\n- `type`: Specify user or usergroup as the owner type. This is a mandatory parameter.\n- `value`: Specify usergroup name or username. This is a mandatory parameter.\n- `rank`: Specify the rank of the owner. You can specify values from 1 to 5, 26, or 27. Specify 26 for a primary certifier and 27 for any secondary certifier. This is an optional parameter, and the default value is 1.\n- `action`: Specify add or remove. This is a mandatory parameter.\n    \n\n`description`,  \n`displayname`,  \n`comments`,  \n`accountid`,  \n`customproperty<1-56>`,  \n`passwordchangestatus`,  \n`privileged`,  \n`usergroup`,\n\n`updateuser` - username of user who is updating the account,  \n`status` - Manually Suspended/Manually Provisioned/SUSPENDED FROM IMPORT SERVICE/1/2/3/4, default: 1  \n`accounttype` - The account type that is imported from the third-party application (for example, Service Account, Shared Account, FIREFIGHTERID, and so on). default: null  \n`incorrectlogons`,  \n`orphan` - true/false,  \n`validfrom` - MM-dd-yyyy,  \n`validthrough` - MM-dd-yyyy,  \n`lastlogondate` - MM-dd-yyyy,  \n`passwordlockdate`\\- MM-dd-yyyy,  \n`lastpasswordchange` - MM-dd-yyyy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 00:36:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=7a5ee95d-8152-493e-b4ec-ee93437036cc; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"7a5ee95d-8152-493e-b4ec-ee93437036cc","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"Account Updated Successfully\"}"}],"_postman_id":"c32dbf32-8984-4f84-8282-a7ce73e9bdc4"},{"name":"Assign Account to User","id":"b5d84a09-1573-4ca9-a7d0-c5651bc94bd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"securitysystem","value":"System1","type":"text"},{"key":"endpoint","value":"System1","type":"text"},{"key":"accountname","value":"johnWS","type":"text"},{"key":"username","value":"johndoe","type":"text"}]},"url":"{{url}}/ECM/{{path}}/assignAccountToUser","description":"<p>This method provisions an \"Account\" to a \"User\" in SSM.  The \"Account\" corresponds to a particular IT Application (e.g Microsoft Active Directory) which is modeled in SSM as \"Endpoint\" of a \"Security System\". </p>\n<p>Mandatory params:</p>\n<p><code>securitysystem</code> - Name of the Security System for the relevant IT Application modeled in SSM.</p>\n<p><code>endpoint</code>- Name of the Endpoint corresponding to the Security System.</p>\n<p><code>accountname</code> - Account name for the provisioned account.</p>\n<p><code>username</code> - Username of the user to whom the account has to be provisioned.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","assignAccountToUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c3da2194-0db7-4549-9dc3-bea80387d746","name":"Assign Account to User","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"securitysystem","value":"System1","type":"text"},{"key":"endpoint","value":"System1","type":"text"},{"key":"accountname","value":"johnWS","type":"text"},{"key":"username","value":"johndoe","type":"text"}]},"url":"{{url}}/ECM/{{path}}/assignAccountToUser","description":"This method provisions an \"Account\" to a \"User\" in SSM.  The \"Account\" corresponds to a particular IT Application (e.g Microsoft Active Directory) which is modeled in SSM as \"Endpoint\" of a \"Security System\". \n\nMandatory params:\n\n`securitysystem` - Name of the Security System for the relevant IT Application modeled in SSM.\n\n`endpoint`- Name of the Endpoint corresponding to the Security System.\n\n`accountname` - Account name for the provisioned account.\n\n`username` - Username of the user to whom the account has to be provisioned.\n\nThe `Authorization` must have `Bearer` followed by `Token`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 00:38:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=c247d759-3fd0-4750-b593-fb5eec81c650; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"c247d759-3fd0-4750-b593-fb5eec81c650","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"SUCCESS\"}"}],"_postman_id":"b5d84a09-1573-4ca9-a7d0-c5651bc94bd6"},{"name":"Assign Entitlement to Account","id":"41ab6a5a-8c92-4e9c-a629-a592197da1cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"securitysystem","value":"System1","type":"text"},{"key":"endpoint","value":"System1","type":"text"},{"key":"accountname","value":"johnWS","type":"text"},{"key":"entitlementtype","value":"Access","type":"text"},{"key":"entitlementvalue","value":"Entitlement1","type":"text"}]},"url":"{{url}}/ECM/{{path}}/assignAccountToEntitlement","description":"<p>This method provisions one or more \"Entitlements\" to an \"Account\". The \"Entitlements\" and \"Account\" correspond to a particular IT Application (e.g Microsoft Active Directory) which is modeled in SSM as \"Endpoint\" of a \"Security System\".</p>\n<p>Mandatory params:<br /><code>securitysystem</code> - Name of the Security System for the relevant IT Application modeled in SSM.</p>\n<p><code>endpoint</code>- Name of the Endpoint corresponding to the Security System.</p>\n<p><code>accountname</code> - Account name to which the entitlements should be provisioned.</p>\n<p><code>entitlementtype</code> - Entitlement type for the entitlements which are to be provisioned. e.g. AD Groups, EBS Responsibilities, SAP Roles etc.</p>\n<p><code>entitlementvalue</code> - Names of the actual entitlements which are to be provisioned.</p>\n<p><code>startdate</code>: Specify the start date for the access period in MM-DD-YYYY date format (example: <code>12-23-2022</code>).</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","assignAccountToEntitlement"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d0f1a294-1f78-495f-8208-4401ccb848ec","name":"Assign Entitlement to Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"securitysystem","value":"System1","type":"text"},{"key":"endpoint","value":"System1","type":"text"},{"key":"accountname","value":"johnWS","type":"text"},{"key":"entitlementtype","value":"Access","type":"text"},{"key":"entitlementvalue","value":"Entitlement1","type":"text"}]},"url":"{{url}}/ECM/{{path}}/assignAccountToEntitlement","description":"This method provisions one or more \"Entitlements\" to an \"Account\". The \"Entitlements\" and \"Account\" correspond to a particular IT Application (e.g Microsoft Active Directory) which is modeled in SSM as \"Endpoint\" of a \"Security System\".\n\nMandatory params:  \n`securitysystem` - Name of the Security System for the relevant IT Application modeled in SSM.\n\n`endpoint`\\- Name of the Endpoint corresponding to the Security System.\n\n`accountname` - Account name to which the entitlements should be provisioned.\n\n`entitlementtype` - Entitlement type for the entitlements which are to be provisioned. e.g. AD Groups, EBS Responsibilities, SAP Roles etc.\n\n`entitlementvalue` - Names of the actual entitlements which are to be provisioned.\n\n`startdate`: Specify the start date for the access period in MM-DD-YYYY date format (example: `12-23-2022`).\n\n  \n  \n\nThe `Authorization` must have `Bearer` followed by `Token`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 00:44:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=87be9ddb-28a8-45a6-9841-b15e8fa3998a; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"87be9ddb-28a8-45a6-9841-b15e8fa3998a","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"SUCCESS\"}"}],"_postman_id":"41ab6a5a-8c92-4e9c-a629-a592197da1cd"},{"name":"Remove Entitlement from Account","id":"c99ae2d5-addb-47d6-ba2b-5aea13f67290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"securitysystem","value":"System1","type":"text"},{"key":"endpoint","value":"System1","type":"text"},{"key":"accountname","value":"johnWS","type":"text"},{"key":"entitlementtype","value":"Access","type":"text"},{"key":"entitlementvalue","value":"Entitlement1","type":"text"}]},"url":"{{url}}/ECM/{{path}}/removeAccountToEntitlement","description":"<p>This method deprovisions one or more \"Entitlements\" from an \"Account\". The \"Entitlements\" and \"Account\" correspond to a particular IT Application (e.g Microsoft Active Directory) which is modeled in SSM as \"Endpoint\" of a \"Security System\".</p>\n<p>Mandatory params: </p>\n<p><code>securitysystem</code> - Name of the Security System for the relevant IT Application modeled in SSM.</p>\n<p><code>endpoint</code>- Name of the Endpoint corresponding to the Security System.</p>\n<p><code>accountname</code> - Account name from which the entitlements should be deprovisioned.</p>\n<p><code>entitlementtype</code> - Entitlement type for the entitlements which are to be deprovisioned. e.g. AD Groups, EBS Responsibilities, SAP Roles etc.</p>\n<p><code>entitlementvalue</code> - Names of the actual entitlements which are to be deprovisioned.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","removeAccountToEntitlement"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"18e06dc2-67aa-4c39-8c05-c747b7abfe7c","name":"Removes Entitlement from Account Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"securitysystem","value":"System1","type":"text"},{"key":"endpoint","value":"System1","type":"text"},{"key":"accountname","value":"johnWS","type":"text"},{"key":"entitlementtype","value":"Access","type":"text"},{"key":"entitlementvalue","value":"Entitlement1","type":"text"}]},"url":"{{url}}/ECM/{{path}}/removeAccountToEntitlement","description":"This method deprovisions one or more \"Entitlements\" from an \"Account\". The \"Entitlements\" and \"Account\" correspond to a particular IT Application (e.g Microsoft Active Directory) which is modeled in SSM as \"Endpoint\" of a \"Security System\".\n\nMandatory params: \n\n`securitysystem` - Name of the Security System for the relevant IT Application modeled in SSM.\n\n`endpoint`- Name of the Endpoint corresponding to the Security System.\n\n`accountname` - Account name from which the entitlements should be deprovisioned.\n\n`entitlementtype` - Entitlement type for the entitlements which are to be deprovisioned. e.g. AD Groups, EBS Responsibilities, SAP Roles etc.\n\n`entitlementvalue` - Names of the actual entitlements which are to be deprovisioned.\n\nThe `Authorization` must have `Bearer` followed by `Token`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 01:01:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=40fff86a-5bff-47cf-925e-92c2d044ed31; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"40fff86a-5bff-47cf-925e-92c2d044ed31","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"SUCCESS\"}"},{"id":"bbdc8b45-20ef-4c06-8fcc-670738d7342c","name":"Removes Entitlement from Account Failure","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 01:02:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=fc8f40c4-9e40-46d1-be65-8d90885de30a; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"fc8f40c4-9e40-46d1-be65-8d90885de30a","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"errorCode\": \"1\",\n    \"message\": \"Account (johnWS) has NO Entitlement (Entitlement1)\"\n}"}],"_postman_id":"c99ae2d5-addb-47d6-ba2b-5aea13f67290"}],"id":"9f591064-9e2a-4396-9144-591b61be9bf1","_postman_id":"9f591064-9e2a-4396-9144-591b61be9bf1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Entitlements","item":[{"name":"Privileges","item":[{"name":"Create Privilege","id":"3139fb62-a5d3-4a76-8a4b-e676bfeffb8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"securitysystem\": \"gcpshruti\",\r\n  \"endpoint\": \"gcpshruti\",\r\n  \"entitlementtype\": \"Groups\",\r\n  \"privilege\": {\r\n    \"attributename\": \"att68\",\r\n    \"attributetype\": \"PASSWORD\",\r\n    \"orderindex\": \"2\",\r\n    \"defaultvalue\": \"erfg\",\r\n    \"attributeconfig\": \"user-based\",\r\n    \"label\": \"assadsd\",\r\n    \"attributegroup\": \"\",\r\n    \"parentattribute\": \"\",\r\n    \"childaction\": \"fghj\",\r\n    \"description\": \"fghjk\",\r\n    \"required\": true,\r\n    \"requestable\": true,\r\n    \"hideoncreate\": true,\r\n    \"hideonupdate\": false,\r\n    \"actionstring\": \"ghjkfghj\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/createPrivilege","description":"<p>This API updates an endpoint in EIC.</p>\n<p>The Authorization must have a Bearer followed by a Token.<br />Mandatory parameters:<br />• Endpoint<br />• Securitysystem<br />• Entitlementtype<br />• attributename</p>\n<p>Optional parameters:<br />•attributetype((BOOLEAN/NUMBER/STRING/ENUM/MULTIPLE SELECT FROM LIST/MULTIPLE SELECT FROM SQL QUERY/SINGLE SELECT FROM SQL QUERY/PASSWORD/LARGE TEXT/CHECK BOX/DATE)),<br />• orderindex,<br />• defaultvalues,<br />• attributeconfig(entitlement-based/user-based),<br />• label,<br />• attributegroup,<br />• parentattribute,<br />• childaction,<br />• description,<br />• actionstring,<br />• required(true/false),<br />• requestable(true/false),<br />• hideoncreate(true/false),<br />• hideonupdate(true/false)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createPrivilege"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dc3cc57c-3c05-4fb7-89fb-152b2768479c","name":"Create Privilege","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"securitysystem\": \"gcpshruti\",\r\n  \"endpoint\": \"gcpshruti\",\r\n  \"entitlementtype\": \"Groups\",\r\n  \"privilege\": {\r\n    \"attributename\": \"att68\",\r\n    \"attributetype\": \"PASSWORD\",\r\n    \"orderindex\": \"2\",\r\n    \"defaultvalue\": \"erfg\",\r\n    \"attributeconfig\": \"user-based\",\r\n    \"label\": \"assadsd\",\r\n    \"attributegroup\": \"\",\r\n    \"parentattribute\": \"\",\r\n    \"childaction\": \"fghj\",\r\n    \"description\": \"fghjk\",\r\n    \"required\": true,\r\n    \"requestable\": true,\r\n    \"hideoncreate\": true,\r\n    \"hideonupdate\": false,\r\n    \"actionstring\": \"ghjkfghj\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/createPrivilege"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 05 Sep 2023 14:26:57 GMT"},{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Language","value":"en"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"msg\": \"Success\",\r\n    \"entitlementtypeprivilegekey\": 1785,\r\n    \"errorcode\": 0\r\n}"}],"_postman_id":"3139fb62-a5d3-4a76-8a4b-e676bfeffb8a"},{"name":"Update Privilege","id":"38736625-dd55-40d4-bbce-acbb4ffd1954","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{{\r\n  \"securitysystem\": \"gcpshruti\",\r\n  \"endpoint\": \"gcpshruti\",\r\n  \"entitlementtype\": \"Groups\",\r\n  \"privilege\": {\r\n    \"attributename\": \"att68\",\r\n    \"attributetype\": \"PASSWORD\",\r\n    \"orderindex\": \"2\",\r\n    \"defaultvalue\": \"erfg\",\r\n    \"attributeconfig\": \"user-based\",\r\n\r\n    \"label\": \"assadsd\",\r\n    \"attributegroup\": \"\",\r\n    \"parentattribute\": \"\",\r\n    \"childaction\": \"fghj\",\r\n    \"description\": \"fghjk\",\r\n    \"required\": true,\r\n    \"requestable\": true,\r\n    \"hideoncreate\": true,\r\n    \"hideonupdate\": false,\r\n    \"actionstring\": \"ghjkfghj\"\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/updatePrivilege","description":"<p>This API updates an endpoint in EIC.<br />The Authorization must have a Bearer followed by a Token.<br />Mandatory parameters:<br />• Endpoint<br />• Securitysystem<br />• Entitlementtype<br />• attributename</p>\n<p>Optional parameters:<br />• attributetype((BOOLEAN/NUMBER/STRING/ENUM/MULTIPLE SELECT FROM LIST/MULTIPLE SELECT FROM SQL QUERY/SINGLE SELECT FROM SQL QUERY/PASSWORD/LARGE TEXT/CHECK BOX/DATE)),<br />• orderindex,<br />• defaultvalues,<br />• attributeconfig(entitlement-based/user-based),<br />• label,<br />• attributegroup,<br />• parentattribute,<br />• childaction,<br />• description,<br />• actionstring,<br />• required(true/false),<br />• requestable(true/false),<br />• hideoncreate(true/false),<br />• hideonupdate(true/false)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updatePrivilege"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"426f1854-c7c6-474a-86e3-7654266aeccf","name":"Update Privilege","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{{\r\n  \"securitysystem\": \"gcpshruti\",\r\n  \"endpoint\": \"gcpshruti\",\r\n  \"entitlementtype\": \"Groups\",\r\n  \"privilege\": {\r\n    \"attributename\": \"att68\",\r\n    \"attributetype\": \"PASSWORD\",\r\n    \"orderindex\": \"2\",\r\n    \"defaultvalue\": \"erfg\",\r\n    \"attributeconfig\": \"user-based\",\r\n\r\n    \"label\": \"assadsd\",\r\n    \"attributegroup\": \"\",\r\n    \"parentattribute\": \"\",\r\n    \"childaction\": \"fghj\",\r\n    \"description\": \"fghjk\",\r\n    \"required\": true,\r\n    \"requestable\": true,\r\n    \"hideoncreate\": true,\r\n    \"hideonupdate\": false,\r\n    \"actionstring\": \"ghjkfghj\"\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/updatePrivilege"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 05 Sep 2023 14:41:42 GMT"},{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Language","value":"en"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"msg\": \"Success\",\r\n    \"entitlementtypeprivilegekey\": 1785,\r\n    \"errorcode\": 0\r\n}"}],"_postman_id":"38736625-dd55-40d4-bbce-acbb4ffd1954"},{"name":"Delete Privilege","id":"ccc3e5f6-e62f-4211-80ac-69be18883af8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"securitysystem\": \"System1\",\r\n  \"endpoint\": \"System1\",\r\n  \"entitlementtype\": \"enttype1\",\r\n  \"privilege\": \"attr1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"ECM/api/v5/deletePrivilege","description":"<p>{{url}}/ECM/{{path}}/deletePrivilege<br />This API updates an endpoint in EIC.</p>\n<p>The Authorization must have a Bearer followed by a Token.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["api","v5","deletePrivilege"],"host":["ECM"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccc3e5f6-e62f-4211-80ac-69be18883af8"}],"id":"fada75fe-2e4d-4877-b45a-0c102c149456","_postman_id":"fada75fe-2e4d-4877-b45a-0c102c149456","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Get Entitlements","id":"a87f1bad-f006-43cc-a9c1-c1d0df1d8af8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"jsmith\",\r\n  \"endpoint\": \"access_system\",\r\n  \"entQuery\": \"ent.entitlement_value like '%21089_evval%'\",\r\n  \"entownerwithrank\": \"true\",\r\n  \"returnentitlementmap\": \"true\"\r\n}"},"url":"{{url}}/ECM/{{path}}/getEntitlements","description":"<p>This API can be used to get the list of all the entitlements.</p>\n<p>This API call can be used to get the list and details of all the entitlements the user has access to. </p>\n<p>This API will return only the entitlement attributes which are not null or not empty.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Optional params:\n<code>username</code>,\n<code>entitlementtype</code>,\n<code>endpoint</code>,\n<code>requestedObject</code> -\"users\",\"userscount\",\n<code>max</code>,\n<code>offset</code>,\n<code>entitlementResponseFields</code>,\n<code>userResponseFields</code>,\n<code>userfiltercriteria</code>,\n<code>accountname</code>,\n<code>entownerwithrank</code> - if \"true\", returns the list of owners with owner rank for every entitlementValue,\n<code>returnentitlementmap</code>(true/false,default:false) - If true, entitlementmap details will be returned,\n<code>exactmatch</code> - Default is true. If given as false, it will search based on similar matches,</p>\n<p><code>entitlementfiltercriteria</code>,</p>\n<p>OR </p>\n<p><code>entQuery</code> - query to support only entitlement_values parameters. Sample - \"ent.description  = 'Desc' or ent.displayname like '%display%'\".</p>\n<p><em><strong>Note</strong></em> - Either pass param entitlementfiltercriteria (with or without exactmatch) OR entQuery. Both cannot be passed simultaneously.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getEntitlements"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"655051e4-a475-417a-9a9e-35ee9fbb2deb","name":"Get Entitlements","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"jsmith\",\r\n  \"endpoint\": \"access_system\",\r\n  \"entQuery\": \"ent.entitlement_value like '%21089_evval%'\",\r\n  \"entownerwithrank\": \"true\",\r\n  \"returnentitlementmap\": \"true\"\r\n}"},"url":"{{url}}/ECM/{{path}}/getEntitlements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=DE21F9CB0F6F2CCE3EBFC0B58DBBDC86; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5fa8a880-0b39-44c7-be59-d60df88371ee; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 30 Jun 2021 20:38:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n  \"msg\": \"Successful\",\n  \"Entitlementdetails\": [\n    {\n      \"syscritical\": \"0\",\n      \"entitlement_valuekey\": \"98\",\n      \"endpointKey\": 48,\n      \"confidentiality\": \"0\",\n      \"entitlementID\": \"21089_evval1\",\n      \"createdate\": \"06/26/2025\",\n      \"description\": \"\",\n      \"entitlementOwner\": {\n        \"Rank 26\": [\n          \"david.m@access.com\"\n        ]\n      },\n      \"priviliged\": \"0\",\n      \"entitlementTypeName\": \"21089_enttype1\",\n      \"entitlementType\": \"21089_enttype1\",\n      \"entitlement_glossary\": \"\",\n      \"entitlementTypeKey\": 81,\n      \"endpoint\": \"21089_ep\",\n      \"updatedate\": \"07/17/2025\",\n      \"requestForm\": \"Request Form Table\",\n      \"displayname\": \"HR Admin\",\n      \"soxcritical\": \"0\",\n      \"risk\": \"0\",\n      \"entitlement_value\": \"21089_evval1\",\n      \"status\": \"1\",\n      \"updateuser\": \"11\",\n      \"accounts\": [\n        {\n          \"enddate\": \"\",\n          \"accountname\": \"jsmith\",\n          \"updatedate\": \"07/08/2025 10:15:20\",\n          \"startdate\": \"07/08/2025 09:20:53\"\n        }\n      ],\n      \"childEntitlementCount\": 0,\n      \"entitlementMapDetails\": []\n    },\n    {\n      \"endpointKey\": 48,\n      \"confidentiality\": \"0\",\n      \"createdate\": \"06/26/2025\",\n      \"description\": \"\",\n      \"entitlement_glossary\": \"\",\n      \"endpoint\": \"21089_ep\",\n      \"updatedate\": \"12/16/2025\",\n      \"Custom Property 11\": \"Test1\",\n      \"entitlement_value\": \"21089_evval\",\n      \"Custom Property 12\": \"OriginalOperator\",\n      \"Custom Property 13\": \"Tes1\",\n      \"Custom Property 14\": \"App1\",\n      \"syscritical\": \"0\",\n      \"entitlement_valuekey\": \"97\",\n      \"entitlementID\": \"21089_evval\",\n      \"entitlementOwner\": {\n        \"Rank 26\": [\n          \"jdoe\"\n        ],\n        \"Rank 27\": [\n          \"jlane\"\n        ]\n      },\n      \"priviliged\": \"0\",\n      \"entitlementTypeName\": \"21089enttype\",\n      \"entitlementType\": \"21089enttype\",\n      \"entitlementTypeKey\": 80,\n      \"requestForm\": \"Request Form Table\",\n      \"displayname\": \"Security\",\n      \"soxcritical\": \"0\",\n      \"risk\": \"0\",\n      \"status\": \"1\",\n      \"updateuser\": \"30\",\n      \"accounts\": [\n        {\n          \"enddate\": \"\",\n          \"accountname\": \"jsmith\",\n          \"updatedate\": \"07/08/2025 08:55:37\",\n          \"startdate\": \"07/08/2025 08:55:10\"\n        },\n        {\n          \"enddate\": \"\",\n          \"accountname\": \"ckent\",\n          \"updatedate\": \"07/08/2025 09:13:06\",\n          \"startdate\": \"07/08/2025 09:12:28\"\n        }\n      ],\n      \"childEntitlementCount\": 0,\n      \"entitlementMapDetails\": [\n        {\n          \"primaryEntType\": \"21089enttype\",\n          \"requestFilter\": false,\n          \"addDependentTask\": true,\n          \"removeDependentEntTask\": true,\n          \"excludeEntitlement\": false,\n          \"primary\": \"21089_evval1.1\",\n          \"primaryEntKey\": \"99\",\n          \"exportPrimary\": \"21089_evval1.1\",\n          \"description\": \"\"\n        }\n      ]\n    }\n  ],\n  \"totalEntitlementCount\": 2,\n  \"entitlementsCount\": 2,\n  \"errorCode\": \"0\"\n}"}],"_postman_id":"a87f1bad-f006-43cc-a9c1-c1d0df1d8af8"},{"name":"Get Child Entitlements","id":"32b16b17-9a8c-46fa-899d-0ba6be77deb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"endpointkey\": \"1\",\r\n    \"endpointname\": \"AWS\",\r\n    \"entitlementtypekey\": \"54\",\r\n    \"entitlementtypename\": \"AWSSecurityGroup\",\r\n    \"parententitlementvalue\": \"sg-0303987b\",\r\n    \"parententitlementvaluekey\": \"189260\",\r\n    \"entquery\": \"pev.status = 1\",\r\n    \"childentquery\": \"cev.customproperty3 = '25' \",\r\n    \"entitlements2query\": \"e2.jobId is not null\",\r\n    \"responsefields\": [\r\n        \"description\",\r\n        \"customproperty1\",\r\n        \"customproperty3\",\r\n        \"displayname\"\r\n    ],\r\n    \"max\": \"5\",\r\n    \"offset\": \"0\"\r\n}"},"url":"{{url}}/ECM/{{path}}/getChildEntitlements","description":"<p>This API can be used to get the list of all child entitlements.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>endpointname</code>/<code>endpointkey</code> - if both are passed endpointkey is considered</p>\n<p>Optional params:</p>\n<p><code>entitlementtypekey</code>/<code>entitlementtypename</code> - Possible values should have parent entitlementtypekey/entitlementtypename. If both are passed entitlementtypekey is considered,</p>\n<p><code>parententitlementvalue</code>/<code>parententitlementvaluekey</code> - if both are passed parententitlementvaluekey is considered,</p>\n<p><code>entquery</code> - query to support parent entitlement_values parameters. Sample - \"pev.status = 1\",</p>\n<p><code>childentquery</code> - query to support child entitlement_values parameters. Sample - \"cev.customproperty3 = '25'\",</p>\n<p><code>entitlements2query</code> - query to support entitlements2 parameters. Sample - \"e2.jobId is not null\",</p>\n<p><code>responsefields</code> - possible values should have child entitlementvalue domain properties. Sample - [\"description\",\"customproperty1\",\"customproperty3\",\"displayname\"],</p>\n<p><code>max</code>,</p>\n<p><code>offset</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getChildEntitlements"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1b6c0552-404c-42c8-835e-d31a9bb6ade5","name":"Get Child Entitlements","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/getChildEntitlements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=BF66BE8EB11E4CC0DA6A53EF24C7D462; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=1e59254b-5058-49f9-89cd-3e9b9a250e8d; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 24 Sep 2021 00:18:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"displaycount\": 1,\n    \"msg\": \"success\",\n    \"totalcount\": 1,\n    \"childEntitlementsList\": [\n        {\n            \"customproperty3\": \"25\",\n            \"entitlement_valuekey\": \"189502\",\n            \"customproperty1\": \"23.240.16.195/32\",\n            \"endpointKey\": 1,\n            \"entitlementTypeName\": \"SGIBRules\",\n            \"entitlementType\": \"SGIBRules\",\n            \"entitlementTypeKey\": 63,\n            \"endpoint\": \"AWS\",\n            \"parententitlementvaluekey\": 189260,\n            \"requestForm\": \"Request Form None\",\n            \"parententstatus\": \"1\",\n            \"entitlement_value\": \"InboundRules::sg-0303987b#0\",\n            \"parententitlementvalue\": \"sg-0303987b\"\n        }\n    ],\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"32b16b17-9a8c-46fa-899d-0ba6be77deb8"},{"name":"Create/Update Entitlement","id":"34b2ec0a-09be-4819-93cc-cb97762ecaf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"endpoint\":\"Workday\",\r\n  \"entitlementtype\":\"Security-Groups\",\r\n  \"entitlement_value\":\"Accounts Receivable Specialist (Unconstrained)\",\r\n  \"status\":1,\r\n  \"updatedentitlement_value\":\"Accounts Receivable Specialist (Unconstrained) Test\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createUpdateEntitlement","description":"<p>This method creates a new \"entitlementvalue\" for an \"endpoint\" in SSM. All the input parameters it requires are attributes with which the new account record would get created.</p>\n<p>Ensure: The <code>Authorization</code> header variable must be set to <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>endpoint</code>,\n<code>entitlementtype</code>,\n<code>entitlement_value</code></p>\n<p>Optional params:</p>\n<p><code>attributes</code> for Entitlement_values,</p>\n<p><code>entitlementowner&lt;N&gt;</code> - N is the rank, <code>entitlementowner</code> modifies entitlementowner with rank 1, <code>entitlementowner3</code> - modifies entitlementowner with rank 3,</p>\n<p><code>entitlementID</code>,<code>newentitlement_value</code> - used to update the entitlement if multiple entitlements with same entitlement_value are present under the same entitlementtype and endpoint</p>\n<p><code>entitlementcasecheck</code>(can be true or false, default : false) - If true, entitlement value search will be case sensitive during create or update.</p>\n<p><code>entitlement_valuekey</code></p>\n<p><code>updatedentitlement_value</code> - new value for entitlement_value</p>\n<p><code>entitlementmap</code> - </p>\n<ol>\n<li><code>entitlementvalue</code></li>\n<li><code>entitlementtype</code></li>\n<li><code>endpoint</code></li>\n<li><code>requestfilter</code></li>\n<li><code>excludeentitlement</code></li>\n<li><code>adddependenttask</code></li>\n<li><code>removedependententtask</code></li>\n<li><code>updateType</code>(ADD/REMOVE, default : ADD)</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createUpdateEntitlement"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2dafcc27-e0ec-441f-9c3a-eaac6dc244de","name":"Create/Update Entitlement","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"endpoint\":\"Workday\",\r\n  \"entitlementtype\":\"Security-Groups\",\r\n  \"entitlement_value\":\"Accounts Receivable Specialist (Unconstrained)\",\r\n  \"status\":1,\r\n  \"updatedentitlement_value\":\"Accounts Receivable Specialist (Unconstrained) Test\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createUpdateEntitlement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=94589b88-cb05-4e05-a11d-dc62e85bb238; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 23 Jul 2020 22:45:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful in saving entitlement\",\n    \"entitlementObj\": {\n        \"syscritical\": \"0\",\n        \"entitlement_valuekey\": \"296\",\n        \"entitlementID\": \"3f9fc9e54e42458daa84ad725dcae8ff\",\n        \"description\": \"\",\n        \"entitlementOwner\": \"\",\n        \"entitlementType\": \"Security-Groups\",\n        \"entitlement_glossary\": \"\",\n        \"endpoint\": \"Workday\",\n        \"requestForm\": \"Request Form Table\",\n        \"displayname\": \"\",\n        \"soxcritical\": \"0\",\n        \"entitlement_value\": \"Accounts Receivable Specialist (Unconstrained) Test\",\n        \"status\": \"1\"\n    },\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"34b2ec0a-09be-4819-93cc-cb97762ecaf4"},{"name":"Get Entitlement Values For Endpoint","id":"1c7b3ce9-87e5-4a73-ad75-296d821e0e09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"endpoint\":\"Workday\",\n    \"entitlementType\": \"Security-Groups\",\n    \"entownerwithrank\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/api/getEntitlementValuesForEndpoint","description":"<p>This method returns a <code>List</code> of \"EntitlementValues\" for a specific endpoint in SSM. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:\n<code>endpoint</code></p>\n<p>Optional params:\n<code>entitlementType</code>, <code>max</code>, <code>offset</code>,\n<code>entownerwithrank</code> - if \"true\", returns the list of owners with owner rank for every entitlementValue\n<code>returnentitlementmap</code>(true/false,default:false) - If true, entitlementmap details will be returned</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","api","getEntitlementValuesForEndpoint"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3e56c6df-b795-4fa5-8fa5-6e14a6017239","name":"Get Entitlement Values For Endpoint","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 23:56:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=979cea5e-e5d4-4e92-9732-addaea2bd3b1; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"F54C79A0EBC8E7DA8653EEB846016978","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"979cea5e-e5d4-4e92-9732-addaea2bd3b1","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"Entitlementdetails\":[{\"syscritical\":\"0\",\"access\":\"Select\",\"customproperty1\":\"test\",\"confidentiality\":\"0\",\"module\":\"Select\",\"description\":\"\",\"entitlementOwner\":[\"dbailey\",\"crichards\"],\"priviliged\":\"0\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\",\"endpoint\":\"System1\",\"updatedate\":\"04/08/2017\",\"requestForm\":\"Request Form Table\",\"displayname\":\"Display Name One\",\"soxcritical\":\"0\",\"risk\":\"0\",\"entitlement_value\":\"TestEnt1\",\"status\":\"1\",\"updateuser\":\"1\"},{\"syscritical\":\"0\",\"customproperty1\":\"test\",\"description\":\"\",\"entitlementOwner\":[\"glogan\",\"smarquez\",\"lkrause\"],\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\",\"endpoint\":\"System1\",\"updatedate\":\"02/22/2017\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"entitlement_value\":\"TestEnt2\",\"status\":\"1\"},{\"syscritical\":\"0\",\"access\":\"Select\",\"customproperty1\":\"test\",\"confidentiality\":\"0\",\"module\":\"Select\",\"description\":\"\",\"entitlementOwner\":[\"bharell\"],\"priviliged\":\"0\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\",\"endpoint\":\"System1\",\"updatedate\":\"03/24/2017\",\"requestForm\":\"Request Form Table\",\"displayname\":\"Display Name Two\",\"soxcritical\":\"0\",\"risk\":\"0\",\"entitlement_value\":\"Entitlement3\",\"status\":\"1\",\"updateuser\":\"1\"},{\"syscritical\":\"0\",\"customproperty20\":\"cp20\",\"customproperty3\":\"cp3\",\"customproperty1\":\"ap1\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\",\"endpoint\":\"System1\",\"updatedate\":\"04/27/2018\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"customproperty8\":\"cp8\",\"entitlement_value\":\"Entitlement4\",\"status\":\"1\",\"updateuser\":\"191327\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"updatedate\":\"02/22/2017\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement5\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\",\"status\":\"1\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"updatedate\":\"02/22/2017\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement6\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\",\"status\":\"1\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement7\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement8\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement9\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement10\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement11\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement12\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement13\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement14\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement15\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement16\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"}],\"totalEntitlementCount\":16,\"entitlementsCount\":16,\"errorCode\":\"0\"}"},{"id":"b4321c8a-d086-40b3-9930-8ac01fbb883d","name":"Get Entitlement Values For Endpoint 2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"endpoint\":\"Workday\",\n    \"entitlementType\": \"Security-Groups\",\n    \"entownerwithrank\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/api/getEntitlementValuesForEndpoint"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8a56ec8d-a73d-4fd4-b58d-7cb6d0034075; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Jul 2020 18:33:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"Entitlementdetails\": [\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"1\",\n            \"entitlementID\": \"fcb69001b57c412a9a73089d3fba61f8\",\n            \"description\": \"\",\n            \"entitlementOwner\": {\n                \"Rank 26\": [\n                    \"lmcneil\",\n                    \"smorgan\",\n                    \"Executive Management\",\n                    \"mschneider\"\n                ]\n            },\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Report Writer (Report_Writer)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"2\",\n            \"entitlementID\": \"92b2f9b6eae547a38317b47c35d25076\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Job and Position Administrator (Job_and_Position_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"3\",\n            \"entitlementID\": \"f03da83fec884f7bae1d43010aeabbf2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Organization Administrator (Organization_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"4\",\n            \"entitlementID\": \"592b0a5c58f54607a99ed248aa6ac01b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Setup Administrator (Setup_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"5\",\n            \"entitlementID\": \"3cbe96e7646d49188d0df3e910c595f0\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Compensation Administrator (Compensation_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"6\",\n            \"entitlementID\": \"a0891771f0a74848a16c31be065e85c5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Benefits Administrator (Benefits_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"7\",\n            \"entitlementID\": \"8847c8d1b68742c5aad11da0cb431f31\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Interface Administrator (Payroll_Interface_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"8\",\n            \"entitlementID\": \"13037a6ec2814a88ab51738b2d1785a8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Costing Administrator (Costing_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"9\",\n            \"entitlementID\": \"7882278ec8974185800e245e065a267a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Training Administrator (Inactive) (Training_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"10\",\n            \"entitlementID\": \"c11574dd8ec54a72bd45518d44c6bd6b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Talent Administrator (Employee_Review_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"11\",\n            \"entitlementID\": \"a39bd1c0e87846368d0437de2d7eaed8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Business Process Administrator (Business_Process_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"12\",\n            \"entitlementID\": \"309eafd4e3cd41bfa3a36e030cde80f5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Finance Administrator (Finance_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"13\",\n            \"entitlementID\": \"9d51e02b3f4540dbb5a5bcfe5d04a1b5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Customer Administrator (Customer_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"14\",\n            \"entitlementID\": \"b1cd06b2085b4ec992a9a608bad8b252\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Company Administrator (Company_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"15\",\n            \"entitlementID\": \"03b798f523754995bf47a4940ccf52d5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"System Auditor (System_Auditor)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"16\",\n            \"entitlementID\": \"b019aa81b8664c0f9e5c5fa92ede9cfe\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Security Administrator (Security_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"17\",\n            \"entitlementID\": \"8fa1920eb76d4dee83671091bdb5f10c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Supplier Administrator (Supplier_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"18\",\n            \"entitlementID\": \"888d842d65a84d1aa5c5b119ad883b29\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Supervisory Administrator (Supervisory_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"19\",\n            \"entitlementID\": \"e2fe9457ca0f4ef59fac6d422dfa7310\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Financial Executive (Inactive) (Financial_Executive)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"20\",\n            \"entitlementID\": \"c0bbd8ce4b2948d69a23e6e1b80c153f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Operations Executive (Operations_Executive)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"21\",\n            \"entitlementID\": \"7c96104fa32948baad8bdf7a97759dda\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Benefits System (Benefits_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"22\",\n            \"entitlementID\": \"4c0a154dfc0844cd9ea65a97282850c0\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll System (Payroll_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"23\",\n            \"entitlementID\": \"637746b905f14230ac4ce12e3bd84b03\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Recruiting System (Recruiting_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"24\",\n            \"entitlementID\": \"a1473d558ff84b12802ddaac6bad599f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HCM Consumer System (HCM_Consumer_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"25\",\n            \"entitlementID\": \"103aa7b291dc4f2aa72d34924cc5d33a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Professional Services Automation System (Inactive) (Professional_Services_Automation_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"26\",\n            \"entitlementID\": \"fd8d69b2a4874babaed1524fc61493aa\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Notification Receiver (Notification_Receiver)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"27\",\n            \"entitlementID\": \"9af203b708e644d4aa972bafff03f1b2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Enterprise Interface System (Enterprise_Interface_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"28\",\n            \"entitlementID\": \"3752bdab01a94d9890afaf3ff374823b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integration Administrator (Integration_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"29\",\n            \"entitlementID\": \"c3341f93d2eb4c60ace3ae49b05555d6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Contract Administrator (Contract_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"30\",\n            \"entitlementID\": \"2629db7409624e60957897b05c5bee23\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Administrator (Payroll_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"31\",\n            \"entitlementID\": \"aa8d570b72b140339ac55cf879ab3e35\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Calculations Administrator (Payroll_Calculations_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"32\",\n            \"entitlementID\": \"41e9f8cd58e94938ae215fc1b644869d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Calculations Administrator (Calculations_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"33\",\n            \"entitlementID\": \"6d0822c85ef44a5fbd24715075f01987\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Absence Administrator (Absence_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"34\",\n            \"entitlementID\": \"8cef321e6d0e4513830085b16dce4a2f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Absence Calculations Administrator (Absence_Calculations_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"35\",\n            \"entitlementID\": \"969317c92f3e46fe81a1ffa93b3b1331\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Settlement Administrator (Settlement_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"36\",\n            \"entitlementID\": \"3d1473b43f7a4ce7b8cdcdb7339b48b8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Purchase Order Interface System (Purchase_Order_Interface_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"37\",\n            \"entitlementID\": \"fe1c18a3ad244b04a873a36960830651\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Security Configurator (Security_Configurator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"38\",\n            \"entitlementID\": \"5e82b96442e741a5a68bbbee8c5d9b6e\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Financial Management System (Financial_Management_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"39\",\n            \"entitlementID\": \"0ff355ff53484a0fb858e22919ae969f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Safety Corporate Administrator (Inactive) (Safety_Corporate_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"40\",\n            \"entitlementID\": \"9561648befe84c10a2ad0ee125c0fc68\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Health Corporate Administrator (Inactive) (Health_Corporate_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"41\",\n            \"entitlementID\": \"920f4b9752f244ba8d12d2498e962d95\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Worker Comp Administrator (Worker_Comp_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"42\",\n            \"entitlementID\": \"d3220de070034a8d9441f1822eaa7041\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Credit Card Administrator (Credit_Card_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"43\",\n            \"entitlementID\": \"b7075be03dbc45ce85440a7e5fb3a496\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Credit Card Integration System (Credit_Card_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"44\",\n            \"entitlementID\": \"6eabe693c6834602aef2aa99c721eeee\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Customer Relationship Management System (Customer_Relationship_Management_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"45\",\n            \"entitlementID\": \"fb3ed699bd754db58e56fc3f640d48cb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Health Administrator (Health_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"46\",\n            \"entitlementID\": \"7e1c5e73b2de4667a42041d1f9d3eef9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Administrator (HR_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"47\",\n            \"entitlementID\": \"f64fb3bd8d264478b3706010329f2db1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR System (HR_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"48\",\n            \"entitlementID\": \"e28069ed2f514e9bbbeb762f487b3b8d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Safety Administrator (Safety_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"49\",\n            \"entitlementID\": \"d5b269376440454aae1756b7d3db5c6a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Banking Integration System (Banking_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"50\",\n            \"entitlementID\": \"d2aee7ec3e4e4533b8c93746f2d0780b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Settlement Integration System (Settlement_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"51\",\n            \"entitlementID\": \"9618b9a8a83d44f9bd8e97b8d37eb179\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Procurement Administrator (Procurement_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"52\",\n            \"entitlementID\": \"027aafbbe1504eb3ae9b0db1bb36f26d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Corporate Directory System (Corporate_Directory_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"53\",\n            \"entitlementID\": \"1d1b0ad99fb64daa863027571269e158\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Compensation System (Compensation_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"54\",\n            \"entitlementID\": \"07c92da03325411a908cbc26057a0892\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Employee Review System (Employee_Review_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"55\",\n            \"entitlementID\": \"0a2ed1dcfec440a3b6569ad41a122d75\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Customer Accounts Integration System (Customer_Accounts_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"56\",\n            \"entitlementID\": \"5cfc1c3e3d5646948a86999e34657621\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Supplier Accounts Integration System (Supplier_Accounts_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"57\",\n            \"entitlementID\": \"81713553879e46588c22cf3ee6dc217c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Procurement Integration System (Procurement_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"58\",\n            \"entitlementID\": \"7584245177fc4716a9f5905b23c32c60\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Time and Leave System (Time_and_Leave_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"59\",\n            \"entitlementID\": \"c391248009de438e874a5c3bcfb73de1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Expense Integration System (Expense_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"60\",\n            \"entitlementID\": \"0b63e8fd1a03462b9e3712bb0f8d091e\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Business Asset Integration System (Business_Asset_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"61\",\n            \"entitlementID\": \"23cc1b9dd0df4941b096bd5bccde7412\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Project Integration System (Project_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"62\",\n            \"entitlementID\": \"db0103a7b0a14e0684bc61dbfecc43e1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Project Administrator (Project_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"63\",\n            \"entitlementID\": \"1c39191577c24ce89904b8b30ae371cb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Alternate Approver (Alternate_Approver)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"64\",\n            \"entitlementID\": \"764336276bdf47088da6d621c481e7eb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Succession Administrator (Inactive) (Succession_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"65\",\n            \"entitlementID\": \"05fb8017b30b4ccba14970e29adae9c8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Retiree Administrator (Retiree_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"66\",\n            \"entitlementID\": \"55a3b37a8af84bf385f811d648a3bff2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Fund Administrator (Fund_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"67\",\n            \"entitlementID\": \"68bb8071cecb452095ebdd174d7bdb1c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Finance Integration Administrator (Finance_Integration_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"68\",\n            \"entitlementID\": \"927b7c85de1d462fbc5717dfa1a17d0f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Finance Auditor (Finance_Auditor)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"69\",\n            \"entitlementID\": \"263f42f97add41ae9dc6a268a3be0b7c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Auditor (Payroll_Auditor)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"70\",\n            \"entitlementID\": \"90d94604b3494383854c0e7316402d62\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Auditor (HR_Auditor)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"71\",\n            \"entitlementID\": \"b3abcfd0eb9b4e2c883e3a01e82756fa\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Compensation Administrator (Regional) (Compensation_Adminstrator_Regional)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"72\",\n            \"entitlementID\": \"3644dc5d86244da2abc86688414bb6ac\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Global Mobility Administrator (Global_Mobility_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"73\",\n            \"entitlementID\": \"692cabab940742f6895d54ac6a343953\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Top Performer Committee (Top_Performer_Committee)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"74\",\n            \"entitlementID\": \"bea7a1215a424d5694e040e34217f4a9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Union Administrator (Union_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"75\",\n            \"entitlementID\": \"a1fc1749a7a64e8daed4ef535c404d22\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Non-Workbench User (Non-Workbench_User)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"76\",\n            \"entitlementID\": \"48b6a1f9f64847c7af113dc2fc22dee9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Report Output Sharing (Report_Output_Sharing)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"77\",\n            \"entitlementID\": \"328f048bcd8a4811b3a285e367ceacea\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Talent Search User (Talent_Search_User)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"78\",\n            \"entitlementID\": \"e547de1402ec4be7a3b4ed8f6ccaec6e\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Administrator USA (Payroll_Administrator_USA)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"79\",\n            \"entitlementID\": \"d27e9782ff194dd89097baafb805c7c9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Administrator CAN (Payroll_Administrator_CAN)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"80\",\n            \"entitlementID\": \"6aba463840044edfb0f6863d5dbf75a6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Integration Administrator (HR_Integration_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"81\",\n            \"entitlementID\": \"680990f043e84a07af356f2faddebe18\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Integration Administrator (Payroll_Integration_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"82\",\n            \"entitlementID\": \"bfcdabbb84414ef7b46dd69f42943629\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Time Tracking Administrator (Time_Tracking_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"83\",\n            \"entitlementID\": \"023925c3f63d4e0382ae901912a499ab\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Service Center Administrator (Service_Center_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"84\",\n            \"entitlementID\": \"1f27e92ab72540538177ece809dc571f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integration Monitor (Integration_Monitor)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"85\",\n            \"entitlementID\": \"a0a0bfd1eb96415596f7993cd1a6cd70\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Multifactor Security Group 1 (username + tenant challenge questions) (Multifactor_Security_Group_1)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"86\",\n            \"entitlementID\": \"193c453135f04b829414d42ca2aa6e1f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Multifactor Security Group 2 (username + one time password) (Multifactor_Security_Group_2)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"87\",\n            \"entitlementID\": \"397a022fb6384c33bc60b2bcd739f99c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workforce Planning Administrator (Workforce_Planning_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"88\",\n            \"entitlementID\": \"f0d7b0c929de49f884cd4963bdec56db\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Approver\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"89\",\n            \"entitlementID\": \"a2a72fda699a10008fbf50c3fef8f3e5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Report Administrator (Report_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"90\",\n            \"entitlementID\": \"3e05b8e31833103ad023624ed0d500de\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"PCI Credit Card Administrator (USER-BASED_SECURITY_GROUP-16-92)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"91\",\n            \"entitlementID\": \"45245febc7ec1044441a18642c850545\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Time Clock Reporter (In/Out)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"92\",\n            \"entitlementID\": \"e273bd487fbe1047223b555e94c53763\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Check In/Out Access Restriction\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"93\",\n            \"entitlementID\": \"e273bd487fbe1047224c330060cd3764\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"PDF/Excel Export Access Restriction\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"94\",\n            \"entitlementID\": \"e273bd487fbe10472251f0b7ebe53765\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Functional Access Restriction\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"95\",\n            \"entitlementID\": \"e7cec85c883510141551a5f6181f034b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workday Insight Report Users (auto-created) (Workday_Insight_Report_Users__auto-created_)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"96\",\n            \"entitlementID\": \"045cb5a3d0d20154e4d8b69f46146603\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"rajiv-usr-sg1 (USER-BASED_SECURITY_GROUP-6-98)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"97\",\n            \"entitlementID\": \"eedc2148bb9401e6020c066d98372507\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"rajiv-audit-ubsg1 (USER-BASED_SECURITY_GROUP-6-99)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"98\",\n            \"entitlementID\": \"1e58bbcce11201bbc0d1dee8d6381304\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Mahesh Sec Group (USER-BASED_SECURITY_GROUP-6-109)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"99\",\n            \"entitlementID\": \"1e58bbcce112018ee9cc9e9f38390406\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Group For Demo (USER-BASED_SECURITY_GROUP-6-110)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"100\",\n            \"entitlementID\": \"1e58bbcce1120165ee373fbf7e392f07\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"mahesh secgroup2 (USER-BASED_SECURITY_GROUP-6-111)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"101\",\n            \"entitlementID\": \"ff51a0d3c9750116bafd6ac3763bc805\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"mahesh sec grp3 (USER-BASED_SECURITY_GROUP-6-119)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"102\",\n            \"entitlementID\": \"ff51a0d3c975015c447decfb763bc905\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"mahesh sec grp4 (USER-BASED_SECURITY_GROUP-6-120)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"103\",\n            \"entitlementID\": \"ff51a0d3c97501dcee224c4a773bcb05\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"mahesh sec grp5 (USER-BASED_SECURITY_GROUP-6-121)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"104\",\n            \"entitlementID\": \"ff51a0d3c97501e627f96e53773bcc05\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"mahesh sec grp6 (USER-BASED_SECURITY_GROUP-6-122)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"105\",\n            \"entitlementID\": \"ff51a0d3c975017f464b98e2773bd005\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"mahesh sec grp7 (USER-BASED_SECURITY_GROUP-6-123)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"106\",\n            \"entitlementID\": \"a1c7e7481fcf41e7915ee258ff2a14ff\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Administrative Assistant (Administrative_Assistant)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"107\",\n            \"entitlementID\": \"00707eaf108343a081a3f0a694743e67\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Partner (HR_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"108\",\n            \"entitlementID\": \"d83437e99ebf4b75a0c53ba290ad9199\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Benefits Partner (Benefits_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"109\",\n            \"entitlementID\": \"2461c4b2a5c54f119d9ba8174c203c63\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Compensation Partner (Compensation_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"110\",\n            \"entitlementID\": \"0e1cc902b6134926ba5426b11cd4a48d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cost Center Manager (Cost_Center_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"111\",\n            \"entitlementID\": \"376a21a116974c789f80629966270730\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Alternate Owner (Alternate_Owner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"112\",\n            \"entitlementID\": \"de7058bea02b4b65a09764b13ac4b0a5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Manager (Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"113\",\n            \"entitlementID\": \"994457cee2de46749bf47f916af1a8f0\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Interface Partner (Payroll_Interface_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"114\",\n            \"entitlementID\": \"c1f11cd7435a4a6f807cb62c282b1d65\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Recruiter (Recruiter)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"115\",\n            \"entitlementID\": \"89e1027639aa4bccb95a75645ca1bcaf\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Security Partner (Security_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"116\",\n            \"entitlementID\": \"69c6a84f56f44aee822085b66aad4b80\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Facilities (Facilities)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"117\",\n            \"entitlementID\": \"8bf1ec8cf150433b8880e1a202fe7261\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Company Financial Analyst (Company_Financial_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"118\",\n            \"entitlementID\": \"88443a6aff914704afa96bc466408edd\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Team Leader (Team_Leader)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"119\",\n            \"entitlementID\": \"618a96d6c5c743559d7fe5ea6d9262f9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Receivable Specialist (Accounts_Receivable_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"120\",\n            \"entitlementID\": \"5027fd42244545cf9c3cf8d670b4c54e\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Receivable Analyst (Accounts_Receivable_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"121\",\n            \"entitlementID\": \"e7372389ae99412fa9c02ba7c167e0f1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Payable Settlement Specialist (Accounts_Payable_Settlement_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"122\",\n            \"entitlementID\": \"42e01b88f7d14603862a465698828364\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Payable Data Entry Specialist (Accounts_Payable_Data_Entry_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"123\",\n            \"entitlementID\": \"e9a4ac44525e40a0b2519f1314e43e44\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Payable Analyst (Accounts_Payable_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"124\",\n            \"entitlementID\": \"e4bc55f65bf94bc592c6a2c16158ffa2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accountant (Accountant)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"125\",\n            \"entitlementID\": \"271fa862c34f4efa978b732db5ba25f6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Expense Analyst (Expense_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"126\",\n            \"entitlementID\": \"73d188ed12374fe98c3d6a6ef12f67cf\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Expense Data Entry Specialist (Expense_Data_Entry_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"127\",\n            \"entitlementID\": \"55e24e10c67640fe91b2396bcef1b430\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Expense Settlement Specialist (Expense_Settlement_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"128\",\n            \"entitlementID\": \"38bd34e8c26d4481a4d92f2bfafa545c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Expense Partner (Expense_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"129\",\n            \"entitlementID\": \"f0b33dd0875f4119984e625dba73c34c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Matrix Manager (Matrix_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"130\",\n            \"entitlementID\": \"3ad2efeb8bd94ab384ff2daa6ee3e4a2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Absence Partner (Absence_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"131\",\n            \"entitlementID\": \"e035e61e3fe04e14a3201d4104208093\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Partner (Payroll_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"132\",\n            \"entitlementID\": \"a5f64d67f24d4d5eb7c8c22b0fd111ac\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Settlement Specialist (Settlement_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"133\",\n            \"entitlementID\": \"27ec4686c86347948ea6204345e6e0db\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Buyer (Buyer)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"134\",\n            \"entitlementID\": \"4037450e754b44c0a772ea8d8468cfc2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Services Coordinator (Services_Coordinator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"135\",\n            \"entitlementID\": \"0522966988464485a5430ba826c2f879\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Business Asset Tracking Specialist (Business_Asset_Tracking_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"136\",\n            \"entitlementID\": \"8be97cc6f36c409aabdd09897d1dd5e2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Safety Partner (Safety_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"137\",\n            \"entitlementID\": \"b75c57b9683a4421b5bbb9cb3f44c716\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Health Partner (Health_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"138\",\n            \"entitlementID\": \"aa15c40d3fa241f3acd1d329b6ba47f4\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Alternate Owner Chain (Alternate_Owner_Chain)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"139\",\n            \"entitlementID\": \"aa0c5d044f6e4b328b4369c4cec0989a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Analyst (HR_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"140\",\n            \"entitlementID\": \"08f0d6ea9ae545ef949e9edb1b399fb1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Management Chain (Management_Chain)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"141\",\n            \"entitlementID\": \"786f007d01534930a1b6b353210d2d8c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cash Manager (Cash_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"142\",\n            \"entitlementID\": \"f33eed7b7fd449d4b3cd021638280ca5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cash Analyst (Cash_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"143\",\n            \"entitlementID\": \"cd0302537a7549ab89cfd546f0754a12\",\n            \"description\": \"\",\n            \"entitlementOwner\": {\n                \"Rank 26\": [\n                    \"lmcneil\",\n                    \"smorgan\"\n                ]\n            },\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"1099 Analyst (1099_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"144\",\n            \"entitlementID\": \"81c155021ef543a3a311d6abdf68848d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Controller (Controller)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"145\",\n            \"entitlementID\": \"e45cae6bf5b84cb6af71e8e2c9172b43\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Timekeeper (Timekeeper)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"146\",\n            \"entitlementID\": \"e203b19127d24f878851e62ec885c6f6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Settlement Specialist (Payroll_Settlement_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"147\",\n            \"entitlementID\": \"94206af5c8204502aaea4953c652c13f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Union Representative (Union_Representative)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"148\",\n            \"entitlementID\": \"4fb676cfd09745f1b73a81ccc302434c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cost Center Financial Analyst (Cost_Center_Financial_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"149\",\n            \"entitlementID\": \"5082494e61194505b105f041239347ff\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Region Financial Analyst (Region_Financial_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"150\",\n            \"entitlementID\": \"71b9ce06faf44b2e93c9f3f38bf845b8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Company Costing Manager (Company_Costing_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"151\",\n            \"entitlementID\": \"8fac1209eaf743499f175b2334fb7b2f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Region Costing Manager (Region_Costing_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"152\",\n            \"entitlementID\": \"ae9162c7aa9648e6baa7beac8e01f35d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Finance Executive (Finance_Executive)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"153\",\n            \"entitlementID\": \"a703bd9fcbd8483e98a53c5d7f0cd60a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Executive (HR_Executive)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"154\",\n            \"entitlementID\": \"0bd7359037d4444bb0f1780689e230c5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounting Manager (Accounting_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"155\",\n            \"entitlementID\": \"14601cf4b9384491bb3371354d2151c8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Primary Manager (Primary_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"156\",\n            \"entitlementID\": \"008fdcaa75cc4ff1b5206af2dd2b75cb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Primary HR Partner (Primary_HR_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"157\",\n            \"entitlementID\": \"4fce22c95a9a4007b6ab66cfb1fd2a24\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Succession Partner (Succession_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"158\",\n            \"entitlementID\": \"07f05928e4a04dbd8d9804974713534d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Retiree Partner (Retiree_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"159\",\n            \"entitlementID\": \"431598cdf39f4823bde119df137a5ce5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Billing Specialist (Billing_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"160\",\n            \"entitlementID\": \"0ec517039e294b329e8695a7b9bd18d2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Revenue Specialist (Revenue_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"161\",\n            \"entitlementID\": \"d761b366cca64965b40112bee08d2f73\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Customer Contract Specialist (Customer_Contract_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"162\",\n            \"entitlementID\": \"90cfff1a687f46cebe09e6e0a4b0ab88\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Project Manager (Project_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"163\",\n            \"entitlementID\": \"24fad40003d14bb9aa485482a4d8b3b0\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Supplier Contract Specialist (Supplier_Contract_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"164\",\n            \"entitlementID\": \"7c2ba15e703b4b6f871ee20f3ec1ee05\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Works Council (Works_Council)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"165\",\n            \"entitlementID\": \"11fd5ad058d146249c03cb2ab3c94987\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Compensation Finance Partner (Compensation_Finance_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"166\",\n            \"entitlementID\": \"538db5660d9847ab8778f242095349fc\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Compensation Partner (by Location) (Compensation_Partner_by_Location)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"167\",\n            \"entitlementID\": \"1fb2eda6eed74290b70f0d2c56ef6444\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Project Hierarchy Manager (Project_Hierarchy_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"168\",\n            \"entitlementID\": \"c01cba1efd384e7a97bdeb5ae9c281dd\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Global Mobility Partner (Global_Mobility_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"169\",\n            \"entitlementID\": \"3a39bf76891848bdbe9b6fc3474ddada\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Project Billing Specialist (Project_Billing_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"170\",\n            \"entitlementID\": \"16ae037e89f748f6b8db14dbdcdee1df\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Talent Manager (Talent_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"171\",\n            \"entitlementID\": \"124e8e7c6aad4e809136ae70852ece9a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Stock Partner (Stock_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"172\",\n            \"entitlementID\": \"bf0e94fc0b6c4773807eab7959eed434\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Business Site Buyer (Business_Site_Buyer)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"173\",\n            \"entitlementID\": \"7de38989f227431fb2314489f29b1fb1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Spend Category Buyer (Spend_Category_Buyer)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"174\",\n            \"entitlementID\": \"98325de3f9964199a7d6434ebcf4a0bd\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Business Unit Manager (Business_Unit_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"175\",\n            \"entitlementID\": \"39de38bae19344ee9dfd1c0ada2c9387\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Partner (By Location) (HR_Partner_By_Location)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"176\",\n            \"entitlementID\": \"7391426e788c48259be0985023f5fa33\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Business Asset Accountant (Business_Asset_Accountant)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"177\",\n            \"entitlementID\": \"38de2aa8888a4d8ab724bcdb076505fb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Buyer (for PO) (Buyer_for_Purchase_Order)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"178\",\n            \"entitlementID\": \"4765bdc875544cb2932e58cecb1f0e39\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Requester (for Requisition) (Requester_for_Requisition)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"179\",\n            \"entitlementID\": \"8cb23dba4bc94996acaed3b16ad6f7ee\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Integration Partner (Payroll_Integration_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"180\",\n            \"entitlementID\": \"443a7fd25f3e49f69a7c95c13a312dcd\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integration Partner (Integration_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"181\",\n            \"entitlementID\": \"3f86d917f68f4feebfe4df75539f2095\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cost Center Manager Chain (Cost_Center_Manager_Chain)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"182\",\n            \"entitlementID\": \"9d3939bb92864e59845e7aa9d3593cfb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Grant Budget Specialist (Grant_Budget_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"183\",\n            \"entitlementID\": \"929aa7a2666c4325a91eff429ba46b81\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Budget Manager (Budget_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"184\",\n            \"entitlementID\": \"54f8b30387204d7ba45ce5ef48458e62\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Supplier Contract Specialist (for Supplier Contract) (Supplier_Contract_Specialist_for_Supplier_Contract)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"185\",\n            \"entitlementID\": \"891fa4f6181645c3845bbed74ad9924f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Executive Stock Auditor (Executive_Stock_Auditor)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"186\",\n            \"entitlementID\": \"1b58b0eebc3a42dcb9ba3efa38b5121d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Procurement Data Entry Specialist (Procurement_Data_Entry_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"187\",\n            \"entitlementID\": \"a7d12885285840658b9a86e6424d34c0\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Procurement Settlement Specialist (Procurement_Settlement_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"188\",\n            \"entitlementID\": \"3ec0eb0326f24de0bbcc03942bc7972c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Tax Manager (Tax_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"189\",\n            \"entitlementID\": \"4d4437a81eaa4c3e852b22b95e4ca5ab\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"VP Reporting Summary (VP_Reporting_Summary)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"190\",\n            \"entitlementID\": \"12beaffe88d9444990beebd89a851ba8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Compensation Pool Manager (Compensation_Pool_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"191\",\n            \"entitlementID\": \"70216aaa9c104e869c2e7681b1b0f291\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workforce Planner (Workforce_Planner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"192\",\n            \"entitlementID\": \"b64be261abbf4466b85d1473e8e67d7f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Accountant (ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-10-96)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"193\",\n            \"entitlementID\": \"a0ce764506874bc4b1ab81a9e36e7e9b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Service Center Manager (Service_Center_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"194\",\n            \"entitlementID\": \"041d606550cc1069b52845b502939983\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Owner (ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-4-98)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"195\",\n            \"entitlementID\": \"1ebfd0c6235c106d64223c2cea8b135a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Hierarchy Owner Chain (ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-4-99)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"196\",\n            \"entitlementID\": \"fa03ca50896f107664f3a7cf74637faf\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Succession Pool Manager (ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-4-100)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"197\",\n            \"entitlementID\": \"a2a72fda699a10005d15f9d78578e32f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Multi-Job Manager (ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-2-101)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"198\",\n            \"entitlementID\": \"bc64fcbce17d103b156d19d23e9d01a1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Contingent Worker Coordinator (ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-16-102)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"199\",\n            \"entitlementID\": \"bc64fcbce17d103b1647bc8b9d9d01a5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Contingent Worker Pool Partner (ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-16-103)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"200\",\n            \"entitlementID\": \"eedc2148bb9401219b4d9f8c98372607\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"rajiv-audit-rbsg1 (ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-6-104)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"201\",\n            \"entitlementID\": \"ccecc76093c2400987a804ceea32dc19\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Chief Financial Officer (Chief_Financial_Officer_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"202\",\n            \"entitlementID\": \"c67ab780b77443e19a0933e39cd82276\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Chief Executive Officer (Chief_Executive_Officer_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"203\",\n            \"entitlementID\": \"be135535cc1245ee91c2e6fe763605b1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Chief Human Resources Officer (Chief_Human_Resources_Off_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"204\",\n            \"entitlementID\": \"30ad79c3d6664474a0ef0cc6737a268c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Chief Operating Officer (Chief_Operating_Officer_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"205\",\n            \"entitlementID\": \"5786f14ccbc249bba52aec7fd17ebd34\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Executive VP of Sales & Marketing\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"206\",\n            \"entitlementID\": \"28e5316bae9e48ed9a3e3f7e45eb2ac9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Chief Information Officer\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"207\",\n            \"entitlementID\": \"fd066e3c8ef84c33b43730675b859655\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Non-Exempt Employees\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"208\",\n            \"entitlementID\": \"47f9ca1667314866bb10067ba68e1b74\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Marketing Manager\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"209\",\n            \"entitlementID\": \"37bedd587d23455b9b823c16315fb561\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Employees (allEmployees_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"210\",\n            \"entitlementID\": \"35a0d2cdba054e85a1c78361c79e6f87\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Users (allUsers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"211\",\n            \"entitlementID\": \"7c04363802b04d659fb4690177010097\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Employee As Self (selfEmployee_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"212\",\n            \"entitlementID\": \"25a09c2aa797448b908e181ccbbf1077\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Initiator (initiator_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"213\",\n            \"entitlementID\": \"9b7abcde186d43acb71e1800a59ccef7\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Organization Owner (Do Not Use) (orgOwner_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"214\",\n            \"entitlementID\": \"18735deef2cd4780a79b82092249d198\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Contingent Workers (allContingentWorkers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"215\",\n            \"entitlementID\": \"4fbf7b88a0dc4037a12b77a34d0499cd\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Contingent Worker As Self (selfContingentWorker_SecGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"216\",\n            \"entitlementID\": \"b2a73a4bbf9d4edebd31b34c2a948193\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Implementers (implementers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"217\",\n            \"entitlementID\": \"7c2b3a1599461000094ebf23809500a3\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All VCR Restricted Implementers (allvcrrestrictedimplementers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"218\",\n            \"entitlementID\": \"7c2b3a159946100009629ea8a2e200a6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Non-VCR Restricted Implementers (allnonvcrrestrictedimplementers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"219\",\n            \"entitlementID\": \"ef7a53121b8341b8a703d8b3584f5b3a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Any Organization Role (Leadership or Supporting) (anyOrgRole_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"220\",\n            \"entitlementID\": \"b9e05d06b954103c9fd5ae196b55026a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Sweden\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"221\",\n            \"entitlementID\": \"53b4fc0d6c1547aab3b286fa32b7b677\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Canada and the United States (WD9 Conversion) (Canada_and_the_US_WD9_locGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"222\",\n            \"entitlementID\": \"d6597b79c1094e978c915976c7af0edb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Boston - All Workers (Boston_All_Workers_locGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"223\",\n            \"entitlementID\": \"79e3f9948f414e8a834768cc39924128\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Atlanta - All Workers (Atlanta_All_Workers_locGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"224\",\n            \"entitlementID\": \"055a3823bc7d42c59c96ac0aa4a35db5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Chicago - All Workers (Chicago_All_Workers_locGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"225\",\n            \"entitlementID\": \"0b126576f78845358e2888a587c5e48a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Dallas - All Workers (Dallas_All_Workers_locGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"226\",\n            \"entitlementID\": \"e813e66d24204c6ebdad83356771fff7\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"New York - All Workers (New_York_All_Workers_locGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"227\",\n            \"entitlementID\": \"ce6e5c6486964a779a53c053e1798522\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"San Francisco - All Workers (San_Francisco_All_Workers_locGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"228\",\n            \"entitlementID\": \"ea8eef5ea8f648b3a1f69df8c1324823\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Employee As Self (Canada and the United States - WD9 Conversion) (Employee_As_Self_WD9_intGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"229\",\n            \"entitlementID\": \"7751bce1452b4a37bf44837779c65767\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Category Buyer (Category_Buyer_intGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"230\",\n            \"entitlementID\": \"fa6c1c9394bc47058b343abdc21b8400\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Non-Exempt Employee As Self (Non_Exempt_Employee_As_Self_intGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"231\",\n            \"entitlementID\": \"bc64fcbce17d103b16b0adaf00d501a6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Contingent Worker Partner\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"232\",\n            \"entitlementID\": \"749792581a8b1045d52557e3fb1d01c8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Time Clock Reporter (Employee as Self)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"233\",\n            \"entitlementID\": \"749792581a8b1045d539d7312f5d01cc\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Time Clock Reporter (Contingent as Self)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"234\",\n            \"entitlementID\": \"8a1391bdcc51483aa52b3f60127d4879\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workbench Group (Workbench_Group_aggGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"235\",\n            \"entitlementID\": \"3502793c46f84642a28240dbd9eebd04\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Manager's Manager (managersManager_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"236\",\n            \"entitlementID\": \"38eaa758e40b4bfba57bb993b93891fc\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Managers' Managers (allManagersManagers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"237\",\n            \"entitlementID\": \"89ce3f54498842978eea03780284f9e4\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Primary Manager's Manager (primaryManagersManager_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"238\",\n            \"entitlementID\": \"5ab9088d699949f0b93dd6b0191a8767\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Supplier Contact as Self (supplierContact_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"239\",\n            \"entitlementID\": \"3b8ad3fc20c541789f4ec8e626da8feb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Benefits Pay Component Visibility (Benefits_Pay_Component_Visibility)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"240\",\n            \"entitlementID\": \"d18fdcf6ba4e4b2b8bfc3803845eb9dc\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Manager Pay Component Visibility (Manager_Pay_Component_Visibility)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"241\",\n            \"entitlementID\": \"40dde690d588449497c79c456142fd69\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Compensation Administrator (Regional Access) (Compensation_Administrator_Regional_Access)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"242\",\n            \"entitlementID\": \"49efc386701b4fecb0176fe5a16d145e\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Unrestricted Expense Items / All Employees (Unrestricted_Expense_Items_All_Employees)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"243\",\n            \"entitlementID\": \"9987376d839b45c19031969480e00ca8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Restricted Expense Items / Sales & Services (Restricted_Expense_Items_Sales_and_Services)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"244\",\n            \"entitlementID\": \"cddfdb48e7f94e6da81010de4072553c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Unrestricted Spend Category / All Employees (Unrestricted_Spend_Category_All_Employees)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"245\",\n            \"entitlementID\": \"7f6fc3044ab346239bbc3ef20fb43516\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Restricted Spend Category / IT Equipment (Restricted_Spend_Category_IT_Equipment)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"246\",\n            \"entitlementID\": \"6e2ea594048e44798a1ec2969f64db06\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Setup Administrator - Integrations (DO NOT USE) (Inactive) (Setup_Administrator_Integrations_DO_NOT_USE)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"247\",\n            \"entitlementID\": \"eafa9f52423c4ddcb7067dc978fefd02\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Implementers - Integrations (DO NOT USE) (Implementers_Integrations_DO_NOT_USE)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"248\",\n            \"entitlementID\": \"37717de9ced84e28930ed9247e455a01\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Finance Administrator - Integrations (Finance_Administrator_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"249\",\n            \"entitlementID\": \"838f28abbd5e47ce9bbc6326af24a71e\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Finance Integration Administrator - Integrations (Finance_Integration_Administrator_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"250\",\n            \"entitlementID\": \"ce8f837bde844c2db14ae3d351fa8d39\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cash Manager - Integrations (Cash_Manager_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"251\",\n            \"entitlementID\": \"cc5b8aad149245a797ce9bc481738eaf\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accountant - Integrations (Accountant_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"252\",\n            \"entitlementID\": \"0c4ddec4c2bc4d3b808254e569e5dfb5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Integration Administrator - Integrations (HR_Integration_Adminstrator_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"253\",\n            \"entitlementID\": \"e41fdc7e2671481a889edb00d5d524fc\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Payable Data Entry Specialist - Integrations (Accounts_Payable_Data_Entry_Specialist_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"254\",\n            \"entitlementID\": \"7533e7bf5b534feabebc19f3506fc848\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Customer Contract Specialist - Integrations (Customer_Contract_Specialist_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"255\",\n            \"entitlementID\": \"278bfe160bd248f5bcf77a201de9e246\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Receivable Specialist - Integrations (Accounts_Receivable_Specialist_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"256\",\n            \"entitlementID\": \"0bf9e60e375249a1863cb49e6a252732\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Finance Business Process Administrator (Finance_Business_Process_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"257\",\n            \"entitlementID\": \"a6499118df18472a983e7aa8b8397cd2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Business Process Administrator (HR_Business_Process_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"258\",\n            \"entitlementID\": \"28761c98fd2c4be0b463cd328a31bf84\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Business Process Administrator (Payroll_Business_Process_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"259\",\n            \"entitlementID\": \"591b61252b0145d486d3a1afe36b9187\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Procurement Integration System - Integrations (Procurement_Integration_System_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"260\",\n            \"entitlementID\": \"accd5e94d61340f4b8f922f1103711b3\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Documents - Payroll Categories (Dcouments_Payroll_Categories)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"261\",\n            \"entitlementID\": \"961e020229214ac99ab846c5e34662c0\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Documents - Manager Categories (Documents_Manager_Categories)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"262\",\n            \"entitlementID\": \"e06fab0c1c7d469891700455adbac5b8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Documents - Compensation Categories (Documents_Compensation_Categories)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"263\",\n            \"entitlementID\": \"37d2acdef6214b9d9371e337cd36c8c1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Documents - Benefits Categories (Documents_Benefits_Categories)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"264\",\n            \"entitlementID\": \"1db57911a184474f8bc2048175d66b4b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Documents - All Categories (View Only) (Documents_All_Categories_View_Only)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"265\",\n            \"entitlementID\": \"a0cee858c80e4bf889e046d8ce8c3b11\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Documents - All Categories (Documents_All_Categories)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"266\",\n            \"entitlementID\": \"f9dfda0792dc47da9f670259db1f8b18\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Documents - Absence Categories (Documents_Absence_Categories)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"267\",\n            \"entitlementID\": \"162c2519b1654dd98d10110f6f4dc1c9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Integration Administrator - Integrations (Payroll_Integration_Administrator_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"268\",\n            \"entitlementID\": \"3b585886f9fc43629e4312700ecad610\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Interface Administrator - Integrations (Payroll_Interface_Administrator_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"269\",\n            \"entitlementID\": \"5e401018aed944b786edd1c2596c9ccf\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integrations: EIBs - Enterprise Interface Builder2 (DO NOT USE) (Inactive) (Integrations_EIB_2_DO_NOT_USE)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"270\",\n            \"entitlementID\": \"08afce38d5a643ecb7ac3aef431ddc0a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integrations: EIBs - Enterprise Interface Builder (Inactive) (Integrations_EIB)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"271\",\n            \"entitlementID\": \"b93d7b031fb74c7383ab0625eb456db3\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integrations: EIBs - Enterprise Interface Builder1 (DO NOT USE) (Inactive) (Integrations_EIB_1_DO_NOT_USE)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"272\",\n            \"entitlementID\": \"704534fe652e47688a72b58f093b7bce\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integrations - All Message Queues (Integrations_All_Message_Queues)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"273\",\n            \"entitlementID\": \"148f0091ee56403eab884c54717c0eb6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integrations: EIBs - Enterprise Interface Builder (Integrations_EIB_1)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"274\",\n            \"entitlementID\": \"c81cf660b2e24890b97806a5bff2ba8d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integrations: EIBs - Enterprise Interface Builder (Integrations_EIB_2)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"275\",\n            \"entitlementID\": \"c31744fad3ba400baa04774584d66803\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integrations: EIBs - Enterprise Interface Builder (Integrations_EIB_3)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"276\",\n            \"entitlementID\": \"a2a72fda699a1000654daaa11ce0e36d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Employee Pay Component Visibility\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"277\",\n            \"entitlementID\": \"b9e05d06b954103c9fe210e1c195026c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Sweden - Expenses\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"278\",\n            \"entitlementID\": \"579ce125c1e010477742108beda53196\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Manager - Integrations\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"279\",\n            \"entitlementID\": \"6de56926fb3610726011be4bec310cc2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Financial, Position, and Award Segment Security Group\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"280\",\n            \"entitlementID\": \"a7b08992007310e21c899d39b0d21d51\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Segment-Based Security Group for Leave Types Segment\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"281\",\n            \"entitlementID\": \"40911421e29210eab41f0ff483ad01ed\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Remove Comment\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"282\",\n            \"entitlementID\": \"40911421e29210eab41f1035581d01ef\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Add Comment\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"283\",\n            \"entitlementID\": \"40911421e29210eab41f10522cc601f1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Advance Business Process\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"284\",\n            \"entitlementID\": \"ba5c0302594101dfcd937eed8f0e8d05\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"ISU_002_Segment_SecurityGroup (SEGMENT-BASED_SECURITY_GROUP-6-47)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"285\",\n            \"entitlementID\": \"b5c412e679364ea49d9ae8e47ba1f221\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Retiree As Self (selfRetiree_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"286\",\n            \"entitlementID\": \"3eeb33bc98be4a809cd78b6f688bbc52\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Retirees (allRetirees_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"287\",\n            \"entitlementID\": \"1c86a2e8fe274a0c95d4e19ba1d1e5ef\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Role Maintainer (roleMaintainer_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"288\",\n            \"entitlementID\": \"c1a185ee3579473f85d97fba276da387\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Terminee As Self (selfTerminee_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"289\",\n            \"entitlementID\": \"399ecd99717b43d9bc0a4875724ad836\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Terminees (allTerminees_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"290\",\n            \"entitlementID\": \"5bf04e65f76348b58588e9fc37ef3673\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Project Members (allProjectMembers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"291\",\n            \"entitlementID\": \"b4c05dc18bdf49a28d9c82fc013d3c76\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Project Member as Self (selfProjectMember_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"292\",\n            \"entitlementID\": \"5071745c2117104ca96746fd3dc72b7f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Acme Inc Users (INTEGRATION_SYSTEM_SECURITY_GROUP__CONSTRAINED_-6-1)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"293\",\n            \"entitlementID\": \"178b38520587414fa902130db971c919\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cash Manager (Unconstrained)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"294\",\n            \"entitlementID\": \"721ae4a4cee0446c9580c3cda4d18208\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accountant (Unconstrained)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"295\",\n            \"entitlementID\": \"1c43186e351443adaac9109df30c1b15\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Payable Data Entry Specialist (Unconstrained)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"296\",\n            \"entitlementID\": \"3f9fc9e54e42458daa84ad725dcae8ff\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Receivable Specialist (Unconstrained)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"297\",\n            \"entitlementID\": \"acc0f8f18f894818bb655e01369f694f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Customer Contract Specialist (Unconstrained)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"298\",\n            \"entitlementID\": \"03c603e5aec145e4b3446c6d04838c3b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Manager (Unconstrained) (ROLE-BASED_SECURITY_GROUP__UNCONSTRAINED_-10-6)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"299\",\n            \"entitlementID\": \"100ddcae6941489ab595073e67bba31a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Settlement System (Settlement_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"300\",\n            \"entitlementID\": \"56a04f8b48ca4da4a11d756c65ad7de4\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Customer Contracts System (Customer_Contracts_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"301\",\n            \"entitlementID\": \"4b1e5d56635140108fc5334af7a46f7c\",\n            \"description\": \"\",\n            \"entitlementOwner\": {\n                \"Rank 26\": [\n                    \"lmcneil\",\n                    \"smorgan\"\n                ]\n            },\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"1099 System (1099_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"302\",\n            \"entitlementID\": \"0c23345b0b5d485b8bd5fe7e593c9356\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Credit Card System (Credit_Card_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"303\",\n            \"entitlementID\": \"5363f58083184088b7f273061de0da20\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Interface System (Payroll_Interface_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"304\",\n            \"entitlementID\": \"6d8be09c212c4c6f936b5dd689601d35\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Grant System (Grant_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"305\",\n            \"entitlementID\": \"883897eee6c04512891530cf5bce1c7a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Learning Management System (Learning_Management_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"306\",\n            \"entitlementID\": \"b78ae9079b4547868919b52e63225b55\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workday Insight Security Group (Workday_Insight_Security_Group)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"307\",\n            \"entitlementID\": \"3f8e2df882c101c848244d63d7443800\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Pay_Input_Async_Int_Sys_access_to_All_Background_Proc 2017 10 20 (INTEGRATION_SYSTEM_SECURITY_GROUP__UNCONSTRAINED_-6-9)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"308\",\n            \"entitlementID\": \"60e4eff7ee7601d1444ddc53b10c2c05\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"ISU001_Group (INTEGRATION_SYSTEM_SECURITY_GROUP__UNCONSTRAINED_-6-10)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"309\",\n            \"entitlementID\": \"ba5c0302594101ba1783fd458e0e7305\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"ISU_002_GROUP (INTEGRATION_SYSTEM_SECURITY_GROUP__UNCONSTRAINED_-6-11)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"310\",\n            \"entitlementID\": \"8fcf131001c601bdf343b29ec9419305\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"mahesh001 (INTEGRATION_SYSTEM_SECURITY_GROUP__UNCONSTRAINED_-6-12)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"311\",\n            \"entitlementID\": \"dec55634027d01b174408fa939012b05\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"ISU007_SEC_GROUP (INTEGRATION_SYSTEM_SECURITY_GROUP__UNCONSTRAINED_-6-22)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"312\",\n            \"entitlementID\": \"dec55634027d01eaba1d209fd201be0a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"ISG1 (INTEGRATION_SYSTEM_SECURITY_GROUP__UNCONSTRAINED_-6-23)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"313\",\n            \"entitlementID\": \"dec55634027d0159fceece1dfa01750b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"demo1 (INTEGRATION_SYSTEM_SECURITY_GROUP__UNCONSTRAINED_-6-24)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"314\",\n            \"entitlementID\": \"ab181d6578ce40088c72baad1ac2a9f1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Pre-Employee as Self (selfPreEmployee_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"315\",\n            \"entitlementID\": \"bdc9b66e90c849378ccefa0811a85c16\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Pre-Contingent Worker as Self (selfPreContingentWorker_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"316\",\n            \"entitlementID\": \"1da2d1d7276c41a590f5783b92850f9c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Service Center Representative as Self (selfServiceCenterRepresentative_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"317\",\n            \"entitlementID\": \"c904ed97b2a34248b17bb82f81851045\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Service Center Representatives (allServiceCenterRepresentatives_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"318\",\n            \"entitlementID\": \"824efe63034f43e6a45e260a06a46bf3\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"GMS Service Center (SERVICE_CENTER_SECURITY_GROUP__CONSTRAINED_-10-1)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"319\",\n            \"entitlementID\": \"de6c1549981d49caada2aa1937dea657\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Purchase Order Buyer (buyerForPuchaseOrder_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"320\",\n            \"entitlementID\": \"4fc0eaf100494451855787f54469ad95\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Supplier Contract Specialist for Supplier Contract (supplierContractSpecialist_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"321\",\n            \"entitlementID\": \"4ca9b089abca4cdc951aeb479053d2a6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Requisition Requester (requesterForRequisition_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"322\",\n            \"entitlementID\": \"d148d6eaa766100010b256b0c3ba00ab\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Requisition Sourcing Buyer (sourcingBuyerForRequisition_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"323\",\n            \"entitlementID\": \"84d05c0767ef46d4b04d8a1648f625f7\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Solution Tenant Manager (solutionTenantMgr)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"324\",\n            \"entitlementID\": \"c079cf8ee59f4262ab8355e59b8d2fbf\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workday Insight End User (wdInsightEndUser)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"325\",\n            \"entitlementID\": \"4685f51e67ac4cde81d36b285760e4f6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Tax Filing Security Users (taxFilingSecurityUsersGrp)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"326\",\n            \"entitlementID\": \"172ae4450cb64044b52fbe2861834dc9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cross Team Talent Visibility (Compensation Grade Based) (COMPENSATION_LEVEL-BASED_SECURITY_GROUP-4-1)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"327\",\n            \"entitlementID\": \"cf509f066248101d011003131a4205c8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cross Team Talent Visibility (Manager Level-Based) (MANAGER_LEVEL-BASED_SECURITY_GROUP-2-1)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"328\",\n            \"entitlementID\": \"f5bc9f0e0f5b4c409b006062f712bd66\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Telecom Partner (Telecom_Partner_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"329\",\n            \"entitlementID\": \"f517be8545704fefaa3e09fa06794470\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workers in Sales & Services Job Functions (Workers_in_Sales_Svcs_Jobs_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"330\",\n            \"entitlementID\": \"1c9ec68a726d4733b0180ebd3b6ccc72\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workers in Senior Management Team (Workers_in_Sr_Mgmt_Team_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"331\",\n            \"entitlementID\": \"e5596adbfb2a4bcc992393e2b291dd7b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"IT Workers (IT_Workers_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"332\",\n            \"entitlementID\": \"3eb10d6bbb084436af951a7bbeae8aeb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workers in Management Team (Workers_in_Management_Team_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"333\",\n            \"entitlementID\": \"3a085a2274ef494e8232e8d9f3aad7a5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Manager (Job-Based)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"334\",\n            \"entitlementID\": \"d021e1be904d1000040c623aebe90003\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Manager for Majority of Event (Manager_for_Majority_of_Event)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"335\",\n            \"entitlementID\": \"25efdf04028c100008e20df20dc80039\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Academic Affiliates (allAcademicAffiliates_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"336\",\n            \"entitlementID\": \"5d3d8cf784f2100032dd8f7c35830021\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Academic Affiliate as Self (selfAcademicAffiliate_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"337\",\n            \"entitlementID\": \"f68962fab36410000590701cde440024\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Candidates (allCandidateAccounts_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"338\",\n            \"entitlementID\": \"b65cb066bbcc100014febaf13f030010\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Admissions Counselors (allStudentRecruiters_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"339\",\n            \"entitlementID\": \"b65cb066bbcc1000146a7e065959000c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Admissions Counselor as Self (selfAdmissionsCounselor_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"340\",\n            \"entitlementID\": \"03718197e004100006c9094dd1190020\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Sourcing Buyer for RFQ (sourcingBuyerForRFQ_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"341\",\n            \"entitlementID\": \"bafa55d50942100014d893903ef70047\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Pre-Employees (allPreEmployees_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"342\",\n            \"entitlementID\": \"bafa55d50942100014e0c8c4a9a70049\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Pre-Contingent Workers (allPreContingentWorkers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"343\",\n            \"entitlementID\": \"a71a9327514e10002a5e216cab95e04f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Candidate as Self (selfCandidate_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"344\",\n            \"entitlementID\": \"4e1b160ab63010000d24b47304c70068\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Student as Self (selfStudent_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"345\",\n            \"entitlementID\": \"49ceaa6c0d5810000e8c3ba8abb500aa\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Recruiting Agency Users (allRecruitingAgencyUsers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"346\",\n            \"entitlementID\": \"2a05117e339710000e84baa15c1d010a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Recruiting Agency User as Self (selfRecruitingAgencyUser_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"347\",\n            \"entitlementID\": \"6c1b0361a89c100059ad0e58ccbc494b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Customer Contact as Self (selfCustomerContact_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"348\",\n            \"entitlementID\": \"1b7335df3c9e10000ed49e5877a90074\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Students (allStudents_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"349\",\n            \"entitlementID\": \"ede6c9f56d6c10002665304a33e75b17\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"External Student Site System (externalStudentSiteSystem_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"350\",\n            \"entitlementID\": \"8ffffb5f1b24100018f882b6fe4c13a7\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Student Prospect as Self (External) (selfStudentProspect_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"351\",\n            \"entitlementID\": \"d474a17b5e251000080cd8645e1b00d9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Student Prospects (External) (allStudentProspect_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"352\",\n            \"entitlementID\": \"b812320dda681000140ba12c0b50140b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Inactive External Committee Members as Self (selfInactiveExternalCommitteeMember_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"353\",\n            \"entitlementID\": \"0b79941a84b6100018ac4bd032ab00df\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"External Committee Member as Self (selfExternalCommitteeMember_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"354\",\n            \"entitlementID\": \"0b79941a84b6100018b8d495cc6700e1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All External Committee Members (allExternalCommitteeMembers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"355\",\n            \"entitlementID\": \"8bc3e27aafe31000201fc41e29970914\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Prism Dataset Owner (Workday Owned) (METADATA_ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-15-4)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"356\",\n            \"entitlementID\": \"8bc3e27aafe310002027fc29decc0916\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Prism Dataset Editor (Workday Owned) (METADATA_ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-15-5)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"357\",\n            \"entitlementID\": \"8bc3e27aafe310002030ef4420930918\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Prism Dataset Viewer (Workday Owned) (METADATA_ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-15-6)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"358\",\n            \"entitlementID\": \"4bea50911baf100019d7c4419d210058\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Mentor (mentor_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"359\",\n            \"entitlementID\": \"a4191c34c46410001acd2570dac4009b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"External Supplier Site System (externalSupplierSiteSystem_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"360\",\n            \"entitlementID\": \"147e8a9dcb2210001f9b82700b90279c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Award Contract Owner (awardContractOwner_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"361\",\n            \"entitlementID\": \"0fbfe9424b4610003d338bf463c7153f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Self Supplier Prospect Group (selfSupplierProspect_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"362\",\n            \"entitlementID\": \"0fbfe9424b4610003d1858db7075153d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Supplier Prospect Group (allSupplierProspect_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"363\",\n            \"entitlementID\": \"29aec52aa68510000a3b825cc1c6002e\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"External Student as Self (selfExternalStudent_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"364\",\n            \"entitlementID\": \"29aec52aa68510000a32f5591dae002c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All External Students (allExternalStudent_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"365\",\n            \"entitlementID\": \"3f832bad719710001b0a06f23d2d001a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Owner (OWNER)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"366\",\n            \"entitlementID\": \"48bf3e7f0aa510001b36874f2b32001f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Editor (EDITOR)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"367\",\n            \"entitlementID\": \"48bf3e7f0aa510001c3d0db23c610022\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Viewer (VIEWER)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"368\",\n            \"entitlementID\": \"48bf3e7f0aa510001c4445fd0be40024\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Commenter (COMMENTER)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"369\",\n            \"entitlementID\": \"9a4a02f7affc10000c595e84e6f91530\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Approver (Approver)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"370\",\n            \"entitlementID\": \"d74804413c0e10000439178acf760031\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Internal Learning Instructors (allLearningInstructors_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"371\",\n            \"entitlementID\": \"ce16ea9d3bd110001422e386ca8e0039\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Internal Learning Instructor as Self (selfLearningInstructor_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"372\",\n            \"entitlementID\": \"207cb9b7545d100010d1442e6c3d0040\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Student Proxy as Self (selfStudentProxy_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"373\",\n            \"entitlementID\": \"3be78ed9d52810001bf6164bed8400ae\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Extended Enterprise Learners (allExternalLearner_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"374\",\n            \"entitlementID\": \"d1a24ca1a57a1000109020be86a00053\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Extended Enterprise Learner as Self (selfExternalLearner_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"375\",\n            \"entitlementID\": \"0698d0061ab4100025c9b4ae1f4401f6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Student Prospects (Internal) (allStudentProspectInternal_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"376\",\n            \"entitlementID\": \"0698d0061ab4100024c7178f035201ec\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Student Prospect as Self (Internal) (selfStudentProspectInternal_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"377\",\n            \"entitlementID\": \"a4960dc4844e10001b174340411913eb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Recommenders (allRecommenders_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"378\",\n            \"entitlementID\": \"a4960dc4844e10001af8b8b6a86613e7\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Recommender as Self (selfRecommender_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"379\",\n            \"entitlementID\": \"1105aa3e82bb100006f77e5fda3e00ee\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Learning Assessor as Self (selfLearningAssessor_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"380\",\n            \"entitlementID\": \"1105aa3e82bb100007abc9335f8d0128\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Learning Assessors (allLearningAssessors_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"381\",\n            \"entitlementID\": \"04ee8be3bd0210000f3db615a6e6000e\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Adaptive Insights User (ADAPTIVE_INSIGHTS_USER)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"382\",\n            \"entitlementID\": \"c90a0d92f14e1000233acd95d6360123\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Seer (SEER)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"383\",\n            \"entitlementID\": \"a93b499aad561000276df94da8ef0182\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"External Learning Instructor as Self (selfExternalLearningInstructor_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"384\",\n            \"entitlementID\": \"a93b499aad561000279b8b91a1460187\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All External Learning Instructors (allExternalLearningInstructors_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"385\",\n            \"entitlementID\": \"b5039e6535cc1000122bd935e530048b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"~Worker~ Start Date Correction Assignee Group (workerDateCorrectionStepAssignee)\",\n            \"status\": \"1\"\n        }\n    ],\n    \"totalEntitlementCount\": 385,\n    \"entitlementsCount\": 385,\n    \"errorCode\": \"0\",\n    \"statusCode\": 200\n}"}],"_postman_id":"1c7b3ce9-87e5-4a73-ad75-296d821e0e09"},{"name":"Get List of Privileges for Entitlement Type","id":"11ee9b61-783e-4d59-8666-7a01ebcb7fe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"endpoint","value":"System1","type":"text"},{"key":"entitlementtype","value":"Access","type":"text"}]},"url":"{{url}}/ECM/{{path}}/getListofPrivileges","description":"<p>This API gives the list of privileges for an entitlement type.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>endpoint</code></p>\n<p>Optional params:\n<code>max</code>, <code>offset</code>, <code>entitlementType</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getListofPrivileges"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"48f5ea67-14a7-4cde-939e-f34ec8d63e67","name":"Get List of Privileges for Entitlement Type","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 10 Sep 2018 21:38:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"JSESSIONID=E41A0FA5F8C81BFBD5FF886846B540B1; Path=/ECM/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=eaae3d7b-2cce-4718-bec3-196281353d51; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"E41A0FA5F8C81BFBD5FF886846B540B1","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"eaae3d7b-2cce-4718-bec3-196281353d51","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\r\n    \"msg\": \"Successful\",\r\n    \"errorCode\": \"0\",\r\n    \"PrivilegeDetails\": [\r\n        {\r\n            \"hideoncreate\": false,\r\n            \"actionString\": null,\r\n            \"attributegroup\": null,\r\n            \"childaction\": null,\r\n            \"orderindex\": \"0\",\r\n            \"requestablerequired\": false,\r\n            \"editable\": true,\r\n            \"entitlements_column\": null,\r\n            \"defaultvalue\": \"true\",\r\n            \"hideonupd\": false,\r\n            \"attribute_type\": \"Boolean\",\r\n            \"label\": \"Read\",\r\n            \"attribute_config\": \"USER-BASED\",\r\n            \"descriptionascsv\": null,\r\n            \"required\": true,\r\n            \"regex\": null,\r\n            \"updatedate\": \"09/11/2018 02:18:49\",\r\n            \"entitlement_types\": {\r\n                \"entitlementname\": \"Access\",\r\n                \"endpointkey\": \"System1\"\r\n            },\r\n            \"attribute_values\": \"\",\r\n            \"parentattribute\": null,\r\n            \"attribute\": \"Read\",\r\n            \"sqlquery\": null,\r\n            \"updateuser\": \"admin\"\r\n        },\r\n        {\r\n            \"hideoncreate\": false,\r\n            \"actionString\": null,\r\n            \"attributegroup\": null,\r\n            \"childaction\": null,\r\n            \"orderindex\": \"1\",\r\n            \"requestablerequired\": false,\r\n            \"editable\": true,\r\n            \"entitlements_column\": null,\r\n            \"defaultvalue\": \"false\",\r\n            \"hideonupd\": false,\r\n            \"attribute_type\": \"Boolean\",\r\n            \"label\": null,\r\n            \"attribute_config\": \"USER-BASED\",\r\n            \"descriptionascsv\": null,\r\n            \"required\": true,\r\n            \"regex\": null,\r\n            \"updatedate\": \"09/11/2018 02:18:56\",\r\n            \"entitlement_types\": {\r\n                \"entitlementname\": \"Access\",\r\n                \"endpointkey\": \"System1\"\r\n            },\r\n            \"attribute_values\": \"\",\r\n            \"parentattribute\": null,\r\n            \"attribute\": \"Write\",\r\n            \"sqlquery\": null,\r\n            \"updateuser\": \"admin\"\r\n        },\r\n        {\r\n            \"hideoncreate\": false,\r\n            \"actionString\": null,\r\n            \"attributegroup\": null,\r\n            \"childaction\": null,\r\n            \"orderindex\": \"0\",\r\n            \"requestablerequired\": false,\r\n            \"editable\": true,\r\n            \"entitlements_column\": null,\r\n            \"defaultvalue\": \"\",\r\n            \"hideonupd\": false,\r\n            \"attribute_type\": \"String\",\r\n            \"label\": \"Privilege1\",\r\n            \"attribute_config\": \"USER-BASED\",\r\n            \"descriptionascsv\": null,\r\n            \"required\": true,\r\n            \"regex\": null,\r\n            \"updatedate\": \"09/11/2018 02:19:35\",\r\n            \"entitlement_types\": {\r\n                \"entitlementname\": \"Access\",\r\n                \"endpointkey\": \"System1\"\r\n            },\r\n            \"attribute_values\": \"\",\r\n            \"parentattribute\": null,\r\n            \"attribute\": \"Privilege1\",\r\n            \"sqlquery\": null,\r\n            \"updateuser\": \"admin\"\r\n        }\r\n    ]\r\n}"},{"id":"72f90d20-4ee3-462f-ab06-5cfc01d8478c","name":"Get List of Privileges for Entitlement Type Copy","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 10 Sep 2018 21:38:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"JSESSIONID=E41A0FA5F8C81BFBD5FF886846B540B1; Path=/ECM/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=eaae3d7b-2cce-4718-bec3-196281353d51; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"E41A0FA5F8C81BFBD5FF886846B540B1","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"eaae3d7b-2cce-4718-bec3-196281353d51","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\r\n    \"msg\": \"Successful\",\r\n    \"errorCode\": \"0\",\r\n    \"PrivilegeDetails\": [\r\n        {\r\n            \"hideoncreate\": false,\r\n            \"actionString\": null,\r\n            \"attributegroup\": null,\r\n            \"childaction\": null,\r\n            \"orderindex\": \"0\",\r\n            \"requestablerequired\": false,\r\n            \"editable\": true,\r\n            \"entitlements_column\": null,\r\n            \"defaultvalue\": \"true\",\r\n            \"hideonupd\": false,\r\n            \"attribute_type\": \"Boolean\",\r\n            \"label\": \"Read\",\r\n            \"attribute_config\": \"USER-BASED\",\r\n            \"descriptionascsv\": null,\r\n            \"required\": true,\r\n            \"regex\": null,\r\n            \"updatedate\": \"09/11/2018 02:18:49\",\r\n            \"entitlement_types\": {\r\n                \"entitlementname\": \"Access\",\r\n                \"endpointkey\": \"System1\"\r\n            },\r\n            \"attribute_values\": \"\",\r\n            \"parentattribute\": null,\r\n            \"attribute\": \"Read\",\r\n            \"sqlquery\": null,\r\n            \"updateuser\": \"admin\"\r\n        },\r\n        {\r\n            \"hideoncreate\": false,\r\n            \"actionString\": null,\r\n            \"attributegroup\": null,\r\n            \"childaction\": null,\r\n            \"orderindex\": \"1\",\r\n            \"requestablerequired\": false,\r\n            \"editable\": true,\r\n            \"entitlements_column\": null,\r\n            \"defaultvalue\": \"false\",\r\n            \"hideonupd\": false,\r\n            \"attribute_type\": \"Boolean\",\r\n            \"label\": null,\r\n            \"attribute_config\": \"USER-BASED\",\r\n            \"descriptionascsv\": null,\r\n            \"required\": true,\r\n            \"regex\": null,\r\n            \"updatedate\": \"09/11/2018 02:18:56\",\r\n            \"entitlement_types\": {\r\n                \"entitlementname\": \"Access\",\r\n                \"endpointkey\": \"System1\"\r\n            },\r\n            \"attribute_values\": \"\",\r\n            \"parentattribute\": null,\r\n            \"attribute\": \"Write\",\r\n            \"sqlquery\": null,\r\n            \"updateuser\": \"admin\"\r\n        },\r\n        {\r\n            \"hideoncreate\": false,\r\n            \"actionString\": null,\r\n            \"attributegroup\": null,\r\n            \"childaction\": null,\r\n            \"orderindex\": \"0\",\r\n            \"requestablerequired\": false,\r\n            \"editable\": true,\r\n            \"entitlements_column\": null,\r\n            \"defaultvalue\": \"\",\r\n            \"hideonupd\": false,\r\n            \"attribute_type\": \"String\",\r\n            \"label\": \"Privilege1\",\r\n            \"attribute_config\": \"USER-BASED\",\r\n            \"descriptionascsv\": null,\r\n            \"required\": true,\r\n            \"regex\": null,\r\n            \"updatedate\": \"09/11/2018 02:19:35\",\r\n            \"entitlement_types\": {\r\n                \"entitlementname\": \"Access\",\r\n                \"endpointkey\": \"System1\"\r\n            },\r\n            \"attribute_values\": \"\",\r\n            \"parentattribute\": null,\r\n            \"attribute\": \"Privilege1\",\r\n            \"sqlquery\": null,\r\n            \"updateuser\": \"admin\"\r\n        }\r\n    ]\r\n}"},{"id":"579b5be7-9189-43d6-9b0e-9d77a8ae436c","name":"Get List of Privileges for Entitlement Type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"endpoint","value":"System1","type":"text"},{"key":"entitlementtype","value":"Access","type":"text"}]},"url":"{{url}}/ECM/{{path}}/getListofPrivileges"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"11ee9b61-783e-4d59-8666-7a01ebcb7fe7"},{"name":"Remove Entitlement From Role","id":"44d838b8-8ee0-4629-8e7a-fef405093d3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"requestor\": \"awsadmin\",\n\t\"rolename\": \"Lambda_CreateAlarm\",\n\t\"rolekey\": \"115\",\n\t\"comments\": \"removed using API\",\n\t\"entitlements\": [\n\t\t{\n\t\t\t\"entitlementvalue\": \"FIXED_ASSET_INQUIRY_TECH_IN\",\n\t\t\t\"entitlementtype\": \"OEBS-Responsibility\",\n\t\t\t\"endpoint\": \"Oracle\"\n\t\t}\n\t]\n}"},"url":"{{url}}/ECM/{{path}}/removeEntitlementsFromRole","description":"<p>This API removes entitlement from role.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>rolename</code> or <code>rolekey</code> (if both are passed then rolekey will be considered), <code>entitlements</code>(within list of entitlements entitlementvalue, entitlementtype, endpoint are mandatory)</p>\n<p>Optional params:</p>\n<p><code>requestor</code>, <code>comments</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","removeEntitlementsFromRole"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ab431394-f8ed-4bd2-916c-3c94d4605d13","name":"Remove Entitlement From Role","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"requestor\": \"admin\",\n\t\"rolename\": \"Lambda_CreateAlarm\",\n\t\"rolekey\": \"115\",\n\t\"comments\": \"removed using API\",\n\t\"entitlements\": [\n\t\t{\n\t\t\t\"entitlementvalue\": \"FIXED_ASSET_INQUIRY_TECH_IN\",\n\t\t\t\"entitlementtype\": \"OEBS-Responsibility\",\n\t\t\t\"endpoint\": \"Oracle\"\n\t\t}\n\t]\n} "},"url":"{{url}}/ECM/{{path}}/removeEntitlementsFromRole"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=54C87ACA6EE594B19742F1372961FE1F; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=41605420-ab72-4a92-b5f5-c09531dd583a; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 31 Dec 2020 22:26:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": 0\n}"}],"_postman_id":"44d838b8-8ee0-4629-8e7a-fef405093d3e"}],"id":"829a1813-76c4-460d-bc98-6d98a9a3dce1","_postman_id":"829a1813-76c4-460d-bc98-6d98a9a3dce1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Roles","item":[{"name":"Add Role","id":"0f544a66-7cc0-443f-845a-76a0e848ecfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\":\"johndoe\",\n\t\"rolename\":\"Fire Fighter\"\n\t\n}"},"url":"{{url}}/ECM/{{path}}/addrole","description":"<p>This API adds role to user.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>username</code>,\n<code>rolename</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","addrole"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"57c97dc9-69f4-4e5a-bf58-6898509fce17","name":"Add Role","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\":\"johndoe\",\n\t\"rolename\":\"Fire Fighter\"\n\t\n}"},"url":"{{url}}/ECM/{{path}}/addrole"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9aabdb9e-22bc-4d27-9ed5-22661edc2a38; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Oct 2018 21:17:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \" Tasks created. IDs:: 673975 \"\n}"}],"_postman_id":"0f544a66-7cc0-443f-845a-76a0e848ecfb"},{"name":"Get Role Details for user","id":"fe199f9d-9ffb-4b9a-a5ee-1cf90e3479ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"file","file":{}},"url":"{{url}}/ECM/{{path}}/getRoles","description":"<p>This API can be used to get the list of all the roles.</p>\n<p>This API call can be used to get the list and details of all the roles associated to the user. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Optional params:</p>\n<p><code>username</code>,\n<code>customproperty&lt;1 to 60&gt;</code>,\n<code>roletype</code>,\n<code>requestable</code>,\n<code>status</code>,\n<code>role_name</code>,\n<code>description</code>,\n<code>displayname</code>,\n<code>glossary</code>,\n<code>mininginstance</code>,\n<code>risk</code>,\n<code>updateuser</code>,\n<code>systemid</code>,\n<code>soxcritical</code>,\n<code>syscritical</code>,\n<code>level</code>,\n<code>priviliged</code>,\n<code>confidentiality</code>,\n<code>requestedObject</code> - contains users and/or entitlement_values</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getRoles"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"eda1e0a9-bf36-4e1e-a777-f0adeeea6750","name":"Get Role Details for user","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/ECM/{{path}}/getRoles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=d32cf77d-6e2b-451b-9590-64cd54b2d5a6; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 25 Apr 2019 21:41:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"errorCode\": \"0\",\n    \"Roledetails\": [\n        {\n            \"customproperty10\": \"cp10\",\n            \"customproperty54\": \"\",\n            \"customproperty53\": \"\",\n            \"customproperty12\": \"\",\n            \"customproperty56\": \"\",\n            \"customproperty11\": \"\",\n            \"customproperty55\": \"\",\n            \"customproperty50\": \"\",\n            \"customproperty52\": \"\",\n            \"customproperty51\": \"\",\n            \"customproperty18\": \"\",\n            \"customproperty17\": \"\",\n            \"customproperty19\": \"\",\n            \"customproperty14\": \"\",\n            \"customproperty58\": \"\",\n            \"customproperty13\": \"\",\n            \"customproperty57\": \"\",\n            \"customproperty16\": \"\",\n            \"customproperty15\": \"\",\n            \"customproperty59\": \"\",\n            \"updatedate\": \"2019-02-01 00:04:21\",\n            \"roletype\": \"4\",\n            \"customproperty43\": \"\",\n            \"customproperty42\": \"\",\n            \"customproperty45\": \"\",\n            \"customproperty44\": \"\",\n            \"customproperty41\": \"\",\n            \"customproperty40\": \"\",\n            \"priviliged\": \"1\",\n            \"customproperty47\": \"\",\n            \"version\": \"79\",\n            \"customproperty46\": \"\",\n            \"customproperty49\": \"\",\n            \"customproperty48\": \"\",\n            \"glossary\": \"\",\n            \"role_name\": \"EnterPrise\",\n            \"soxcritical\": \"3\",\n            \"defaultTimeFrameHrs\": \"\",\n            \"status\": \"1\",\n            \"customproperty32\": \"\",\n            \"customproperty4\": \"\",\n            \"customproperty31\": \"cp31\",\n            \"customproperty5\": \"\",\n            \"customproperty2\": \"\",\n            \"customproperty34\": \"\",\n            \"customproperty3\": \"\",\n            \"customproperty33\": \"\",\n            \"customproperty1\": \"jjjjjjjjjjj\",\n            \"customproperty30\": \"cp30bh\",\n            \"confidentiality\": \"5\",\n            \"customproperty39\": \"\",\n            \"description\": \"this is description |  | EnterPriseEnterPrise  EnterPriseEnterPrise\",\n            \"showDynamicAttrs\": \"false\",\n            \"customproperty36\": \"cp36\",\n            \"customproperty35\": \"\",\n            \"customproperty38\": \"\",\n            \"customproperty37\": \"\",\n            \"customproperty8\": \"\",\n            \"customproperty9\": \"\",\n            \"customproperty6\": \"\",\n            \"customproperty7\": \"\",\n            \"owner\": [\n                \"dbailey\",\n                \"lkrause\"\n            ],\n            \"customproperty21\": \"\",\n            \"syscritical\": \"3\",\n            \"customproperty20\": \"\",\n            \"customproperty23\": \"\",\n            \"customproperty22\": \"\",\n            \"customproperty60\": \"\",\n            \"endpointkey\": \"13\",\n            \"maxTimeFrameHrs\": \"\",\n            \"customproperty29\": \"\",\n            \"customproperty28\": \"\",\n            \"customproperty25\": \"\",\n            \"customproperty24\": \"\",\n            \"customproperty27\": \"\",\n            \"customproperty26\": \"\",\n            \"displayname\": \"\",\n            \"risk\": \"\",\n            \"requestable\": \"true\",\n            \"updateuser\": \"1\",\n            \"userAccounts\": [\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"johndoe\",\n                    \"startdate\": \"2019-02-11 22:47:32\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"fe199f9d-9ffb-4b9a-a5ee-1cf90e3479ca"},{"name":"Get Role Details","id":"41c2501f-ef1f-4753-9e05-e44f81bbd84e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"usngom","type":"text","disabled":true},{"key":"roleQuery","value":"r.updatedate > '2017-08-07 19:08:59'","type":"text"},{"key":"requestedObject","value":"entitlement_values,users","type":"text"},{"key":"roletype","value":"4","type":"text"},{"key":"max","value":"5","type":"text"},{"key":"offset","value":"0","type":"text"}]},"url":"{{url}}/ECM/{{path}}/getRoles","description":"<p>This API can be used to get the list of all the roles.</p>\n<p>This API call can be used to get the list and details of all the roles associated to the user.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>username</code>,<br /><code>customproperty&lt;1 to 60&gt;</code>,<br /><code>roletype</code>,<br /><code>requestable</code>,<br /><code>status</code>,<br /><code>role_name</code>,<br /><code>description</code>,<br /><code>displayname</code>,<br /><code>glossary</code>,<br /><code>mininginstance</code>,<br /><code>risk</code>,<br /><code>updateuser</code>,<br /><code>systemid</code>,<br /><code>soxcritical</code>,<br /><code>syscritical</code>,<br /><code>level</code>,<br /><code>priviliged</code>,<br /><code>confidentiality</code>,<br /><code>requestedObject</code> - contains users and/or entitlement_values,<br /><code>max</code>,<br /><code>offset</code><br /><code>roleQuery</code>,<br /><code>hideblankvalues</code>(can be true/false) - If true, will not return fields with blank or null. This parameter will apply to when requestedobject is passed: users/entitlements</p>\n<p><strong>Info:</strong> From Release v23.3, the getRoles API returns the role owner rank information as well.</p>\n<p><strong>Note:</strong> The rank of the primary certifier is denoted as 26 and the rank of the secondary certifier is denoted as 27.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getRoles"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3b674544-ae5b-4136-91ab-2274ea096426","name":"Get Role Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"usngom","type":"text","disabled":true},{"key":"roleQuery","value":"r.role_name = 'Feb7th1988Role'","type":"text"},{"key":"requestedObject","value":"entitlement_values,users","type":"text"},{"key":"roletype","value":"4","type":"text"},{"key":"max","value":"5","type":"text"},{"key":"offset","value":"0","type":"text"}]},"url":"{{url}}/{{path}}/getRoles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Feb 2023 09:18:08 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=3ace8924-6ccb-4065-9808-42a794834bf9; Version=1; Path=\";Path=/;HttpOnly;\"; Secure"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"displayCount\": 1,\n    \"errorCode\": \"0\",\n    \"Roledetails\": [\n        {\n            \"Custom Property 26\": \"\",\n            \"Custom Property 27\": \"\",\n            \"Custom Property 28\": \"\",\n            \"Custom Property 29\": \"\",\n            \"lastReviewedCampaignName\": \"\",\n            \"updatedate\": \"2023-02-08 09:18:08\",\n            \"roleKey\": 1310,\n            \"Custom Property 30\": \"\",\n            \"roletype\": \"4\",\n            \"Custom Property 31\": \"\",\n            \"Custom Property 32\": \"\",\n            \"Custom Property 33\": \"\",\n            \"lastReviewedBy\": \"\",\n            \"Custom Property 34\": \"\",\n            \"Custom Property 35\": \"\",\n            \"Custom Property 36\": \"\",\n            \"Custom Property 37\": \"\",\n            \"Custom Property 38\": \"\",\n            \"Custom Property 39\": \"\",\n            \"priviliged\": \"\",\n            \"version\": 8,\n            \"glossary\": \"\",\n            \"role_name\": \"Feb7th1988Role\",\n            \"Custom Property 40\": \"\",\n            \"soxcritical\": \"\",\n            \"Custom Property 41\": \"\",\n            \"Custom Property 42\": \"\",\n            \"Custom Property 43\": \"\",\n            \"defaultTimeFrameHrs\": \"\",\n            \"Custom Property 44\": \"\",\n            \"Custom Property 45\": \"\",\n            \"Custom Property 46\": \"\",\n            \"Custom Property 47\": \"\",\n            \"status\": \"1\",\n            \"Custom Property 48\": \"\",\n            \"Custom Property 49\": \"\",\n            \"entitlement_valueKey\": \"\",\n            \"confidentiality\": \"\",\n            \"description\": \"\",\n            \"showDynamicAttrs\": \"true\",\n            \"Custom Property 50\": \"\",\n            \"Custom Property 51\": \"\",\n            \"Custom Property 52\": \"\",\n            \"Custom Property 53\": \"\",\n            \"Custom Property 10\": \"\",\n            \"Custom Property 54\": \"\",\n            \"Custom Property 11\": \"\",\n            \"Custom Property 55\": \"\",\n            \"Custom Property 12\": \"\",\n            \"Custom Property 56\": \"\",\n            \"Custom Property 13\": \"\",\n            \"Custom Property 57\": \"\",\n            \"Custom Property 14\": \"\",\n            \"Custom Property 58\": \"\",\n            \"Custom Property 15\": \"\",\n            \"Custom Property 59\": \"\",\n            \"Custom Property 4\": \"\",\n            \"owner\": [\n                {\n                    \"ownername\": \"admin\",\n                    \"rank\": \"1\"\n                }\n            ],\n            \"syscritical\": \"\",\n            \"Custom Property 16\": \"\",\n            \"Custom Property 5\": \"\",\n            \"Custom Property 17\": \"\",\n            \"Custom Property 6\": \"\",\n            \"Custom Property 18\": \"\",\n            \"Custom Property 7\": \"\",\n            \"Custom Property 19\": \"\",\n            \"Custom Property 8\": \"\",\n            \"Custom Property 9\": \"\",\n            \"roleState\": \"\",\n            \"endpointkey\": \"396\",\n            \"maxTimeFrameHrs\": \"\",\n            \"Custom Property 1\": \"\",\n            \"Custom Property 2\": \"\",\n            \"Custom Property 3\": \"\",\n            \"Custom Property 60\": \"\",\n            \"displayname\": \"\",\n            \"Custom Property 20\": \"\",\n            \"risk\": \"\",\n            \"Custom Property 21\": \"\",\n            \"requestable\": \"true\",\n            \"Custom Property 22\": \"\",\n            \"Custom Property 23\": \"\",\n            \"Custom Property 24\": \"\",\n            \"Custom Property 25\": \"\",\n            \"updateuser\": \"1\",\n            \"UserDetails\": [\n                \"User Details Not Found\"\n            ]\n        }\n    ],\n    \"totalCount\": 1\n}"}],"_postman_id":"41c2501f-ef1f-4753-9e05-e44f81bbd84e"},{"name":"Get FireFighter Role Details","id":"4d3629ce-8faf-4f9c-91b2-d905baf6e70f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/getFireFighterRoles","description":"<p>This method returns a <code>List</code> of active \"FireFighter\" roles in SSM. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>No params</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getFireFighterRoles"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"733c56e0-8cc6-42c8-9d7f-f4c82d08f114","name":"Get FireFighter Roles","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 20:12:19 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=a05c45f2-64d1-4521-a5a3-69cb73b94352; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0F504BF7823E5033FA63D93091395A1F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"a05c45f2-64d1-4521-a5a3-69cb73b94352","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"[{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Roles\",\"id\":125,\"confidentiality\":null,\"customproperty1\":null,\"customproperty10\":null,\"customproperty11\":null,\"customproperty12\":null,\"customproperty13\":null,\"customproperty14\":null,\"customproperty15\":null,\"customproperty16\":null,\"customproperty17\":null,\"customproperty18\":null,\"customproperty19\":null,\"customproperty2\":null,\"customproperty20\":null,\"customproperty21\":null,\"customproperty22\":null,\"customproperty23\":null,\"customproperty24\":null,\"customproperty25\":null,\"customproperty26\":null,\"customproperty27\":null,\"customproperty28\":null,\"customproperty29\":null,\"customproperty3\":null,\"customproperty30\":null,\"customproperty31\":null,\"customproperty32\":null,\"customproperty33\":null,\"customproperty34\":null,\"customproperty35\":null,\"customproperty36\":null,\"customproperty37\":null,\"customproperty38\":null,\"customproperty39\":null,\"customproperty4\":null,\"customproperty40\":null,\"customproperty41\":null,\"customproperty42\":null,\"customproperty43\":null,\"customproperty44\":null,\"customproperty45\":null,\"customproperty46\":null,\"customproperty47\":null,\"customproperty48\":null,\"customproperty49\":null,\"customproperty5\":null,\"customproperty50\":null,\"customproperty51\":null,\"customproperty52\":null,\"customproperty53\":null,\"customproperty54\":null,\"customproperty55\":null,\"customproperty56\":null,\"customproperty57\":null,\"customproperty58\":null,\"customproperty59\":null,\"customproperty6\":null,\"customproperty60\":null,\"customproperty7\":null,\"customproperty8\":null,\"customproperty9\":null,\"defaultTimeFrameHrs\":8,\"description\":\"desc\",\"displayname\":null,\"endpointkey\":null,\"flagexportedtoOIA\":false,\"glossary\":null,\"level\":null,\"maxTimeFrameHrs\":null,\"mininginstance\":null,\"parentroles\":null,\"priviliged\":null,\"requestable\":true,\"risk\":null,\"role_name\":\"Data Administrator\",\"role_user_accounts\":[{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":24}],\"roletype\":3,\"showDynamicAttrs\":null,\"sodflag\":false,\"soxcritical\":0,\"status\":1,\"syscritical\":0,\"systemid\":null,\"updatedate\":\"2017-03-24T20:16:11Z\",\"updateuser\":null},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Roles\",\"id\":126,\"confidentiality\":null,\"customproperty1\":null,\"customproperty10\":null,\"customproperty11\":null,\"customproperty12\":null,\"customproperty13\":null,\"customproperty14\":null,\"customproperty15\":null,\"customproperty16\":null,\"customproperty17\":null,\"customproperty18\":null,\"customproperty19\":null,\"customproperty2\":null,\"customproperty20\":null,\"customproperty21\":null,\"customproperty22\":null,\"customproperty23\":null,\"customproperty24\":null,\"customproperty25\":null,\"customproperty26\":null,\"customproperty27\":null,\"customproperty28\":null,\"customproperty29\":null,\"customproperty3\":null,\"customproperty30\":null,\"customproperty31\":null,\"customproperty32\":null,\"customproperty33\":null,\"customproperty34\":null,\"customproperty35\":null,\"customproperty36\":null,\"customproperty37\":null,\"customproperty38\":null,\"customproperty39\":null,\"customproperty4\":null,\"customproperty40\":null,\"customproperty41\":null,\"customproperty42\":null,\"customproperty43\":null,\"customproperty44\":null,\"customproperty45\":null,\"customproperty46\":null,\"customproperty47\":null,\"customproperty48\":null,\"customproperty49\":null,\"customproperty5\":null,\"customproperty50\":null,\"customproperty51\":null,\"customproperty52\":null,\"customproperty53\":null,\"customproperty54\":null,\"customproperty55\":null,\"customproperty56\":null,\"customproperty57\":null,\"customproperty58\":null,\"customproperty59\":null,\"customproperty6\":null,\"customproperty60\":null,\"customproperty7\":null,\"customproperty8\":null,\"customproperty9\":null,\"defaultTimeFrameHrs\":8,\"description\":\"desc\",\"displayname\":null,\"endpointkey\":15,\"flagexportedtoOIA\":false,\"glossary\":null,\"level\":null,\"maxTimeFrameHrs\":null,\"mininginstance\":null,\"parentroles\":null,\"priviliged\":null,\"requestable\":true,\"risk\":null,\"role_name\":\"Network Administrator\",\"role_user_accounts\":[{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":61},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":21},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":20},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":46},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":59}],\"roletype\":3,\"showDynamicAttrs\":null,\"sodflag\":false,\"soxcritical\":0,\"status\":1,\"syscritical\":0,\"systemid\":null,\"updatedate\":\"2017-07-26T03:18:31Z\",\"updateuser\":1},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Roles\",\"id\":129,\"confidentiality\":null,\"customproperty1\":\"3\",\"customproperty10\":null,\"customproperty11\":null,\"customproperty12\":null,\"customproperty13\":null,\"customproperty14\":null,\"customproperty15\":null,\"customproperty16\":null,\"customproperty17\":null,\"customproperty18\":null,\"customproperty19\":null,\"customproperty2\":null,\"customproperty20\":null,\"customproperty21\":null,\"customproperty22\":null,\"customproperty23\":null,\"customproperty24\":null,\"customproperty25\":null,\"customproperty26\":null,\"customproperty27\":null,\"customproperty28\":null,\"customproperty29\":null,\"customproperty3\":\"4\",\"customproperty30\":null,\"customproperty31\":null,\"customproperty32\":null,\"customproperty33\":null,\"customproperty34\":null,\"customproperty35\":null,\"customproperty36\":null,\"customproperty37\":null,\"customproperty38\":null,\"customproperty39\":null,\"customproperty4\":null,\"customproperty40\":null,\"customproperty41\":null,\"customproperty42\":null,\"customproperty43\":null,\"customproperty44\":null,\"customproperty45\":null,\"customproperty46\":null,\"customproperty47\":null,\"customproperty48\":null,\"customproperty49\":null,\"customproperty5\":\"5\",\"customproperty50\":null,\"customproperty51\":null,\"customproperty52\":null,\"customproperty53\":null,\"customproperty54\":null,\"customproperty55\":null,\"customproperty56\":null,\"customproperty57\":null,\"customproperty58\":null,\"customproperty59\":null,\"customproperty6\":null,\"customproperty60\":null,\"customproperty7\":null,\"customproperty8\":null,\"customproperty9\":null,\"defaultTimeFrameHrs\":8,\"description\":\"desc\",\"displayname\":\"Display Name Role 1\",\"endpointkey\":null,\"flagexportedtoOIA\":false,\"glossary\":\"test update\",\"level\":null,\"maxTimeFrameHrs\":null,\"mininginstance\":null,\"parentroles\":null,\"priviliged\":null,\"requestable\":true,\"risk\":null,\"role_name\":\"Policy Administrator\",\"role_user_accounts\":[{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":35}],\"roletype\":3,\"showDynamicAttrs\":false,\"sodflag\":false,\"soxcritical\":0,\"status\":1,\"syscritical\":0,\"systemid\":null,\"updatedate\":\"2017-12-02T00:45:07Z\",\"updateuser\":1},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Roles\",\"id\":130,\"confidentiality\":null,\"customproperty1\":null,\"customproperty10\":null,\"customproperty11\":null,\"customproperty12\":null,\"customproperty13\":null,\"customproperty14\":null,\"customproperty15\":null,\"customproperty16\":null,\"customproperty17\":null,\"customproperty18\":null,\"customproperty19\":null,\"customproperty2\":null,\"customproperty20\":null,\"customproperty21\":null,\"customproperty22\":null,\"customproperty23\":null,\"customproperty24\":null,\"customproperty25\":null,\"customproperty26\":null,\"customproperty27\":null,\"customproperty28\":null,\"customproperty29\":null,\"customproperty3\":null,\"customproperty30\":null,\"customproperty31\":null,\"customproperty32\":null,\"customproperty33\":null,\"customproperty34\":null,\"customproperty35\":null,\"customproperty36\":null,\"customproperty37\":null,\"customproperty38\":null,\"customproperty39\":null,\"customproperty4\":null,\"customproperty40\":null,\"customproperty41\":null,\"customproperty42\":null,\"customproperty43\":null,\"customproperty44\":null,\"customproperty45\":null,\"customproperty46\":null,\"customproperty47\":null,\"customproperty48\":null,\"customproperty49\":null,\"customproperty5\":null,\"customproperty50\":null,\"customproperty51\":null,\"customproperty52\":null,\"customproperty53\":null,\"customproperty54\":null,\"customproperty55\":null,\"customproperty56\":null,\"customproperty57\":null,\"customproperty58\":null,\"customproperty59\":null,\"customproperty6\":null,\"customproperty60\":null,\"customproperty7\":null,\"customproperty8\":null,\"customproperty9\":null,\"defaultTimeFrameHrs\":null,\"description\":\"desc\",\"displayname\":null,\"endpointkey\":null,\"flagexportedtoOIA\":false,\"glossary\":null,\"level\":null,\"maxTimeFrameHrs\":null,\"mininginstance\":null,\"parentroles\":null,\"priviliged\":4,\"requestable\":true,\"risk\":null,\"role_name\":\"RoleTest\",\"role_user_accounts\":[{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":34},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":33},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":36},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":37},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":39}],\"roletype\":3,\"showDynamicAttrs\":null,\"sodflag\":false,\"soxcritical\":0,\"status\":1,\"syscritical\":0,\"systemid\":null,\"updatedate\":\"2017-02-01T05:20:29Z\",\"updateuser\":1},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Roles\",\"id\":132,\"confidentiality\":null,\"customproperty1\":null,\"customproperty10\":null,\"customproperty11\":null,\"customproperty12\":null,\"customproperty13\":null,\"customproperty14\":null,\"customproperty15\":null,\"customproperty16\":null,\"customproperty17\":null,\"customproperty18\":null,\"customproperty19\":null,\"customproperty2\":\"hhh\",\"customproperty20\":null,\"customproperty21\":null,\"customproperty22\":null,\"customproperty23\":null,\"customproperty24\":null,\"customproperty25\":null,\"customproperty26\":null,\"customproperty27\":null,\"customproperty28\":null,\"customproperty29\":null,\"customproperty3\":null,\"customproperty30\":null,\"customproperty31\":null,\"customproperty32\":null,\"customproperty33\":null,\"customproperty34\":null,\"customproperty35\":null,\"customproperty36\":null,\"customproperty37\":null,\"customproperty38\":null,\"customproperty39\":null,\"customproperty4\":null,\"customproperty40\":null,\"customproperty41\":null,\"customproperty42\":null,\"customproperty43\":null,\"customproperty44\":null,\"customproperty45\":null,\"customproperty46\":null,\"customproperty47\":null,\"customproperty48\":null,\"customproperty49\":null,\"customproperty5\":null,\"customproperty50\":null,\"customproperty51\":null,\"customproperty52\":null,\"customproperty53\":null,\"customproperty54\":null,\"customproperty55\":null,\"customproperty56\":null,\"customproperty57\":null,\"customproperty58\":null,\"customproperty59\":null,\"customproperty6\":null,\"customproperty60\":null,\"customproperty7\":null,\"customproperty8\":null,\"customproperty9\":null,\"defaultTimeFrameHrs\":null,\"description\":null,\"displayname\":null,\"endpointkey\":15,\"flagexportedtoOIA\":false,\"glossary\":null,\"level\":null,\"maxTimeFrameHrs\":null,\"mininginstance\":null,\"parentroles\":null,\"priviliged\":null,\"requestable\":true,\"risk\":null,\"role_name\":\"test 66\",\"role_user_accounts\":[],\"roletype\":3,\"showDynamicAttrs\":null,\"sodflag\":false,\"soxcritical\":0,\"status\":1,\"syscritical\":0,\"systemid\":null,\"updatedate\":\"2017-07-26T03:21:12Z\",\"updateuser\":1}]"}],"_postman_id":"4d3629ce-8faf-4f9c-91b2-d905baf6e70f"},{"name":"Remove Role","id":"442f3f65-3e4a-440b-812d-d73beb919acd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"johndoe\",\n\t\"rolename\" : \"RoleTest\"\n}"},"url":"{{url}}/ECM/{{path}}/removerole","description":"<p>This API removes role from user.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>username</code>,\n<code>rolename</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","removerole"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1bd84c13-931e-4bb2-a0f4-2f852da7f428","name":"Remove Role","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"johndoe\",\n\t\"rolename\" : \"RoleTest\"\n}"},"url":"{{url}}/ECM/{{path}}/removerole"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=068b5011-365c-4e03-a926-9b08e439b8e1; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Oct 2018 21:33:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \" Tasks created. IDs:: 673977 \"\n}"}],"_postman_id":"442f3f65-3e4a-440b-812d-d73beb919acd"}],"id":"6955b388-fd95-4ee5-b721-775e35644d7d","_postman_id":"6955b388-fd95-4ee5-b721-775e35644d7d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Endpoints","item":[{"name":"Create Endpoint","id":"d05e45e4-403b-412b-a86e-6ee81b2cc0e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"endpointname\":\"Create-an-endpoint\",\n    \"displayName\" : \"new-endpoint\",\n    \"securitysystem\" : \"connectiontest\",\n    \"description\" : \"Create endpoint from API\",\n    \"ownerType\" : \"User\",\n    \"owner\" : \"admin\",\n    \"resourceOwnerType\" :\"Usergroup\",\n    \"accessquery\" :\"access qry\",\n    \"enableCopyAccess\":\"false\",\n    \"disableNewAccountRequestIfAccountExists\" : \"false\",\n    \"disableRemoveAccount\" :\"false\",\n    \"disableModifyAccount\":\"true\",\n    \"userAccountCorrelationRule\":\"(users.customproperty7) = accounts.name\",\n    \"connectionconfig\":\"{\\\"conf\\\":[{\\\"ADDUSERTOENT\\\":\\\"TRUE\\\"},{\\\"ADDMEMBERTOENT\\\":\\\"TRUE\\\"}]}\"\n}"},"url":"{{url}}/ECM/{{path}}/createEndpoint","description":"<p>This API creates an endpoint in EIC.</p>\n<p>The <code>Authorization</code> must have a <code>Bearer</code> followed by a <code>Token</code>.</p>\n<p>Mandatory parameters:</p>\n<ul>\n<li><code>endpointname</code>: Enter the name of the endpoint. Provide a logical name for the endpoint that will help you to easily identify the endpoint.</li>\n<li><code>displayName</code>: Enter a name for the endpoint that will be displayed in the user interface. Display Name can be different from Endpoint Name.</li>\n<li><code>securitysystem:</code>Select the security system for which you want to create an endpoint. The security system encapsulates the endpoint along with other endpoints sharing the same connections, workflows, or more.</li>\n</ul>\n<p>Optional parameters:</p>\n<p><code>description</code>,<br /><code>ownerType</code>,<br /><code>owner</code>,<br /><code>resourceOwnerType</code>,<br /><code>resourceOwner</code>,<br /><code>customproperty</code> - N is between 1 to 30,<br /><code>custompropertyLabel</code> - N is between 1 to 30,<br /><code>accountNameRule</code>,<br /><code>accessquery</code>,<br /><code>enableCopyAccess</code>,<br /><code>disableNewAccountRequestIfAccountExists</code>,<br /><code>disableRemoveAccount</code>,<br /><code>disableModifyAccount</code>,<br /><code>blockInflightRequest</code>,<br /><code>userAccountCorrelationRule</code>,<br /><code>connectionconfig</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createEndpoint"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b2131635-448d-4114-af58-72a846f0177f","name":"Create Endpoint","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"endpointname\":\"Create-an-endpoint\",\n    \"displayName\" : \"new-endpoint\",\n    \"securitysystem\" : \"connectiontest\",\n    \"description\" : \"Create endpoint from API\",\n    \"ownerType\" : \"User\",\n    \"owner\" : \"admin\",\n    \"resourceOwnerType\" :\"Usergroup\",\n    \"accessquery\" :\"access qry\",\n    \"enableCopyAccess\":\"false\",\n    \"disableNewAccountRequestIfAccountExists\" : \"false\",\n    \"disableRemoveAccount\" :\"false\",\n    \"disableModifyAccount\":\"true\",\n    \"userAccountCorrelationRule\":\"(users.customproperty7) = accounts.name\",\n    \"connectionconfig\":\"{\\\"conf\\\":[{\\\"ADDUSERTOENT\\\":\\\"TRUE\\\"},{\\\"ADDMEMBERTOENT\\\":\\\"TRUE\\\"}]}\"\n}"},"url":"{{url}}/ECM/{{path}}/createEndpoint"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 May 2022 06:58:53 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b38f75c9-c386-4f8c-b2fc-eaac5e22bd93; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"d05e45e4-403b-412b-a86e-6ee81b2cc0e2"},{"name":"Update Endpoint","id":"77f392bd-94e5-4ed7-8497-42cc0ec8ee7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"endpointname\": \"gcpshruti123\",\n    \"requestableRoleType\": [\n        {\n            \"roleType\": \"Application\",\n            \"requestOption\": \"Table\",\n            \"required\": true,\n            \"requestedQuery\": \"r.displayname='\\''testxyz'\\''\",\n            \"selectedQuery\": \"r.displayname='\\''abcd'\\''\"\n        },\n        {\n            \"roleType\": \"Enterprise\",\n            \"requestOption\": \"Table\",\n            \"required\": true,\n            \"requestedQuery\": \"r.displayname='\\''testxyz'\\''\",\n            \"selectedQuery\": \"r.displayname='\\''abcd'\\''\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/updateEndpoint","description":"<p>This API updates an endpoint within the Saviynt EIC.</p>\n<p>The <code>Authorization</code> must have a <code>Bearer</code> followed by a <code>Token</code>.</p>\n<p>Note: From Release v23.9, a new parameter <strong><code>requestableRoleType</code></strong> is introduced to update the requestable options of a Role for a particular endpoint.</p>\n<p>Mandatory parameters:</p>\n<p><code>endpointname</code><br /><code>roleType</code> Supports valid case-senstive string values such as \"Enabler”, “Transactional”, “EmergencyAccess”, “Enterprise”, and “Application”</p>\n<p>Optional parameters:</p>\n<p><code>securitysystem</code>,<br /><code>displayName</code>,<br /><code>description</code>,<br /><code>ownerType</code>,<br /><code>owner</code>,<br /><code>resourceOwnerType</code>,<br /><code>resourceOwner</code>,<br /><code>customproperty</code> - N is between 1 to 30,<br /><code>custompropertyLabel</code> - N is between 1 to 30,<br /><code>accountNameRule</code>,<br /><code>accessquery</code>,<br /><code>enableCopyAccess</code>,<br /><code>disableNewAccountRequestIfAccountExists</code>,<br /><code>disableRemoveAccount</code>,<br /><code>disableModifyAccount</code>,<br /><code>blockInflightRequest</code>,<br /><code>userAccountCorrelationRule</code>,<br /><code>createEntTaskforRemoveAcc</code>,<br /><code>connectionconfig requestableRoleType requestOption</code> - Supports valid case-senstive string values such as “None”, “DropDownSingle”, “Table”, and “TableOnlyAdd”<br /><code>required</code> - Supports valid boolean values are true and false<code>requestedQuery/selectedQuery</code> Supports string values in double quotes<br /><code>showOn</code> - Supports valid case-sensitive string values such as \"All\", \"ShowOnApplicationRequest\", and \"ShowOnServiceAccountRequest\". specify the value to display the roles on Application Requests, Service Account Requests, or both. This parameter is available from the Release v24.6 onwards.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateEndpoint"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b1ccc57e-9ca5-4e0f-a2e4-071a8b188151","name":"Update Endpoint","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"endpointname\":\"Create-an-endpoint\",\n    \"resourceOwnerType\" :\"User\",\n    \"connectionconfig\":\"{\\\"conf\\\":[{\\\"ADDUSERTOENT\\\":\\\"FALSE\\\"},{\\\"ADDMEMBERTOENT\\\":\\\"FALSE\\\"}]}\"\n}"},"url":"{{url}}/ECM/{{path}}/updateEndpoint"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 May 2022 07:01:21 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b38f75c9-c386-4f8c-b2fc-eaac5e22bd93; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"},{"id":"974f7a7a-b3c3-47fb-9795-9c785f7ddb5d","name":"Update Endpoint","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"endpointname\": \"gcpshruti123\",\n    \"requestableRoleType\": [\n        {\n            \"roleType\": \"Application\",\n            \"requestOption\": \"Table\",\n            \"required\": true,\n            \"requestedQuery\": \"r.displayname='\\''testxyz'\\''\",\n            \"selectedQuery\": \"r.displayname='\\''abcd'\\''\"\n        },\n        {\n            \"roleType\": \"Enterprise\",\n            \"requestOption\": \"Table\",\n            \"required\": true,\n            \"requestedQuery\": \"r.displayname='\\''testxyz'\\''\",\n            \"selectedQuery\": \"r.displayname='\\''abcd'\\''\"\n        }\n    ]\n}"},"url":"{{url}}{{path}}/updateEndpoint"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Aug 2023 10:46:16 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9fa962e2-8d1b-4244-be4f-1628a7bd15c0; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"77f392bd-94e5-4ed7-8497-42cc0ec8ee7b"},{"name":"Get List of Endpoints","id":"8960aeac-6a43-4658-9823-169bb6887ca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"filterCriteria\":{\r\n\t\"customproperty1\":\"1\",\r\n\t\"displayName\" : \"Access Manager\"\r\n\t}\r\n}"},"url":"{{url}}/ECM/{{path}}/getEndpoints","description":"<p>This API returns list of Endpoints in EIC.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:<br /><code>connectionType</code>,<br /><code>endpointkey</code>,<br /><code>endpointname</code>,<br /><code>max</code>,<br /><code>offset</code>,<br /><code>filterCriteria</code></p>\n<p><strong>Note</strong>: You must specify the value for <code>endpointkey</code> parameter in array. Fr example, <code>\"endpointkey\" : [5]</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getEndpoints"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b80c1207-69e4-477a-98e1-e6b03ff7d266","name":"Get List of Endpoints","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"filterCriteria1\":{\r\n\t\"customproperty1\":\"1\",\r\n\t\"displayName\" : \"Access Manager\"\r\n\t}\r\n}"},"url":"{{url}}/ECM/{{path}}/getEndpoints"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9f026105-c1df-4fe6-b5b5-7d1924c508d7; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 25 Apr 2019 21:45:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"endpoints\": [\r\n        {\r\n            \"securitySystem\": \"SecuritySystem1\",\r\n            \"customproperty1\": \"1\",\r\n            \"enableCopyAccess\": \"false\",\r\n            \"displayName\": \"Access Manager\",\r\n            \"endpointname\": \"Endpoint1\",\r\n            \"description\": \"Access Management System\",\r\n            \"disableaccountrequest\": \"{\\\"DISABLENEWACCOUNT\\\":\\\"0\\\",\\\"DISABLEMODIFYACCOUNT\\\":\\\"0\\\",\\\"DISABLEREMOVEACCOUNT\\\":\\\"1\\\"}\",\r\n            \"requestownertype\": \"0\",\r\n            \"createEntTaskforRemoveAcc\": \"false\",\r\n            \"status\": \"1\"\r\n        },\r\n        {\r\n            \"ownerType\": \"2\",\r\n            \"securitySystem\": \"SecuritySystem2\",\r\n            \"customproperty1\": \"1\",\r\n            \"enableCopyAccess\": \"false\",\r\n            \"displayName\": \"Access Manager\",\r\n            \"description\": \"SecuritySystem2 desc\",\r\n            \"accountNameRule\": \"(users.customproperty7) # (substring(users.username,1,255)) \",\r\n            \"ownerkey\": \"9\",\r\n            \"createEntTaskforRemoveAcc\": \"false\",\r\n            \"userAccountCorrelationRule\": \"(users.customproperty7) = accounts.name \",\r\n            \"connectionconfig\": \"<conf></conf>\",\r\n            \"endpointname\": \"Endpoint2\",\r\n            \"disableaccountrequest\": \"{\\\"DISABLENEWACCOUNT\\\":\\\"0\\\",\\\"DISABLEMODIFYACCOUNT\\\":\\\"0\\\",\\\"DISABLEREMOVEACCOUNT\\\":\\\"0\\\"}\",\r\n            \"requestownertype\": \"0\",\r\n            \"accountTypeNoDeprovision\": \"Service\",\r\n            \"status\": \"1\"\r\n        }\r\n    ],\r\n    \"displayCount\": 2,\r\n    \"errorCode\": \"0\",\r\n    \"totalCount\": 2,\r\n    \"message\": \"Success\"\r\n}"}],"_postman_id":"8960aeac-6a43-4658-9823-169bb6887ca8"},{"name":"Create Entitlement Type","id":"d92e893a-fc73-4301-bbea-a3739308ced5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"entitlementname\":\"testEnt8\",\n\t\"endpointname\":\"Endpoint1\",\n\t\"entitlementdescription\":\"entitlementdescription\",\n\t\"workflow\":\"SampleManagerApproval\",\n\t\"customproperty1\":\"cp1\"\n}"},"url":"{{url}}/ECM/{{path}}/createEntitlementType","description":"<p>This API creates Entitlement Type in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>entitlementname</code>,\n<code>endpointname</code></p>\n<p>Optional params:</p>\n<p><code>entitlementdescription</code>,\n<code>customproperty&lt;N&gt;</code> - customproperty 1 to 5,\n<code>workflow</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createEntitlementType"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"65ed480f-63ae-4e4c-af35-6be398701294","name":"Create Entitlement Type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"entitlementname\":\"testEnt8\",\n\t\"endpointname\":\"Endpoint1\",\n\t\"entitlementdescription\":\"entitlementdescription\",\n\t\"workflow\":\"SampleManagerApproval\",\n\t\"customproperty1\":\"cp1\"\n}"},"url":"{{url}}/ECM/{{path}}/createEntitlementType"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9997fcf7-e1f7-4170-8db1-cd6cbe844ad7; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 17 Oct 2018 17:15:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"d92e893a-fc73-4301-bbea-a3739308ced5"},{"name":"Update Entitlement Type","id":"b1eeca19-8dec-4ef8-8c3f-c810bd535aa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"entitlementname\":\"testEnt81\",\n\t\"endpointname\":\"AD Test\",\n\t\"entitlementdescription\":\"entitlementdescription\",\n\t\"workflow\":\"SampleManagerApproval\",\n\t\"customproperty1\":\"cp1\",\n\t\"customproperty9\":\"cp9\",\n\t\"availableQueryServiceAccount\":\"test qry\",\n\t\"selectedQueryServiceAccount\": \"service acc qry\",\n\t\"arsRequestableEntitlementQuery\": \"ev.status=1 and ev.customproperty1='TRUE'\",\n\t\"arsSelectedEntitlementQuery\" : \"testsel\",\n\t\"createTaskAction\" : [\"noAction\",\"removeTaskForExistingEntitlements\", \"bhav\", \"enableRollback\"],\n\t\"requestDatesConfJson\" : \"test date\",\n\t\"startDateInRevokeRequest\" : \"false\",\n\t\"startEndDateInRequest\" :\"false\",\n\t\"allowRemoveAllEntitlementInRequest\" : \"false\",\n\t\"orderindex\" : \"2\",\n\t\"requiredinrequest\" : \"false\",\n\t\"hiearchyrequired\" : \"false\",\n\t\"requestoption\" : \"TABLENOREMOVE\"\n}"},"url":"{{url}}/ECM/{{path}}/updateEntitlementType","description":"<p>This API updates Entitlement Type in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:\n    <code>entitlementname</code>,\n    <code>endpointname</code>,</p>\n<p>Optional params:\n    <code>entitlementdescription</code>,\n    <code>workflow</code>,\n    <code>customproperty&lt;N&gt;</code>,\n    <code>availableQueryServiceAccount</code>,\n    <code>selectedQueryServiceAccount</code>, \n    <code>arsRequestableEntitlementQuery</code>, \n    <code>arsSelectedEntitlementQuery</code> , \n    <code>createTaskAction</code> - it can be one value or list of values. The values can be [\"noAction\",\"removeTaskForExistingEntitlements\", \"enableRollback\"],\n    <code>requestDatesConfJson</code> , \n    <code>startDateInRevokeRequest</code> , \n    <code>startEndDateInRequest</code> ,\n    <code>allowRemoveAllEntitlementInRequest</code> , \n    <code>orderindex</code> , \n    <code>requiredinrequest</code> ,\n    <code>hiearchyrequired</code> , \n    <code>requestoption</code></p>\n<p><code>requestoption</code> param values can be - \nSHOW_BUT_NOTREUESTABLESINGLE/ \nSHOW_BUT_NOTREUESTABLEMULTIPLE/ \nNONE/ \nSINGLE/ \nMULTIPLE/ \nTABLE/ \nFREEFORMTEXT/ \nTABLENOREMOVE/ \nRADIOBUTN/ \nCHECKBOXN/ \nREADONLYTABLE/ \nNONE_BUT_CREATETASK</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateEntitlementType"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"51cc15f7-9bb1-4ebc-a468-6f832c77e05a","name":"Update Entitlement Type","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"entitlementname\":\"testEnt81\",\n\t\"endpointname\":\"AD Test\",\n\t\"entitlementdescription\":\"entitlementdescription\",\n\t\"workflow\":\"SampleManagerApproval\",\n\t\"customproperty1\":\"cp1\",\n\t\"customproperty9\":\"cp9\",\n\t\"availableQueryServiceAccount\":\"test qry\",\n\t\"selectedQueryServiceAccount\": \"service acc qry\",\n\t\"arsRequestableEntitlementQuery\": \"ev.status=1 and ev.customproperty1='TRUE'\",\n\t\"arsSelectedEntitlementQuery\" : \"testsel\",\n\t\"createTaskAction\" : [\"noAction\",\"removeTaskForExistingEntitlements\", \"bhav\", \"enableRollback\"],\n\t\"createTaskAction1\" : \"removeTaskForExistingEntitlements\",\n\t\"requestDatesConfJson\" : \"test date\",\n\t\"startDateInRevokeRequest\" : \"false\",\n\t\"startEndDateInRequest\" :\"false\",\n\t\"allowRemoveAllEntitlementInRequest\" : \"false\",\n\t\"orderindex\" : \"2\",\n\t\"requiredinrequest\" : \"false\",\n\t\"hiearchyrequired\" : \"false\",\n\t\"requestoption\" : \"TABLENOREMOVE\"\n}"},"url":"{{url}}/ECM/{{path}}/updateEntitlementType"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=be1dce8e-3b83-4471-8867-6b40a7544cfc; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 18 Oct 2018 23:58:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"b1eeca19-8dec-4ef8-8c3f-c810bd535aa9"},{"name":"Get List of Entitlement Types","id":"c60bddf7-99c7-45a6-aa59-abb2e868c006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/getEntitlementTypes?entitlementname=testEnt81","description":"<p>This API returns list of Entitlement Types in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>entitlementname</code>,\n<code>max</code>,\n<code>offset</code>,\n<code>endpointname</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getEntitlementTypes"],"host":["{{url}}"],"query":[{"key":"entitlementname","value":"testEnt81"},{"disabled":true,"key":"max","value":"4"},{"disabled":true,"key":"offset","value":"2"},{"disabled":true,"key":"endpointname","value":"System1"}],"variable":[]}},"response":[{"id":"d68ea2fb-fd02-404e-b7e4-6db9bff88d49","name":"Get Entitlement Types","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":{"raw":"{{url}}/ECM/{{path}}/getEntitlementTypes?entitlementname=testEnt81","host":["{{url}}"],"path":["ECM","{{path}}","getEntitlementTypes"],"query":[{"key":"entitlementname","value":"testEnt81"},{"key":"max","value":"4","disabled":true},{"key":"offset","value":"2","disabled":true},{"key":"endpointname","value":"amigopod","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"JSESSIONID=7A7FB8D9384684D08912B436A968C01C; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=7ffb93c9-3cc5-4a72-85fc-436adde79bb8; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Oct 2018 00:14:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"displayCount\": 1,\n    \"errorCode\": \"0\",\n    \"totalCount\": 1,\n    \"entitlementTypeDetails\": [\n        {\n            \"orderindex\": \"2\",\n            \"workflow\": \"SampleManagerApproval\",\n            \"customproperty9_label\": \"cp9\",\n            \"requiredinrequest\": \"false\",\n            \"displayName\": \"testEnt81\",\n            \"securitysystem\": \"AD Test\",\n            \"availableQueryServiceAccount\": \"test qry\",\n            \"createTaskAction\": \"{\\\"taskActions\\\":[\\\"enableRollback\\\",\\\"removeTaskForExistingEntitlements\\\",\\\"noAction\\\"]}\",\n            \"ars_req_ent_sqlquerey\": \"ev.status=1 and ev.customproperty1='TRUE'\",\n            \"hiearchyrequired\": \"0\",\n            \"entitlementname\": \"testEnt81\",\n            \"endpoint\": \"AD Test\",\n            \"requestoption\": \"Request Form Table No Remove\",\n            \"showonchild\": \"false\",\n            \"recon\": \"true\",\n            \"ars_select_ent_sqlquerey\": \"testsel\",\n            \"certifiable\": \"true\",\n            \"customproperty1_label\": \"cp1\",\n            \"entitlementdescription\": \"entitlementdescription\",\n            \"requestDatesConfJson\": \"test date\",\n            \"selectedQueryServiceAccount\": \"service acc qry\"\n        }\n    ]\n}"}],"_postman_id":"c60bddf7-99c7-45a6-aa59-abb2e868c006"},{"name":"Create Dynamic Attribute","id":"d2a72ad9-a9ae-4f76-8578-40dbf8d08f3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":" {\r\n    \"securitysystem\": \"System_Name\",\r\n    \"endpoint\": \"OrgEndpoint\",\r\n    \"username\": \"admin\",\r\n    \"dynamicattributes\": [\r\n        {\r\n            \"accountscolumn\": \"customproperty1\",\r\n            \"hideoncreate\": \"false\",\r\n            \"attributegroup\": \"\",\r\n            \"orderindex\": \"\",\r\n            \"requesttype\": \"SERVICE ACCOUNT\",\r\n            \"actionstring\": \"\",\r\n            \"editable\": \"true\",\r\n            \"attributename\": \"Request List\",\r\n            \"attributelable\": \"##SavBoldStart##Request List##SavBoldEnd##\",\r\n            \"hideonupdate\": \"false\",\r\n            \"actiontoperformwhenparentattributechanges\": \"\",\r\n            \"required\": \"false\",\r\n            \"attributetype\": \"BOOLEAN\",\r\n            \"regex\": \"\",\r\n            \"showonchild\": \"false\",\r\n            \"descriptionascsv\": \"\"\r\n        }\r\n    ]\r\n}"},"url":"{{url}}/ECM/{{path}}/createDynamicAttribute","description":"<p>This API creates dynamic attributes in EIC.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>securitysystem</code></p>\n<p><code>endpoint</code></p>\n<p><code>updateuser</code></p>\n<p><code>dynamicattributes</code> - <code>attributename</code>, <code>requesttype</code>(ACCOUNT/PROPOSED ENTITLEMENT OWNER/ENTITLEMENT OWNER ATTESTATION/ROLE/SERVICE ACCOUNT)</p>\n<p>Optional params:</p>\n<p><code>dynamicattributes</code> - other dynamic attribute parameters:</p>\n<ul>\n<li><code>attributetype</code>: Specify the attribute type based on which you want to filter and display the dynamic attributes.The various types of attribute types are: Single select from Sql Query, ENUM, Password, Boolean (True,False), String, Check Box, Date, and so on.</li>\n<li><code>attributename</code>: Specify the dynamic attribute name to be used for filtering out and calling the respective attribute to be displayed.</li>\n<li><code>Attribute Group</code>: Attribute Group provides you an option to group or categorize and display the dynamic attributes in the Access Requests request form.</li>\n<li><code>Order Index</code>: Specify the sequence where you want to display the dynamic attributes. You can specify values such as 0,1, 2, 3 and so on. Order index with lower values is displayed first and those with higher values are displayed later.</li>\n<li><code>attributelable</code>: Specify the name of the attribute, which you want to display in the Access Requests request form. You can apply the following font styling to the label:<ul>\n<li><code>##SavBoldStart##Attribute_Name##SavBoldEnd##</code></li>\n<li><code>##SavUnderlineStart##Attribute_Name##SavItalicEnd##</code></li>\n<li><code>##SavUnderlineStart##Attribute_Name##UnderlineEnd##</code></li>\n<li><code>##SavAnchorStart####SavUrlStart##https://exampleorg.com##SavUrlEnd####SavUrlTextStart##URL_Text##SavUrlTextEnd####SavAnchorEnd##</code></li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createDynamicAttribute"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b51609ab-162e-4763-aa93-e47671bade86","name":"Create Dynamic Attribute","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"securitysystem\": \"System1\",\r\n    \"endpoint\": \"System1\",\r\n    \"username\": \"admin\",\r\n    \"dynamicattributes\": [\r\n        {\r\n            \"accountscolumn\": \"\",\r\n            \"hideoncreate\": \"false\",\r\n            \"attributegroup\": \"\",\r\n            \"orderindex\": \"\",\r\n            \"requesttype\": \"SERVICE ACCOUNT\",\r\n            \"actionstring\": \"\",\r\n            \"editable\": \"true\",\r\n            \"attributename\": \"air5\",\r\n            \"hideonupdate\": \"false\",\r\n            \"actiontoperformwhenparentattributechanges\": \"\",\r\n            \"defaultvalue\": \"\",\r\n            \"attributelable\": \"\",\r\n            \"required\": \"false\",\r\n            \"attributetype\": \"BOOLEAN\",\r\n            \"regex\": \"\",\r\n            \"attributevalue\": \"\",\r\n            \"showonchild\": \"false\",\r\n            \"Parentattribute\": \"\",\r\n            \"descriptionascsv\": \"\"\r\n        }\r\n    ]\r\n}"},"url":"{{url}}/ECM/{{path}}/createDynamicAttribute"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4181ffdf-3cb5-4d06-b138-86eda5746db2; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2019 23:01:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"d2a72ad9-a9ae-4f76-8578-40dbf8d08f3a"},{"name":"Update Dynamic Attribute","id":"eb9c81f3-d68f-45a8-bcdb-53cf95d04f6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": \"System1\",\n    \"endpoint\": \"System1\",\n    \"updateuser\": \"admin\",\n    \"dynamicattributes\": [\n        {\n            \"hideoncreate\": \"true\",\n            \"requesttype\": \"account\",\n            \"editable\": \"true\",\n            \"attributename\": \"attribute1\",\n            \"hideonupdate\": \"true\",\n            \"actiontoperformwhenparentattributechanges\": \"\",\n            \"required\": \"false\",\n            \"attributetype\": \"BOOLEAN\",\n            \"showonchild\": \"false\",\n            \"descriptionascsv\": \"files\"\n        },\n        {\n            \"hideoncreate\": \"true\",\n            \"requesttype\": \"account\",\n            \"editable\": \"true\",\n            \"attributename\": \"attribute2\",\n            \"hideonupdate\": \"true\",\n            \"actiontoperformwhenparentattributechanges\": \"\",\n            \"required\": \"false\",\n            \"attributetype\": \"BOOLEAN\",\n            \"showonchild\": \"false\",\n            \"descriptionascsv\": \"files\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/updateDynamicAttribute","description":"<p>This API updates dynamic attributes in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>securitysystem</code></p>\n<p><code>endpoint</code></p>\n<p><code>updateuser</code></p>\n<p><code>dynamicattributes</code> - <code>attributename</code></p>\n<p>Optional params:</p>\n<ul>\n<li><code>dynamicattributes</code> - other attributes of dynamic attributes</li>\n<li><code>attributetype</code>(BOOLEAN/NUMBER/STRING/ENUM/MULTIPLE SELECT FROM LIST/MULTIPLE SELECT FROM SQL QUERY/SINGLE SELECT FROM SQL QUERY/PASSWORD/LARGE TEXT/CHECK BOX/DATE)</li>\n<li><code>requesttype</code>(ACCOUNT/PROPOSED ENTITLEMENT OWNER/ENTITLEMENT OWNER ATTESTATION/ROLE/SERVICE ACCOUNT)</li>\n<li><code>attributelable</code>: Specify the name of the attribute, which you want to display in the Access Requests request form. You can apply following font styling to the label:<ul>\n<li><strong>##SavBoldStart##</strong><em><strong>Attribute_Name</strong></em><strong>##SavBoldEnd##</strong></li>\n<li><strong>##SavItalicStart##</strong><em><strong>Attribute_Name</strong></em><strong>##SavItalicEnd##</strong></li>\n<li><strong>##SavUnderlineStart##</strong><em><strong>Attribute_Name</strong></em><strong>##SavItalicEnd##</strong></li>\n<li><strong>##SavUrlStart##</strong><em><strong>Attribute_Name</strong></em><strong>##SavUrlEnd##</strong></li>\n<li><strong>##SavAnchorStart####SavUrlStart##</strong><a href><b>https://exampleorg.com##SavUrlEnd####SavUrlTextStart##</b></a><em><strong>URL_Text</strong></em><strong>##SavUrlTextEnd####SavAnchorEnd##</strong></li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateDynamicAttribute"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2f1234a3-7b27-4120-9b4c-f2db1290d7a4","name":"Update Dynamic Attribute","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": \"System1\",\n    \"endpoint\": \"System1\",\n    \"username\": \"admin\",\n    \"dynamicattributes\": [\n        {\n            \"accountscolumn\": \"customproperty1\",\n            \"hideoncreate\": \"false\",\n            \"attributegroup\": \"\",\n            \"orderindex\": \"\",\n            \"requesttype\": \"SERVICE ACCOUNT\",\n            \"actionstring\": \"\",\n            \"editable\": \"true\",\n            \"attributename\": \"air5\",\n            \"hideonupdate\": \"false\",\n            \"actiontoperformwhenparentattributechanges\": \"\",\n            \"defaultvalue\": \"\",\n            \"attributelable\": \"\",\n            \"required\": \"false\",\n            \"attributetype\": \"BOOLEAN\",\n            \"regex\": \"\",\n            \"attributevalue\": \"\",\n            \"showonchild\": \"false\",\n            \"Parentattribute\": \"\",\n            \"descriptionascsv\": \"\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/updateDynamicAttribute"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b8fbc39c-e05e-400f-9e0a-ab41b5dac1cf; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2019 23:16:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"eb9c81f3-d68f-45a8-bcdb-53cf95d04f6b"},{"name":"Fetch Dynamic Attributes","id":"c807ed5a-c99f-45a1-8e21-416d438de8c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": [\n        \"System1\"\n    ],\n    \"endpoint\": [\n        \"System1\"\n    ],\n    \"dynamicattributes\": [\n        \"parent\",\n        \"child\"\n    ],\n    \"offset\": \"0\",\n    \"max\": \"2\",\n    \"requesttype\" : [\"ACCOUNT\"]\n}"},"url":"{{url}}/ECM/{{path}}/fetchDynamicAttribute","description":"<p>This API fetches the dynamic attributes in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>securitysystem</code></p>\n<p><code>endpoint</code></p>\n<p><code>dynamicattributes</code></p>\n<p><code>max</code>, <code>offset</code>,</p>\n<p><code>requesttype</code> - can be ['ACCOUNT', 'PROPOSED ENTITLEMENT OWNER', 'ENTITLEMENT OWNER ATTESTATION', 'ROLE', 'SERVICE ACCOUNT','USER'],</p>\n<p><code>loggedinuser</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchDynamicAttribute"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7e3974d2-0e87-4fcf-b8d6-014b4574bdfc","name":"Fetch Dynamic Attributes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/ECM/{{path}}/fetchDynamicAttribute"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=08e761fa-47af-42d0-8faa-8be801f4914a; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2019 22:57:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"displaycount\": 2,\n    \"msg\": \"success\",\n    \"totalcount\": 2,\n    \"dynamicattributes\": [\n        {\n            \"accountscolumn\": \"customproperty11\",\n            \"hideoncreate\": \"false\",\n            \"orderindex\": \"1\",\n            \"attributevalue\": \"select 'ERS' as ID,'ers desc' as description UNION select 'FALCON' as ID, 'falcon desc' as description\",\n            \"editable\": \"true\",\n            \"securitysystem\": \"System1\",\n            \"attributename\": \"parent\",\n            \"attributelable\": \"Select Parent\",\n            \"required\": \"false\",\n            \"endpoint\": \"System1\",\n            \"hideonupdate\": \"false\",\n            \"requesttype\": \"ACCOUNT\",\n            \"showonchild\": \"false\",\n            \"actiontoperformwhenparentattributechanges\": \"Mapping\",\n            \"attributetype\": \"SQL MULTISELECT\"\n        },\n        {\n            \"accountscolumn\": \"customproperty12\",\n            \"hideoncreate\": \"false\",\n            \"orderindex\": \"2\",\n            \"attributevalue\": \"select customername as ID, CUSTOMPROPERTY1 as description from customer where customproperty12 in (${parent})\",\n            \"editable\": \"true\",\n            \"securitysystem\": \"System1\",\n            \"attributename\": \"child\",\n            \"attributelable\": \"Select Child\",\n            \"required\": \"false\",\n            \"endpoint\": \"System1\",\n            \"hideonupdate\": \"false\",\n            \"requesttype\": \"ACCOUNT\",\n            \"showonchild\": \"false\",\n            \"parentattribute\": \"parent\",\n            \"actiontoperformwhenparentattributechanges\": \"Mapping\",\n            \"attributetype\": \"SQL ENUM\"\n        }\n    ],\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"c807ed5a-c99f-45a1-8e21-416d438de8c1"},{"name":"Delete Dynamic Attribute","id":"3c701fc2-5cd3-45b1-b0d1-1c06471fb761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"securitysystem\": \"System1\",\r\n    \"endpoint\": \"System1\",\r\n    \"updateuser\": \"admin\",\r\n    \"dynamicattributes\":[\"air5\",\"attrname\"]\r\n}"},"url":"{{url}}/ECM/{{path}}/deleteDynamicAttribute","description":"<p>This API deletes dynamic attributes in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>securitysystem</code></p>\n<p><code>endpoint</code></p>\n<p><code>updateuser</code></p>\n<p><code>dynamicattributes</code> - attributename list</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","deleteDynamicAttribute"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d62cea4f-3474-4bec-aae0-56c15c5f06f7","name":"Delete Dynamic Attribute","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"securitysystem\": \"System1\",\r\n    \"endpoint\": \"System1\",\r\n    \"username\": \"admin\",\r\n    \"dynamicattributes\":\"air5\"\r\n}"},"url":"{{url}}/ECM/{{path}}/deleteDynamicAttribute"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=3ee29348-d2d9-4f82-9d8a-2d21efbcc76f; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2019 23:01:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"3c701fc2-5cd3-45b1-b0d1-1c06471fb761"}],"id":"87c0fc74-5d47-4266-a599-0bebb371eb4e","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"78188b35-ace7-41ff-80e7-4cc68b89554d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a64942f8-d633-4199-816c-7a716f82e6a5"}}],"_postman_id":"87c0fc74-5d47-4266-a599-0bebb371eb4e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Security Systems","item":[{"name":"Create Security System","id":"63f14105-bea7-43e3-b965-17e4d7fa01d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"systemname\" : \"sys3\",\n\t\"displayName\" : \"sys3Disp\",\n\t\"hostname\":\"https://test.test_test\",\n\t\"port\" : \"1000\",\n\t\"accessAddWorkflow\": \"One_Level_Manager_Approval\",\n\t\"accessRemoveWorkflow\" : \"One_Level_Manager_Approval\",\n\t\"addServiceAccountWorkflow\" : \"One_Level_Manager_Approval\",\n\t\"removeServiceAccountWorkflow\" : \"One_Level_Manager_Approval\",\n\t\"connectionparameters\" : \"{\\\"conn params\\\":\\\"test\\\"}\",\n\t\"automatedProvisioning\" : \"true\",\n    \"provisioning\"\n}\n"},"url":"{{url}}/ECM/{{path}}/createSecuritySystem","description":"<p>Use this API to create a Security System in EIC.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Mandatory Parameters</strong>:</p>\n<ul>\n<li><p><code>systemname</code></p>\n</li>\n<li><p><code>displayName</code></p>\n</li>\n</ul>\n<p><strong>Optional Parameters:</strong></p>\n<ul>\n<li><p><code>hostname</code></p>\n</li>\n<li><p><code>port</code></p>\n</li>\n<li><p><code>accessAddWorkflow</code></p>\n</li>\n<li><p><code>accessRemoveWorkflow</code></p>\n</li>\n<li><p><code>addServiceAccountWorkflow</code></p>\n</li>\n<li><p><code>removeServiceAccountWorkflow</code></p>\n</li>\n<li><p><code>connectionparameters</code></p>\n</li>\n<li><p><code>automatedProvisioning</code></p>\n</li>\n<li><p><code>provisioningTries</code></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createSecuritySystem"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bc3303be-fbd5-48cd-9543-6f2eccc37797","name":"Create Security System","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"systemname\" : \"sys3\",\n\t\"displayName\" : \"sys3Disp\",\n\t\"hostname\":\"https://test.test_test\",\n\t\"port\" : \"1000\",\n\t\"accessAddWorkflow\": \"One_Level_Manager_Approval\",\n\t\"accessRemoveWorkflow\" : \"One_Level_Manager_Approval\",\n\t\"addServiceAccountWorkflow\" : \"One_Level_Manager_Approval\",\n\t\"removeServiceAccountWorkflow\" : \"One_Level_Manager_Approval\",\n\t\"connectionparameters\" : \"{\\\"conn params\\\":\\\"test\\\"}\",\n\t\"automatedProvisioning\" : \"true\"\n}\n"},"url":"{{url}}/ECM/{{path}}/createSecuritySystem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=677c34fb-3a1c-4e5c-ad5d-a041a4b63a33; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 19 Oct 2018 18:46:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"63f14105-bea7-43e3-b965-17e4d7fa01d8"},{"name":"Update Security System","id":"cdbf1b66-1c87-46a4-be5c-55dc09e9b980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"systemname\": \"sys1\",\n    \"displayName\": \"sys1Disp\",\n    \"hostname\": \"https://test_test.test\",\n    \"port\": \"1001\",\n    \"accessAddWorkflow\": \"SampleManagerApproval\",\n    \"accessRemoveWorkflow\": \"SampleManagerApproval\",\n    \"addServiceAccountWorkflow\": \"SampleManagerApproval\",\n    \"removeServiceAccountWorkflow\": \"SampleManagerApproval\",\n    \"connectionparameters\": \"{\\\"conn params\\\":\\\"test1\\\"}\",\n    \"automatedProvisioning\": \"true\",\n    \"connectionname\": \"CN_DDF\",\n    \"provisioningConnection\": \"SAP_HANA\",\n    \"serviceDeskConnection\": \"CN_Saviynt\",\n    \"provisioningcomments\": \"prov comm\",\n    \"action\": \"enable\",\n    \"defaultSystem\": \"true\",\n    \"reconApplication\": \"true\"\n}"},"url":"{{url}}/ECM/{{path}}/updateSecuritySystem","description":"<p>Use this API to update an existing Security system in EIC.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>StartFragment</p>\n<p><strong>Mandatory Parameters:</strong></p>\n<p><code>systemname</code>: Specify the security system name you want to update.</p>\n<p><strong>Optional Parameters:</strong></p>\n<ul>\n<li><p><code>displayName</code>: Specify a meaningful display name that displays in the Saviynt user interface. The display name can be different from the system name.</p>\n</li>\n<li><p><code>hostname</code></p>\n</li>\n<li><p><code>port</code>: The port number parameter though provided is not used for the Security System.</p>\n</li>\n<li><p><code>policyRule</code>: Use this setting to assign the password policy for the security system.<br />  <strong>Note</strong>: Available from Release v24.5 onwards.</p>\n</li>\n<li><p><code>policyRuleServiceAccount</code>: Use this setting to assign the password policy which will be used to set the service account passwords for the security system.<br />  <strong>Note</strong>: Available from Release v24.5 onwards.</p>\n</li>\n<li><p><code>accessAddWorkflow</code>: Select the workflow to be used for approving access requests for an account, entitlements, role, and so on.</p>\n</li>\n<li><p><code>accessRemoveWorkflow</code>: Select the workflow to be used when an access must be revoked, which can be for an account, entitlement, or any other deprovisioning task.</p>\n</li>\n<li><p><code>addServiceAccountWorkflow</code>: Select the workflow to be used for approvals for an add service account request and assigning entitlements for the respective service account.</p>\n</li>\n<li><p><code>removeServiceAccountWorkflow</code>: Select the workflow to be used for removing a service account request and removing entitlements for the respective service account.</p>\n</li>\n<li><p><code>connectionparameters</code></p>\n</li>\n<li><p><code>automatedProvisioning</code></p>\n</li>\n<li><p><code>connectionname</code>: Select the connection name for performing reconciliation of identity objects from third-party application.</p>\n</li>\n<li><p><code>provisioningConnection</code></p>\n</li>\n<li><p><code>serviceDeskConnection</code></p>\n</li>\n<li><p><code>provisioningcomments</code></p>\n</li>\n<li><p><code>action</code> - \"enable\" or \"disable\",</p>\n</li>\n<li><p><code>defaultSystem</code></p>\n</li>\n<li><p><code>reconApplication</code></p>\n</li>\n<li><p><code>provisioningTries:</code> Specify the number of tries to be used for performing provisioning / de-provisioning to the third-party application.<br />  <strong>Note:</strong> From Release v23.1, you can specify <code>provisioningTries</code> between 1 to 20 based on your requirement.</p>\n</li>\n<li><p><code>inherentSODReportFields</code>: You can use this option used to filter out columns in SOD.<br />  <strong>Note</strong>: Available from Release v24.5 onwards.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateSecuritySystem"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"de7a5961-1172-4113-a746-5fb08cc73b5c","name":"Update Security System","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"systemname\" : \"sys1\",\n\t\"displayName\" : \"sys1Disp\",\n\t\"hostname\":\"https://test_test.test\",\n\t\"port\" : \"1001\",\n\t\"accessAddWorkflow\": \"SampleManagerApproval\",\n\t\"accessRemoveWorkflow\" : \"SampleManagerApproval\",\n\t\"addServiceAccountWorkflow\" : \"SampleManagerApproval\",\n\t\"removeServiceAccountWorkflow\" : \"SampleManagerApproval\",\n\t\"connectionparameters\" : \"{\\\"conn params\\\":\\\"test1\\\"}\",\n\t\"automatedProvisioning\" : \"true\",\n\t\"connectionname\" : \"CN_DDF\",\n\t\"provisioningConnection\" : \"SAP_HANA\",\n\t\"serviceDeskConnection\" : \"CN_Saviynt\",\n\t\"provisioningcomments\" :\"prov comm\",\n\t\"action\" : \"enable\",\n\t\"defaultSystem\": \"true\",\n\t\"reconApplication\" : \"true\"\n}"},"url":"{{url}}/ECM/{{path}}/updateSecuritySystem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=92293297-5e25-49b9-9ef5-f4ca43717451; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 19 Oct 2018 21:44:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"cdbf1b66-1c87-46a4-be5c-55dc09e9b980"},{"name":"Get List of Security Systems","id":"dc46d788-0bca-4b76-b40c-e39be6414e7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/ECM/{{path}}/getSecuritySystems?max=4","description":"<p>Use this API to retrieve the list of Security Systems in EIC.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>StartFragment</p>\n<p><strong>Optional Parameters</strong>:</p>\n<ul>\n<li><p><code>systemname</code></p>\n</li>\n<li><p><code>max</code></p>\n</li>\n<li><p><code>offset</code></p>\n</li>\n<li><p><code>connectionname</code></p>\n</li>\n<li><p><code>connectionType</code></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getSecuritySystems"],"host":["{{url}}"],"query":[{"disabled":true,"key":"systemname","value":"System1"},{"key":"max","value":"4"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"connectionname","value":"CN_SERP_ECC_A53"},{"disabled":true,"key":"connectionType","value":"SAP"}],"variable":[]}},"response":[{"id":"d1cd57e9-a4a6-4806-abfa-1f76815785ca","name":"Get Security Systems","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":{"raw":"{{url}}/ECM/{{path}}/getSecuritySystems?systemname=System1","host":["{{url}}"],"path":["ECM","{{path}}","getSecuritySystems"],"query":[{"key":"systemname","value":"System1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=abcf5ae8-c240-469f-a8d4-5d2570f772cf; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 19 Oct 2018 23:52:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n  \"msg\": \"Success\",\n  \"securitySystemDetails\": [\n    {\n      \"accessAddWorkflow\": \"UserGrpWF\",\n      \"defaultSystem\": \"false\",\n      \"endpoints\": \"[System1, Access]\",\n      \"updatedBy\": \"1\",\n      \"automatedProvisioning\": \"true\",\n      \"displayName\": \"System1-DisplayName\",\n      \"systemname\": \"System1\",\n      \"instantprovision\": \"false\",\n      \"accessRemoveWorkflow\": \"SampleManagerApproval\",\n      \"policyRule\": \"BBB\",\n      \"createdBy\": \"1\",\n      \"inherentSODReportFields\": [\n        \"Role\",\n        \"Risk\",\n        \"Description\"\n      ],\n      \"useopenconnector\": \"false\",\n      \"reconApplication\": \"true\",\n      \"status\": \"enabled\"\n    }\n  ],\n  \"displayCount\": 1,\n  \"errorCode\": \"0\",\n  \"totalCount\": 1\n}"}],"_postman_id":"dc46d788-0bca-4b76-b40c-e39be6414e7c"}],"id":"df2ac0ed-d2e4-4e5f-8c98-55b77234cafe","_postman_id":"df2ac0ed-d2e4-4e5f-8c98-55b77234cafe","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"User Groups","item":[{"name":"Create/Update UserGroup","id":"23ebe3b5-7601-4a28-9620-24096f391c07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"usergroup\":\"testApi2\",\n\t\"user_groupdescription\":\"desc\",\n\t\"username\":\"admin\",\n\t\"users\":[\n\t\t{\n\t\t\t\"username\":\"dbailey\",\n\t\t\t\"updateType\":\"ADD\"\n\t\t},\n\t\t{\n\t\t\t\"username\":\"crichards\",\n\t\t\t\"updateType\":\"REMOVE\"\n\t\t}\n\t],\n\t\"entitlements\":[\n\t\t{\n\t\t\t\"endpoint\":\"ADTest\",\n\t\t\t\"entitlement_type\":\"Role\",\n\t\t\t\"entitlement_value\":\"Entitlement1\",\n\t\t\t\"updateType\":\"ADD\"\n\t\t},\n\t\t\t{\n\t\t\t\"endpoint\":\"ADTest\",\n\t\t\t\"entitlement_type\":\"Role\",\n\t\t\t\"entitlement_value\":\"Entitlement2\",\n\t\t\t\"updateType\":\"REMOVE\"\n\t\t}\n\t],\n\t\"owners\" :[\n\t\t{\n\t\t\t\"username\":\"glogan\",\n\t\t\t\"updateType\": \"ADD\",\n\t\t\t\"rank\" : \"2\"\n\t\t},\n\t\t{\n\t\t\t\"username\":\"lkrause\",\n\t\t\t\"updateType\": \"REMOVE\"\n\t\t},\n\t\t{\n\t\t\t\"username\":\"mchapman\",\n\t\t\t\"updateType\": \"SETRANK\",\n\t\t\t\"rank\":\"2\"\n\t\t}\n\t]\n\t\n}"},"url":"{{url}}/ECM/{{path}}/createUpdateUserGroup","description":"<p>This API create or update usergroup in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>usergroup</code>,\n<code>username</code></p>\n<p>Optional params:</p>\n<p><code>user_groupdescription</code>,</p>\n<p><code>users</code> - </p>\n<ol>\n<li><code>username</code> (mandatory),</li>\n<li><code>updateType</code> - ADD/REMOVE (optional),</li>\n</ol>\n<p><code>entitlements</code> - </p>\n<ol>\n<li><code>endpoint</code> (mandatory),</li>\n<li><code>entitlement_type</code> (mandatory),</li>\n<li><code>entitlement_value</code> (mandatory),</li>\n<li><code>updateType</code> ADD/REMOVE (optional),</li>\n</ol>\n<p><code>owners</code> -</p>\n<ol>\n<li><code>username</code> (mandatory),</li>\n<li><code>updateType</code> - ADD/REMOVE/SETRANK (optional),</li>\n<li><code>rank</code> (optional)</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createUpdateUserGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"528bd9a8-e2fa-4b3a-aec1-dd35ff5cb6f1","name":"Create/Update UserGroup","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"usergroup\":\"ADOwnerGroup\",\n\t\"user_groupdescription\":\"ADOwnerGroupdesc\",\n\t\"username\":\"admin\",\n\t\"users\":[\n\t\t{\n\t\t\t\"username\":\"U003961\",\n\t\t\t\"updateType\":\"ADD\"\n\t\t},\n\t\t{\n\t\t\t\"username\":\"M0014\",\n\t\t\t\"updateType\":\"REMOVE\"\n\t\t}\n\t],\n\t\"entitlements\":[\n\t\t{\n\t\t\t\"endpoint\":\"Oracle\",\n\t\t\t\"entitlement_type\":\"OEBS-Responsibility\",\n\t\t\t\"entitlement_value\":\"FIXED_ASSET_INQUIRY_TECH_IN\",\n\t\t\t\"updateType\":\"ADD\"\n\t\t},\n\t\t\t{\n\t\t\t\"endpoint\":\"Oracle\",\n\t\t\t\"entitlement_type\":\"OEBS-Responsibility\",\n\t\t\t\"entitlement_value\":\"FIXED_ASSET_INQUIRY_SOFT_IN\",\n\t\t\t\"updateType\":\"REMOVE\"\n\t\t}\n\t],\n\t\"owners\" :[\n\t\t{\n\t\t\t\"username\":\"G000706\",\n\t\t\t\"updateType\": \"ADD\",\n\t\t\t\"rank\" : \"2\"\n\t\t},\n\t\t{\n\t\t\t\"username\":\"G000526\",\n\t\t\t\"updateType\": \"REMOVE\"\n\t\t},\n\t\t{\n\t\t\t\"username\":\"U009075\",\n\t\t\t\"updateType\": \"SETRANK\",\n\t\t\t\"rank\":\"2\"\n\t\t}\n\t]\n\t\n}"},"url":"{{url}}/ECM/{{path}}/createUpdateUserGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=1eae9a2d-290d-44de-bcf9-3d74760832f7; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Jun 2021 18:33:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \" user U003961 already present in usergroup. user M0014 does not exist in usergroup. entitlement FIXED_ASSET_INQUIRY_TECH_IN already present in usergroup. entitlement FIXED_ASSET_INQUIRY_SOFT_IN does not exist in usergroup. owner G000706 is already present. Owner U009075 does not exist in usergroup. owner G000526 is not present.\",\n    \"usergroupkey\": \"2\",\n    \"errorCode\": \"1\"\n}"}],"_postman_id":"23ebe3b5-7601-4a28-9620-24096f391c07"},{"name":"Add/Remove User From UserGroup","id":"740c8628-675b-4dd0-ba11-df0702d1a902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"bharell","type":"text"},{"key":"user_groupname","value":"TEST USER GROUP","type":"text"},{"key":"actionType","value":"0","type":"text"}]},"url":"{{url}}/ECM/{{path}}/addRemoveUserFromUserGroup","description":"<p>This API is used to add or remove user from a usergroup in SSM</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: </p>\n<p><code>username</code> - User which needs to be added/ removed,</p>\n<p><code>user_groupname</code> - Group name to be added/removed,</p>\n<p><code>actionType</code> (0/1) - 0:Add and 1:Remove</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","addRemoveUserFromUserGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"92b15fa8-fd08-4926-85e0-30fdb61f51a6","name":"Add/Remove User From UserGroup","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 01:24:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=a3914d7a-7ab2-4354-9de2-4fb0258322f9; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"53304FE5D119B96D6A3A2406EC29252F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"a3914d7a-7ab2-4354-9de2-4fb0258322f9","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"saved successfully\"}"}],"_postman_id":"740c8628-675b-4dd0-ba11-df0702d1a902"},{"name":"Delete UserGroup","id":"27a3f67f-24fc-4464-8264-ebc20bb4a995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\":\"smarquez\",\n\t\"usergroup\":\"testApi2\"\n}"},"url":"{{url}}/ECM/{{path}}/deleteUserGroup","description":"<p>This API delete usergroup in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>username</code>,\n<code>usergroup</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","deleteUserGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"39dd589b-23d1-47f2-9089-c95615d540be","name":"Delete UserGroup","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\":\"smarquez\",\n\t\"usergroup\":\"testApi2\"\n}"},"url":"{{url}}/ECM/{{path}}/deleteUserGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4df14cd0-0217-4b9e-8908-99c221e39ede; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 29 Dec 2018 01:43:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"27a3f67f-24fc-4464-8264-ebc20bb4a995"},{"name":"Get List of UserGroups","id":"863cbf58-ff3c-4d81-a752-23aeb5f36cb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\t\"usergroupname\":\"AdminGroup\",\n\t\"usergroupkey\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/fetchUserGroup","description":"<p>This API returns list of UserGroups in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>usergroupkey</code>,\n<code>usergroupname</code>,\n<code>usergroupdescription</code>,<code>groupid</code>,\n<code>max (default value is 5)</code>,\n<code>offset (default value is 0)</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchUserGroup"],"host":["{{url}}"],"query":[{"disabled":true,"key":"systemname","value":"amigopod"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"connectionname","value":"CN_SERP_ECC_A53"},{"disabled":true,"key":"connectionType","value":"SAP"}],"variable":[]}},"response":[{"id":"01678efb-930b-4c28-a6ef-de75ec261e36","name":"Fetch UserGroups - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"usergroupname\" : \"USERAPPROVAL\",\n\t\"usergroupdescription\" : \"USERAPPROVAL\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/ECM/{{path}}/fetchUserGroup","host":["{{url}}"],"path":["ECM","{{path}}","fetchUserGroup"],"query":[{"key":"systemname","value":"amigopod","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"connectionname","value":"CN_SERP_ECC_A53","disabled":true},{"key":"connectionType","value":"SAP","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4a9cee2f-c615-4b93-aed3-9c2d74747ead; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jun 2020 20:44:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"displaycount\": 1,\n    \"msg\": \"success\",\n    \"totalcount\": 1,\n    \"usergroups\": [\n        {\n            \"entitlements\": [\n                {\n                    \"entitlement_valuekey\": 1,\n                    \"entitlement_value\": \"Report Writer (Report_Writer)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 2,\n                    \"entitlement_value\": \"Job and Position Administrator (Job_and_Position_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 3,\n                    \"entitlement_value\": \"Organization Administrator (Organization_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 4,\n                    \"entitlement_value\": \"Setup Administrator (Setup_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 5,\n                    \"entitlement_value\": \"Compensation Administrator (Compensation_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 6,\n                    \"entitlement_value\": \"Benefits Administrator (Benefits_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 7,\n                    \"entitlement_value\": \"Payroll Interface Administrator (Payroll_Interface_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 8,\n                    \"entitlement_value\": \"Costing Administrator (Costing_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 9,\n                    \"entitlement_value\": \"Training Administrator (Inactive) (Training_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 10,\n                    \"entitlement_value\": \"Talent Administrator (Employee_Review_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 11,\n                    \"entitlement_value\": \"Business Process Administrator (Business_Process_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 12,\n                    \"entitlement_value\": \"Finance Administrator (Finance_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 13,\n                    \"entitlement_value\": \"Customer Administrator (Customer_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                }\n            ],\n            \"user_groupdescription\": \"USERAPPROVAL\",\n            \"usergroupkey\": 1,\n            \"groupid\": \"\",\n            \"user_groupname\": \"USERAPPROVAL\",\n            \"risk\": \"\",\n            \"owners\": [],\n            \"users\": [\n                {\n                    \"userkey\": 1,\n                    \"username\": \"admin\",\n                    \"firstname\": \"adminfname\",\n                    \"lastname\": \"adminlname\",\n                    \"city\": \"\",\n                    \"email\": \"\"\n                },\n                {\n                    \"userkey\": 12444,\n                    \"username\": \"lmcneil\",\n                    \"firstname\": \"Logan\",\n                    \"lastname\": \"McNeil\",\n                    \"city\": \"San Francisco\",\n                    \"email\": \"lmcneil@workday.net\"\n                },\n                {\n                    \"userkey\": 12445,\n                    \"username\": \"smorgan\",\n                    \"firstname\": \"Steve\",\n                    \"lastname\": \"Morgan\",\n                    \"city\": \"San Francisco\",\n                    \"email\": \"smorgan@workday.net\"\n                },\n                {\n                    \"userkey\": 12446,\n                    \"username\": \"Executive Management\",\n                    \"firstname\": \"Oliver\",\n                    \"lastname\": \"Reynolds\",\n                    \"city\": \"San Francisco\",\n                    \"email\": \"oliverr@sav.net\"\n                }\n            ]\n        }\n    ],\n    \"errorcode\": 0\n}"},{"id":"3dcadd27-f833-4623-b6aa-c5c41ee12a8a","name":"Get List of UserGroups - FAIL","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"groupid\" : \"100\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/ECM/{{path}}/fetchUserGroup","host":["{{url}}"],"path":["ECM","{{path}}","fetchUserGroup"],"query":[{"key":"systemname","value":"amigopod","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"connectionname","value":"CN_SERP_ECC_A53","disabled":true},{"key":"connectionType","value":"SAP","disabled":true}]}},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=dd76fe8b-d8b4-4f34-9f59-e87d073dceb4; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jun 2020 20:52:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"user group not found  with groupid 100\",\n    \"errorcode\": 1\n}"},{"id":"88841703-2342-4a91-a1fe-d16afe6b7008","name":"Get List of UserGroups - usergroupkey","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"usergroupname\":\"AdminGroup\",\n\t\"usergroupkey\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/ECM/{{path}}/fetchUserGroup","host":["{{url}}"],"path":["ECM","{{path}}","fetchUserGroup"],"query":[{"key":"systemname","value":"amigopod","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"connectionname","value":"CN_SERP_ECC_A53","disabled":true},{"key":"connectionType","value":"SAP","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=1eae9a2d-290d-44de-bcf9-3d74760832f7; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Jun 2021 18:08:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"displaycount\": 1,\n    \"msg\": \"success\",\n    \"totalcount\": 1,\n    \"usergroups\": [\n        {\n            \"entitlements\": [\n                {\n                    \"entitlement_valuekey\": 3,\n                    \"entitlement_value\": \"FIXED_ASSET_INQUIRY_TECH_IN\",\n                    \"description\": \"Fixed Assets Inquiry - Tech IN\",\n                    \"displayname\": \"\"\n                }\n            ],\n            \"user_groupdescription\": \"Group admin\",\n            \"usergroupkey\": 1,\n            \"groupid\": \"\",\n            \"user_groupname\": \"AdminGroup\",\n            \"risk\": \"\",\n            \"owners\": [\n                {\n                    \"userkey\": 301254,\n                    \"username\": \"zz003487\",\n                    \"firstname\": \"Lilith\",\n                    \"lastname\": \"Larionova\",\n                    \"city\": \"\",\n                    \"email\": \"example@saviynt.com\",\n                    \"comments\": \"\",\n                    \"rank\": 1\n                }\n            ],\n            \"users\": [\n                {\n                    \"userkey\": 317375,\n                    \"username\": \"margaret'manager\",\n                    \"firstname\": \"margar'etm-anager\",\n                    \"lastname\": \"margaretm'a:nager\",\n                    \"city\": \"Los Angeles\",\n                    \"email\": \"example@saviynt.com\"\n                },\n                {\n                    \"userkey\": 317378,\n                    \"username\": \"stacysponsor\",\n                    \"firstname\": \"Stacy\",\n                    \"lastname\": \"Sponsor\",\n                    \"city\": \"Los Angeles\",\n                    \"email\": \"example@saviynt.com\"\n                }\n            ]\n        }\n    ],\n    \"errorcode\": 0\n}"}],"_postman_id":"863cbf58-ff3c-4d81-a752-23aeb5f36cb8"}],"id":"49ef8533-ae8a-4e4c-ba51-b952a5ce36aa","_postman_id":"49ef8533-ae8a-4e4c-ba51-b952a5ce36aa","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Organization","item":[{"name":"Create Organization","id":"1bb504fe-f3c5-421e-82a9-70471c140c52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"organizationname\": \"TestOrg5\",\n\t\"username\": \"awsadmin\",\n\t\"primarycontact\": \"awsadmin\",\n\t\"comments\": \"comment\",\n\t\"status\": \"ACTIVE\",\n\t\"customproperty5\": \"cp5\",\n\t\"customproperty10\": \"cp10\",\n\t\"organizationtype\": \"request rules\",\n\t\"parentorganization\": \"Globex\",\n\t\"location\" : \"los angeles\",\n\t\"endpoints\": [\n\t\t{\n\t\t\t\"endpointname\": \"Office365\",\n\t\t\t\"cp1\": \"cp1\",\n\t\t\t\"cp2\": \"cp2\",\n\t\t\t\"cp3\": \"cp3\",\n\t\t\t\"cp4\": \"cp4\",\n\t\t\t\"cp5\": \"cp5\"\n\t\t},\n\t\t{\n\t\t\t\"endpointname\": \"Salesforce\"\n\t\t}\n\t],\n\t\"roles\": [\n\t\t{\n\t\t\t\"rolename\": \"ADT_AdmitSuperv_MCL\"\n\t\t},\n\t\t{\n\t\t\t\"rolename\": \"ADT_AdmitSuperv_MVH\"\n\t\t}\n\t],\n\t\"entitlements\": [\n\t\t{\n\t\t\t\"entitlementvalue\": \"AzureADSP\",\n\t\t\t\"entitlementtype\": \"O365-ADGroup\",\n\t\t\t\"endpoint\": \"Office365\"\n\t\t},\n\t\t{\n\t\t\t\"entitlementvalue\": \"DepartmentDynamicGroup\",\n\t\t\t\"entitlementtype\": \"O365-ADGroup\",\n\t\t\t\"endpoint\": \"Office365\"\n\t\t}\n\t],\n\t\"users\": [\n\t\t{\n\t\t\t\"username\": \"1000003\"\n\t\t},\n\t\t{\n\t\t\t\"username\": \"1000005\"\n\t\t}\n\t],\n\t\"owners\": [\n\t\t{\n\t\t\t\"owner\": \"admin\",\n\t\t\t\"rank\": 2\n\t\t},\n\t\t{\n\t\t\t\"owner\": \"awsadmin\",\n\t\t\t\"rank\": 2\n\t\t}\n\t],\n\t\"attributes\": [\n\t\t{\n\t\t\t\"attributegroupname\": \"dfdf\",\n\t\t\t\"attributes\": \"street,pincode\",\n\t\t\t\"value\": \"group val\",\n\t\t\t\"attributevalues\": {\n\t\t\t\t\"street\": \"treee\",\n\t\t\t\t\"pincode\": \"123456\"\n\t\t\t}\n\t\t}\n\t]\n}\n"},"url":"{{url}}/ECM/{{path}}/createOrganization","description":"<p>Use this API to create an organization in EIC.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Mandatory Parameters</strong>:</p>\n<ul>\n<li><p><code>organizationname</code>: Specify a unique name of the organization.</p>\n</li>\n<li><p><code>username</code>: Specify the user who is creating the organization.</p>\n</li>\n</ul>\n<p><strong>Optional Parameters</strong>:</p>\n<ul>\n<li><p><code>parentorganization</code></p>\n</li>\n<li><p><code>primarycontact</code></p>\n</li>\n<li><p><code>customproperty1</code></p>\n</li>\n<li><p><code>organizationtype</code>:<code>DATA</code>, <code>SECURITY</code>, <code>GROUPING</code>, or <code>REQUEST RULES</code>.</p>\n</li>\n<li><p><code>endpoints</code>:</p>\n<ul>\n<li><code>endpointname</code></li>\n</ul>\n</li>\n<li><p><code>roles</code></p>\n<ul>\n<li><code>rolename</code></li>\n</ul>\n</li>\n<li><p><code>rules</code> :</p>\n<ul>\n<li><p><code>name</code></p>\n</li>\n<li><p><code>type</code> - <code>BUISNESS</code>, <code>TECH</code>, <code>USERUPDATE</code>, <code>NEWUSER</code>, <code>REMOVEUSER</code>, <code>UPDATE_ENTITLEMENT</code>, <code>NEW_ENTITLEMENT</code>, <code>REMOVE_ENTITLEMENT</code>, or <code>REQUEST</code>.</p>\n</li>\n</ul>\n</li>\n<li><p><code>entitlements</code> :</p>\n<ul>\n<li><p><code>entitlementvalue</code></p>\n</li>\n<li><p><code>entitlementtype</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>users</code> - List of users with params -</p>\n<ul>\n<li><code>username</code></li>\n</ul>\n</li>\n<li><p><code>owners</code></p>\n<ul>\n<li><p><code>owner</code></p>\n</li>\n<li><p><code>rank</code></p>\n</li>\n<li><p><code>policy</code>: <code>SUPERADMIN</code>, <code>ADMIN</code>, <code>BULKADMIN</code>, <code>USERADMIN</code>, <code>CAMPAIGNADMIN</code>, or <code>READONLY</code>.<br />  <strong>Note:</strong> The <code>CAMPAIGNADMIN</code> policy is available from Release v24.9 onwards.</p>\n</li>\n</ul>\n</li>\n<li><p><code>attributes</code>:</p>\n<ul>\n<li><p><code>attributegroupname</code></p>\n</li>\n<li><p><code>attributes</code></p>\n</li>\n<li><p><code>value</code></p>\n</li>\n<li><p><code>attributevalues</code></p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createOrganization"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"81bfff7a-b75e-499d-a8d8-33c756c112b6","name":"createOrganization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"organizationname\" : \"orgNameSav\",\n\t\"username\" : \"dbailey\",\n\t\"organizationtype\" :\"GROUPING\",\n\t\"parentorganization\" : \"Synapse_EndUser\",\n\t\"primarycontact\" : \"smarquez\",\n\t\"customproperty1\":\"cp1\",\n\t\"status\": \"ACTIVE\",\n\t\"location\" : \"los angeles\",\n\t\"comments\" : \"hello\",\n\t\"endpoints\":[\n\t\t{\n\t\t\t\"endpointname\":\"Endpoint1\"\n\t\t}\n\t\t],\n\t\"roles\" : [\n\t\t{\n\t\t\t\"rolename\" : \"Fire Fighter\"\n\t\t}\n\t\t],\n\t\"rules\" : [\n\t\t{\n\t\t\t\"name\" : \"Step10 - Test\",\n\t\t\t\"type\" : \"REQUEST\"\n\t\t}\n\t\t],\n\t\"entitlements\":[\n\t\t{\n\t\t\t\"entitlementvalue\":\"ROLE_IAM_ADMIN\",\n\t\t\t\"entitlementtype\":\"Role\",\n\t\t\t\"endpoint\":\"Endpoint2\"\n\t\t}\n\t\t],\n\t\"users\" : [\n\t\t{\n\t\t\t\"username\" : \"admin\"\n\t\t},\n\t\t{\n\t\t\t\"username\" : \"ahinton\"\n\t\t}\n\t\t]\n}"},"url":"{{url}}/ECM/{{path}}/createOrganization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bb7c12f7-9d08-472d-830b-dfae43f39da3; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 25 Apr 2019 17:43:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"},{"id":"c1510760-992d-4a36-bba7-92686124099a","name":"Create Organization 2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"organizationname\": \"TestOrg5\",\n\t\"username\": \"awsadmin\",\n\t\"primarycontact\": \"awsadmin\",\n\t\"comments\": \"comment\",\n\t\"status\": \"ACTIVE\",\n\t\"customproperty5\": \"cp5\",\n\t\"customproperty10\": \"cp10\",\n\t\"organizationtype\": \"request rules\",\n\t\"parentorganization\": \"Globex\",\n\t\"location\" : \"los angeles\",\n\t\"endpoints\": [\n\t\t{\n\t\t\t\"endpointname\": \"Office365\",\n\t\t\t\"cp1\": \"cp1\",\n\t\t\t\"cp2\": \"cp2\",\n\t\t\t\"cp3\": \"cp3\",\n\t\t\t\"cp4\": \"cp4\",\n\t\t\t\"cp5\": \"cp5\"\n\t\t},\n\t\t{\n\t\t\t\"endpointname\": \"Salesforce\"\n\t\t}\n\t],\n\t\"roles\": [\n\t\t{\n\t\t\t\"rolename\": \"ADT_AdmitSuperv_MCL\"\n\t\t},\n\t\t{\n\t\t\t\"rolename\": \"ADT_AdmitSuperv_MVH\"\n\t\t}\n\t],\n\t\"entitlements\": [\n\t\t{\n\t\t\t\"entitlementvalue\": \"AzureADSP\",\n\t\t\t\"entitlementtype\": \"O365-ADGroup\",\n\t\t\t\"endpoint\": \"Office365\"\n\t\t},\n\t\t{\n\t\t\t\"entitlementvalue\": \"DepartmentDynamicGroup\",\n\t\t\t\"entitlementtype\": \"O365-ADGroup\",\n\t\t\t\"endpoint\": \"Office365\"\n\t\t}\n\t],\n\t\"users\": [\n\t\t{\n\t\t\t\"username\": \"1000003\"\n\t\t},\n\t\t{\n\t\t\t\"username\": \"1000005\"\n\t\t}\n\t],\n\t\"owners\": [\n\t\t{\n\t\t\t\"owner\": \"admin\",\n\t\t\t\"rank\": 2\n\t\t},\n\t\t{\n\t\t\t\"owner\": \"awsadmin\",\n\t\t\t\"rank\": 2\n\t\t}\n\t],\n\t\"attributes\": [\n\t\t{\n\t\t\t\"attributegroupname\": \"dfdf\",\n\t\t\t\"attributes\": \"street,pincode\",\n\t\t\t\"value\": \"group val\",\n\t\t\t\"attributevalues\": {\n\t\t\t\t\"street\": \"treee\",\n\t\t\t\t\"pincode\": \"123456\"\n\t\t\t}\n\t\t}\n\t]\n}\n"},"url":"{{url}}/ECM/{{path}}/createOrganization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=2e50304d-88ee-406e-a9dc-db97315cfe66; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 30 Dec 2020 02:37:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"1bb504fe-f3c5-421e-82a9-70471c140c52"},{"name":"Update Organization","id":"32677f04-7dc1-4642-966c-1b8ccc858a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"organizationname\": \"TestOrg5\",\n\t\"username\": \"awsadmin\",\n\t\"primarycontact\": \"awsadmin\",\n\t\"comments\": \"comment\",\n\t\"status\": \"ACTIVE\",\n\t\"customproperty5\": \"cp5\",\n\t\"customproperty10\": \"cp10\",\n\t\"organizationtype\": \"request rules\",\n\t\"parentorganization\": \"Globex\",\n\t\"location\" : \"los angeles\",\n\t\"endpoints\": [\n\t\t{\n\t\t\t\"endpointname\": \"CyberArk\",\n\t\t\t\"cp1\": \"cp1\",\n\t\t\t\"cp2\": \"cp2\",\n\t\t\t\"cp3\": \"cp3\",\n\t\t\t\"cp4\": \"cp4\",\n\t\t\t\"cp5\": \"cp5\",\n\t\t\t\"updatetype\": \"add\"\n\t\t},\n\t\t{\n\t\t\t\"endpointname\": \"Salesforce\",\n\t\t\t\"updatetype\": \"remove\"\n\t\t}\n\t],\n\t\"roles\": [\n\t\t{\n\t\t\t\"rolename\": \"ADT_AdmitSuperv_MVH\",\n\t\t\t\"updatetype\": \"remove\"\n\t\t}\n\t],\n\t\"entitlements\": [\n\t\t{\n\t\t\t\"entitlementvalue\": \"DepartmentDynamicGroup\",\n\t\t\t\"entitlementtype\": \"O365-ADGroup\",\n\t\t\t\"endpoint\": \"Office365\",\n\t\t\t\"updatetype\": \"remove\"\n\t\t}\n\t],\n\t\"users\": [\n\t\t{\n\t\t\t\"username\": \"1000005\",\n\t\t\t\"updatetype\": \"add\"\n\t\t}\n\t],\n\t\"owners\": [\n\t\t{\n\t\t\t\"owner\": \"1000003\",\n\t\t\t\"rank\": 2,\n\t\t\t\"updatetype\": \"add\"\n\t\t},\n\t\t{\n\t\t\t\"owner\": \"awsadmin\",\n\t\t\t\"rank\": 2,\n\t\t\t\"updatetype\": \"remove\"\n\t\t}\n\t],\n\t\"attributes\": [\n\t\t{\n\t\t\t\"attributegroupname\": \"dfdf\",\n\t\t\t\"attributes\": \"street,pincode\",\n\t\t\t\"value\": \"group val\",\n\t\t\t\"attributevalues\": {\n\t\t\t\t\"street\": \"treee1\",\n\t\t\t\t\"pincode\": \"1234567\"\n\t\t\t},\n\t\t\t\"updatetype\": \"updategroup\"\n\t\t}\n\t]\n}\n"},"url":"{{url}}/ECM/{{path}}/updateOrganization","description":"<p>Use this API to update an organization in EIC.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Mandatory Parameters</strong>:</p>\n<ul>\n<li><p><code>organizationname</code>: Specify a unique name of the organization.</p>\n</li>\n<li><p><code>username</code>: Specify the user who is creating the organization.</p>\n</li>\n</ul>\n<p><strong>Optional Parameters</strong>:</p>\n<ul>\n<li><p><code>updatedorgname</code></p>\n</li>\n<li><p><code>parentorganization</code></p>\n</li>\n<li><p><code>primarycontact</code></p>\n</li>\n<li><p><code>endpoints</code>:</p>\n<ul>\n<li><p><code>endpointname</code></p>\n</li>\n<li><p><code>updatetype</code>: <code>ADD</code>or <code>REMOVE</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>roles</code></p>\n<ul>\n<li><p><code>rolename</code></p>\n</li>\n<li><p><code>updatetype</code>: <code>ADD</code>or <code>REMOVE</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>rules</code></p>\n<ul>\n<li><p><code>name</code></p>\n</li>\n<li><p><code>type</code>: <code>BUISNESS</code>, <code>TECH</code>, <code>USERUPDATE</code>, <code>NEWUSER</code>, <code>REMOVEUSER</code>, <code>UPDATE_ENTITLEMENT</code>, <code>NEW_ENTITLEMENT</code>, <code>REMOVE_ENTITLEMENT</code>, or <code>REQUEST</code>.</p>\n</li>\n<li><p><code>updatetype</code>: <code>ADD</code>or <code>REMOVE</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>entitlements</code></p>\n<ul>\n<li><p><code>entitlementvalue</code></p>\n</li>\n<li><p><code>entitlementtype</code></p>\n</li>\n<li><p><code>endpoint</code></p>\n</li>\n<li><p><code>updatetype</code>: <code>add</code>or<code>remove</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>users</code></p>\n<ul>\n<li><p><code>username</code></p>\n</li>\n<li><p><code>updatetype</code>: <code>add</code>or<code>remove</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>owners</code></p>\n<ul>\n<li><p><code>owner</code></p>\n</li>\n<li><p><code>rank</code></p>\n</li>\n<li><p><code>policy</code>: <code>SUPERADMIN</code>, <code>ADMIN</code>, <code>BULKADMIN</code>, <code>USERADMIN</code>, <code>CAMPAIGNADMIN</code>, or <code>READONLY</code>.<br />  <strong>Note:</strong> The <code>CAMPAIGNADMIN</code> policy is available from Release v24.9 onwards.</p>\n</li>\n<li><p><code>updatetype</code>: <code>add</code>, <code>update</code>, or<code>remove</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>attributes</code></p>\n<ul>\n<li><p><code>attributegroupname</code></p>\n</li>\n<li><p><code>attributes</code></p>\n</li>\n<li><p><code>value</code></p>\n</li>\n<li><p><code>attributevalues</code></p>\n</li>\n<li><p><code>updatetype</code>: <code>addgroup</code>, or <code>deletegroup</code>, or <code>updategroup</code>.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateOrganization"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dfaace45-34c2-43b5-810b-eafb4e18ba79","name":"Update Organization","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"organizationname\": \"TestOrg5\",\n\t\"username\": \"awsadmin\",\n\t\"primarycontact\": \"awsadmin\",\n\t\"comments\": \"comment\",\n\t\"status\": \"ACTIVE\",\n\t\"customproperty5\": \"cp5\",\n\t\"customproperty10\": \"cp10\",\n\t\"organizationtype\": \"request rules\",\n\t\"parentorganization\": \"Globex\",\n\t\"location\" : \"los angeles\",\n\t\"endpoints\": [\n\t\t{\n\t\t\t\"endpointname\": \"CyberArk\",\n\t\t\t\"cp1\": \"cp1\",\n\t\t\t\"cp2\": \"cp2\",\n\t\t\t\"cp3\": \"cp3\",\n\t\t\t\"cp4\": \"cp4\",\n\t\t\t\"cp5\": \"cp5\",\n\t\t\t\"updatetype\": \"add\"\n\t\t},\n\t\t{\n\t\t\t\"endpointname\": \"Salesforce\",\n\t\t\t\"updatetype\": \"remove\"\n\t\t}\n\t],\n\t\"roles\": [\n\t\t{\n\t\t\t\"rolename\": \"ADT_AdmitSuperv_MVH\",\n\t\t\t\"updatetype\": \"remove\"\n\t\t}\n\t],\n\t\"entitlements\": [\n\t\t{\n\t\t\t\"entitlementvalue\": \"DepartmentDynamicGroup\",\n\t\t\t\"entitlementtype\": \"O365-ADGroup\",\n\t\t\t\"endpoint\": \"Office365\",\n\t\t\t\"updatetype\": \"remove\"\n\t\t}\n\t],\n\t\"users\": [\n\t\t{\n\t\t\t\"username\": \"1000005\",\n\t\t\t\"updatetype\": \"add\"\n\t\t}\n\t],\n\t\"owners\": [\n\t\t{\n\t\t\t\"owner\": \"1000003\",\n\t\t\t\"rank\": 2,\n\t\t\t\"updatetype\": \"add\"\n\t\t},\n\t\t{\n\t\t\t\"owner\": \"awsadmin\",\n\t\t\t\"rank\": 2,\n\t\t\t\"updatetype\": \"remove\"\n\t\t}\n\t],\n\t\"attributes\": [\n\t\t{\n\t\t\t\"attributegroupname\": \"dfdf\",\n\t\t\t\"attributes\": \"street,pincode\",\n\t\t\t\"value\": \"group val\",\n\t\t\t\"attributevalues\": {\n\t\t\t\t\"street\": \"treee1\",\n\t\t\t\t\"pincode\": \"1234567\"\n\t\t\t},\n\t\t\t\"updatetype\": \"updategroup\"\n\t\t}\n\t]\n}\n"},"url":"{{url}}/ECM/{{path}}/updateOrganization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=3efde15c-25dd-4b66-b61d-a1a9303caee1; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 30 Dec 2020 03:14:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"32677f04-7dc1-4642-966c-1b8ccc858a34"},{"name":"Update Organization Users","id":"f82ddece-fa06-47f0-af67-c4b34ab249b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"organizationname\": \"myorg\",\n  \"users\": [\n    {\n      \"username\": \"jdoe\",\n      \"updatetype\": \"remove\"\n    },\n    {\n      \"username\": \"smith\",\n      \"updatetype\": \"add\"\n    },\n    {\n      \"username\": \"adduser3\",\n      \"updatetype\": \"remove\"\n    },\n    {\n      \"username\": \"adduser4\",\n      \"updatetype\": \"add\"\n    }\n  ]\n}"},"url":"{{url}}/ECM/{{path}}/updateOrganizationUsers","description":"<p>This API adds or removes multiple users from the secondary organization in EIC.</p>\n<p><strong>Note</strong>: You must enable the <strong>Enable Multiple Organizations for a User</strong> option from the <strong>Global Configurations</strong> page in the EIC user interface to add or remove users for the secondary organization.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory Parameters:</p>\n<ul>\n<li><p><code>organizationname</code>: The name of the secondary organization. This parameter fetches the users associated with the organization.</p>\n</li>\n<li><p><code>username</code>: The name of the user that you want to add or remove from the secondary organization.</p>\n</li>\n<li><p><code>updatetype</code>: Specify the action to be performed. Specify <code>add</code>for adding a user and <code>remove</code> for removing a user.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateOrganizationUsers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c58230ab-21f9-4018-9726-0da9ae4df69f","name":"Update Organization Users","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"organizationname\": \"myorg\",\n  \"users\": [\n    {\n      \"username\": \"jdoe\",\n      \"updatetype\": \"remove\"\n    },\n    {\n      \"username\": \"smith\",\n      \"updatetype\": \"add\"\n    },\n    {\n      \"username\": \"adduser3\",\n      \"updatetype\": \"remove\"\n    },\n    {\n      \"username\": \"adduser4\",\n      \"updatetype\": \"add\"\n    }\n  ]\n}"},"url":"{{url}}/ECM/{{path}}/updateOrganization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=3efde15c-25dd-4b66-b61d-a1a9303caee1; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 30 Dec 2020 03:14:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"f82ddece-fa06-47f0-af67-c4b34ab249b6"},{"name":"Get Organization","id":"52ce934a-36b0-43f1-a8f1-01ea86696c6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"max\": \"2\",\n\t\"offset\": \"0\",\n\t\"orgQuery\" : \"c.organizationname like '%TestOrg5%'\"\n}"},"url":"{{url}}/ECM/{{path}}/getOrganization","description":"<p>Use this API to fetch a list of all organizations in EIC.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Optional Parameters</strong>:</p>\n<ul>\n<li><p><code>organizationname</code></p>\n</li>\n<li><p><code>max</code></p>\n</li>\n<li><p><code>offset</code></p>\n</li>\n<li><p><code>filtercriteria</code> - organizationname,organizationtype(possible values - Data Security, Request Rules, Grouping, 1, 2, 3),status(\"ACTIVE\"/\"INACTIVE\"),updateuser(username),createuser(username),parentorganization,customproperty&lt;1-20&gt;,description,primarycontact(username),vendormanager(username),location,risk,score</p>\n</li>\n</ul>\n<p><em><strong>OR</strong></em></p>\n<p><code>orgQuery</code>(Example : c.organizationname like '%example_orgname%')</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getOrganization"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"560117e3-8579-49bb-9c38-63f652789d6e","name":"Get Organization","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"{{url}}/ECM/{{path}}/getOrganization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=94589b88-cb05-4e05-a11d-dc62e85bb238; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 23 Jul 2020 20:58:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"displaycount\": 1,\n    \"msg\": \"Success\",\n    \"totalcount\": 1,\n    \"organizations\": [\n        {\n            \"entitlements\": [],\n            \"endpoints\": [],\n            \"organizationtype\": \"Data Security\",\n            \"roles\": [],\n            \"primaryvendorcontact\": \"lmcneil\",\n            \"createdate\": \"2019-08-20 18:31:38\",\n            \"customproperty17\": \"Compliance\",\n            \"description\": \"testorg\",\n            \"rules\": [],\n            \"createuser\": \"admin\",\n            \"users\": [],\n            \"score\": \"0\",\n            \"updatedate\": \"2020-07-23 20:19:59\",\n            \"organizationname\": \"testorg\",\n            \"location\": \"Bangalore\",\n            \"risk\": \"0\",\n            \"parentorganization\": \"orgNameSav\",\n            \"status\": \"Active\",\n            \"updateuser\": \"admin\"\n        }\n    ],\n    \"errorCode\": \"0\"\n}"},{"id":"ccf11c9f-6bc9-4fdd-87dc-7b7e569bbc4e","name":"Get Organization 2","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"{{url}}/ECM/{{path}}/getOrganization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=406488b2-e5a1-4a1b-8c87-ccf8177ef29e; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 30 Dec 2020 04:19:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"displaycount\": 1,\n    \"msg\": \"Success\",\n    \"totalcount\": 1,\n    \"organizations\": [\n        {\n            \"customproperty10\": \"cp10\",\n            \"entitlements\": [\n                {\n                    \"entitlementvalue\": \"AzureADSP\",\n                    \"description\": \"\",\n                    \"entitlement_glossary\": \"\",\n                    \"customproperty1\": \"true\",\n                    \"entitlementtypekey\": \"O365-ADGroup\",\n                    \"systemname\": \"Office365\"\n                }\n            ],\n            \"customproperty5\": \"cp5\",\n            \"roles\": [\n                {\n                    \"rolename\": \"ADT_AdmitSuperv_MCL\"\n                }\n            ],\n            \"createdate\": \"2020-12-30 02:37:00\",\n            \"rules\": [],\n            \"startdate\": \"2020-12-29 00:00:00\",\n            \"eventsource\": \"11\",\n            \"score\": \"0\",\n            \"updatedate\": \"2020-12-30 03:13:57\",\n            \"organizationkey\": \"23\",\n            \"endpoints\": [\n                {\n                    \"endpointname\": \"Office365\",\n                    \"cp1\": \"cp1\",\n                    \"cp2\": \"cp2\",\n                    \"cp3\": \"cp3\",\n                    \"cp4\": \"cp4\",\n                    \"cp5\": \"cp5\"\n                },\n                {\n                    \"endpointname\": \"CyberArk\",\n                    \"cp1\": \"cp1\",\n                    \"cp2\": \"cp2\",\n                    \"cp3\": \"cp3\",\n                    \"cp4\": \"cp4\",\n                    \"cp5\": \"cp5\"\n                }\n            ],\n            \"comments\": \"comment\",\n            \"savUpdateDate\": \"2020-12-30 02:37:00\",\n            \"organizationtype\": \"Request Rules\",\n            \"primaryvendorcontact\": \"awsadmin\",\n            \"createuser\": \"admin\",\n            \"savCreateDate\": \"2020-12-30 02:37:00\",\n            \"users\": [\n                {\n                    \"username\": \"1000003\",\n                    \"firstname\": \"Patricia\",\n                    \"lastname\": \"Bathilde\",\n                    \"status\": \"Active\",\n                    \"manager\": \"margaret'manager\",\n                    \"email\": \"example@saviynt.com\",\n                    \"city\": \"Puteaux\",\n                    \"jobcodedesc\": \"\",\n                    \"costcenter\": \"36100\",\n                    \"jobcode\": \"45200\",\n                    \"companyname\": \"Saviynt France\",\n                    \"departmentname\": \"\",\n                    \"departmentNumber\": \"\"\n                },\n                {\n                    \"username\": \"1000005\",\n                    \"firstname\": \"Peggy\",\n                    \"lastname\": \"Bouabbache\",\n                    \"status\": \"Active\",\n                    \"manager\": \"ADAMSL\",\n                    \"email\": \"example@saviynt.com\",\n                    \"city\": \"Puteaux\",\n                    \"jobcodedesc\": \"Sr. Technology Sales Engineer\",\n                    \"costcenter\": \"3428\",\n                    \"jobcode\": \"\",\n                    \"companyname\": \"Saviynt France\",\n                    \"departmentname\": \"\",\n                    \"departmentNumber\": \"\"\n                }\n            ],\n            \"enddate\": \"2021-01-30 00:00:00\",\n            \"organizationowners\": [\n                {\n                    \"userkey\": 2,\n                    \"username\": \"admin\",\n                    \"firstname\": \"Saviynt\",\n                    \"lastname\": \"AdminUser\",\n                    \"city\": \"Los Angeles\",\n                    \"email\": \"example@saviynt.com\",\n                    \"comments\": \"CN=admin,OU=SaviyntPoC,DC=corpAD,DC=saviynt,DC=com\",\n                    \"enddate\": \"12-29-9999 00:00:00\",\n                    \"rank\": 2,\n                    \"policy\": 1\n                },\n                {\n                    \"userkey\": 301258,\n                    \"username\": \"1000003\",\n                    \"firstname\": \"Patricia\",\n                    \"lastname\": \"Bathilde\",\n                    \"city\": \"Puteaux\",\n                    \"email\": \"example@saviynt.com\",\n                    \"comments\": \"\",\n                    \"enddate\": \"\",\n                    \"rank\": 2,\n                    \"policy\": 1\n                }\n            ],\n            \"organizationname\": \"TestOrg5\",\n            \"location\": \"los angeles\",\n            \"risk\": \"0\",\n            \"attributes\": [\n                {\n                    \"attributegroupname\": \"dfdf\",\n                    \"value\": \"group val\",\n                    \"attributes\": {\n                        \"pincode\": \"1234567\",\n                        \"street\": \"treee1\"\n                    }\n                }\n            ],\n            \"parentorganization\": \"Globex\",\n            \"status\": \"Active\",\n            \"updateuser\": \"admin\"\n        }\n    ],\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"52ce934a-36b0-43f1-a8f1-01ea86696c6f"},{"name":"Get User Organization","id":"96e5bd6c-c75d-4502-aa0f-73ab9a19a700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"max\": \"2\",\n\t\"offset\": \"0\",\n\t\"orgQuery\" : \"c.organizationname like '%TestOrg5%'\"\n}"},"url":"{{url}}/ECM/{{path}}/getOrganizationUserDetails","description":"<p>Use this API to fetch all organizations (primary and secondary) associated with a user.</p>\n<p><strong>Note</strong>:</p>\n<ul>\n<li><p>You must enable the <strong>Enable Multiple Organizations for a User</strong> option from the <strong>Global Configurations</strong> page in the EIC user interface to fetch organizations associated a user.</p>\n</li>\n<li><p>Starting with Release v24.7, this API now retrieves the start date and end date for new or existing users that belong to the secondary organization.EndFragment</p>\n</li>\n</ul>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Mandatory Parameters:</strong></p>\n<p><code>username</code>: Specify the name of the user whose associated organization details you want to fetch.</p>\n<p><strong>Optional Parameters</strong>:</p>\n<ul>\n<li><p><code>verbose</code> : Specify <code>true</code> to get additional information of the user like <code>organizationname</code>, <code>displayname</code>, <code>description</code>, or <code>status</code>.</p>\n</li>\n<li><p><code>fetchonlycount</code> : Specify to get the total count information in response. Example, <code>true</code> or <code>false</code>.</p>\n</li>\n<li><p><code>orgmemebership</code> : Specify if you want only details from a particular type of organization. Example, <code>primary</code> or <code>secondary</code>).</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getOrganizationUserDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d6feeb0c-0542-4ccc-85c2-7e432164476f","name":"Get User Organization","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{url}}/ECM/{{path}}/getOrganization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=94589b88-cb05-4e05-a11d-dc62e85bb238; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 23 Jul 2020 20:58:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n  \"displaycount\": 4,\n  \"msg\": \"Success\",\n  \"totalcount\": 4,\n  \"offset\": 0,\n  \"max\": 17,\n  \"organizations\": [\n    {\n      \"organizationname\": \"abcorg\",\n      \"orgmembership\": \"secondary\",\n      \"userstartdate\": \"04/09/2014\",\n      \"userenddate\": \"12/30/2044\"\n    },\n    {\n      \"organizationname\": \"xyzorg\",\n      \"orgmembership\": \"primary\",\n      \"userstartdate\": \"\",\n      \"userenddate\": \"\"\n    },\n    {\n      \"organizationname\": \"56097181\",\n      \"orgmembership\": \"secondary\",\n      \"userstartdate\": \"03/31/2024\",\n      \"userenddate\": \"04/09/2024\"\n    },\n    {\n      \"organizationname\": \"Auto_abxcv\",\n      \"orgmembership\": \"secondary\",\n      \"userstartdate\": \"\",\n      \"userenddate\": \"\"\n    }\n  ],\n  \"errorCode\": \"0\",\n  \"username\": \"smith\"\n}"}],"_postman_id":"96e5bd6c-c75d-4502-aa0f-73ab9a19a700"},{"name":"Delete Organization","id":"0d01a231-cc90-4465-ac6a-19b390208743","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"admin\",\n\t\"organizationname\": \"testorg1\"\n}"},"url":"{{url}}/ECM/{{path}}/deleteOrganization","description":"<p>Use this API to delete an organization in EIC.  </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>StartFragment</p>\n<p><strong>Mandatory Parameters</strong>:</p>\n<ul>\n<li><p><code>organizationname</code></p>\n</li>\n<li><p><code>username</code></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","deleteOrganization"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"086a9311-bcf7-465d-ba6f-5982bb258637","name":"Delete Organization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"admin\",\n\t\"organizationname\": \"testorg1\"\n}"},"url":"{{url}}/ECM/{{path}}/deleteOrganization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=94589b88-cb05-4e05-a11d-dc62e85bb238; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 23 Jul 2020 19:37:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"0d01a231-cc90-4465-ac6a-19b390208743"}],"id":"099be8e0-57ca-4d7d-b5e2-3b9d68cd7f10","_postman_id":"099be8e0-57ca-4d7d-b5e2-3b9d68cd7f10","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Connections","item":[{"name":"Get List of Connections","id":"b2e867c9-ae89-4c2e-ab82-aea0841753d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"connectiontype","value":"AD","type":"text"},{"key":"connectionname","value":"AD Test","type":"text"}]},"url":"{{url}}/ECM/{{path}}/getConnections","description":"<p>This API returns list of Connections in SSM. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:\n<code>max</code>,<code>offset</code>,\n<code>connectiontype</code>,\n<code>connectionname</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getConnections"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"159336e8-6240-4a7c-ba50-e1c226bd3377","name":"Get Connections","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"connectiontype","value":"AD","type":"text"},{"key":"connectionname","value":"AD Test","type":"text"}]},"url":"{{url}}/ECM/{{path}}/getConnections","description":"This API returns list of Connections in SSM. \r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`.\r\n\r\nOptional params:\r\n`max`,`offset`,\r\n`connectiontype`,\r\n`connectionname`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 00:27:49 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ea1c1da4-ed84-4efb-821d-bb31d05a0efb; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"ea1c1da4-ed84-4efb-821d-bb31d05a0efb","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"ConnectionList\":[{\"CONNECTIONNAME\":\"AD Test\",\"CONNECTIONTYPE\":\"AD\",\"CONNECTIONDESCRIPTION\":\"\",\"STATUS\":1,\"CREATEDBY\":\"admin(     ADMIN)\",\"CREATEDON\":\"2017-03-23T00:48:28Z\",\"UPDATEDBY\":\"admin(ADMIN   ADMIN)\",\"UPDATEDON\":\"2017-08-18T04:18:19Z\"}],\"errorCode\":\"0\"}"}],"_postman_id":"b2e867c9-ae89-4c2e-ab82-aea0841753d9"},{"name":"Get Connections Details","id":"699a6214-b166-4ecc-8281-9d95cda0c13c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"connectionkey","value":"120","type":"text"},{"key":"connectionname","value":"Workday","type":"text"}]},"url":"{{url}}/ECM/{{path}}/getConnectionDetails","description":"<p>This API returns connection details in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:<br /><code>connectiontype</code> or <code>connectionname</code>(if both are passed then connectionkey will be considered)</p>\n<p><strong>Note:</strong> From Release v24.6 onwards, this API supports <strong>operationType</strong> as an optional parameter. When <strong>operationType</strong> is set to provisioning, the API returns a <strong>ConnectionTimeoutConfig</strong> response relevant to provisioning operations. For any other value, the API returns a <strong>ConnectionTimeoutConfig</strong> response relevant to import operations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getConnectionDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4f14ca0f-7810-447e-9b53-24d0d0cae214","name":"Get Connections Details - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"connectionkey","value":"120","type":"text"},{"key":"connectionname","value":"Workday","type":"text"}]},"url":"{{url}}/ECM/{{path}}/getConnectionDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=17fcc497-2c98-45ca-bbe1-437de13f1ad3; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 12 Jun 2020 01:23:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"emailtemplate\": \"\",\n    \"updatedby\": \"admin(adminfname adminlname)\",\n    \"connectionname\": \"Workday\",\n    \"connectionkey\": 120,\n    \"description\": \"Workday\",\n    \"connectionattributes\": {\n        \"RESPONSEPATH_PAGERESULTS\": \"\",\n        \"CHANGEPASSJSON\": null,\n        \"PASSWORD_MIN_LENGTH\": \"\",\n        \"CONNECTIONJSON\": \"{\\r\\n\\t\\\"authentications\\\": {\\r\\n\\t\\t\\\"login\\\": {\\r\\n\\t\\t\\t\\\"authType\\\": \\\"basic\\\",\\r\\n\\t\\t\\t\\\"properties\\\": {\\r\\n\\t\\t\\t\\t\\\"SOAP_ENDPOINT\\\": \\\"https://wd2-impl-services1.workday.com/ccx/service/saviynt_pt1/Human_Resources/34.0\\\",\\r\\n\\t\\t\\t\\t\\\"USERNAME\\\": \\\"ISU001@saviynt_pt1\\\",\\r\\n\\t\\t\\t\\t\\\"PASSWORD\\\": \\\"S@v1ynt@321\\\",\\r\\n\\t\\t\\t\\t\\\"PASSWORD_TYPE\\\": \\\"PasswordText\\\",\\r\\n\\t\\t\\t\\t\\\"REQUESTPARAMS\\\": {\\r\\n\\t\\t\\t\\t\\t\\\"CONTENT-TYPE\\\": \\\"text/xml;charset=UTF-8\\\",\\r\\n\\t\\t\\t\\t\\t\\\"Connection\\\": \\\"Keep-Alive\\\",\\r\\n\\t\\t\\t\\t\\t\\\"Keep-Alive\\\": \\\"timeout=600, max=1000\\\"\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t}\\r\\n}\",\n        \"CREATEACCOUNTJSON\": \"\",\n        \"ACCOUNTS_IMPORT_JSON\": \"\",\n        \"DISABLEACCOUNTJSON\": \"\",\n        \"UPDATEUSERJSON\": \"\",\n        \"REVOKEACCESSJSON\": \"\",\n        \"PASSWORD_NOOFSPLCHARS\": \"\",\n        \"RESPONSEPATH_USERLIST\": \"\",\n        \"DELETEACCOUNTJSON\": \"\",\n        \"USERNAME\": \"ISU001@saviynt_pt1\",\n        \"DATEFORMAT\": \"\",\n        \"HR_IMPORT_JSON\": \"{\\r\\n  \\\"REQUESTXML1\\\": \\\"<soapenv:Envelope xmlns:bsvc=\\\\\\\"urn:com.workday/bsvc\\\\\\\" xmlns:soapenv=\\\\\\\"http://schemas.xmlsoap.org/soap/envelope/\\\\\\\"><soapenv:Header><wsse:Security soapenv:mustUnderstand=\\\\\\\"1\\\\\\\" xmlns:wsse=\\\\\\\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\\\\\\\" xmlns:wsu=\\\\\\\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\\\\\\\"><wsse:UsernameToken wsu:Id=\\\\\\\"UsernameToken-AF7DBE0D8832CC288F150119366041544\\\\\\\"><wsse:Username>${USERNAME}</wsse:Username><wsse:Password Type=\\\\\\\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText\\\\\\\">${PASSWORD}</wsse:Password><wsse:Nonce EncodingType=\\\\\\\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary\\\\\\\">hVovDsRjkofd3OphNZ83kg==</wsse:Nonce><wsu:Created>2017-07-27T22:14:20.415Z</wsu:Created></wsse:UsernameToken></wsse:Security></soapenv:Header><soapenv:Body><bsvc:Get_Workers_Request bsvc:version=\\\\\\\"v33.1\\\\\\\"><bsvc:Request_Criteria><bsvc:Exclude_Inactive_Workers>false</bsvc:Exclude_Inactive_Workers><bsvc:Exclude_Employees>false</bsvc:Exclude_Employees><bsvc:Exclude_Contingent_Workers>false</bsvc:Exclude_Contingent_Workers></bsvc:Request_Criteria><bsvc:Response_Filter><bsvc:Page>${PAGE_NUMBER}</bsvc:Page><bsvc:Count>${PAGE_SIZE}</bsvc:Count></bsvc:Response_Filter><bsvc:Response_Group><bsvc:Include_Reference>false</bsvc:Include_Reference><bsvc:Include_Personal_Information>true</bsvc:Include_Personal_Information><bsvc:Include_Additional_Jobs>false</bsvc:Include_Additional_Jobs><bsvc:Include_Employment_Information>true</bsvc:Include_Employment_Information><bsvc:Include_Compensation>false</bsvc:Include_Compensation><bsvc:Include_Organizations>true</bsvc:Include_Organizations><bsvc:Exclude_Organization_Support_Role_Data>true</bsvc:Exclude_Organization_Support_Role_Data><bsvc:Exclude_Location_Hierarchies>true</bsvc:Exclude_Location_Hierarchies><bsvc:Exclude_Cost_Centers>false</bsvc:Exclude_Cost_Centers><bsvc:Exclude_Cost_Center_Hierarchies>true</bsvc:Exclude_Cost_Center_Hierarchies><bsvc:Exclude_Companies>true</bsvc:Exclude_Companies><bsvc:Exclude_Company_Hierarchies>true</bsvc:Exclude_Company_Hierarchies><bsvc:Exclude_Matrix_Organizations>true</bsvc:Exclude_Matrix_Organizations><bsvc:Exclude_Pay_Groups>true</bsvc:Exclude_Pay_Groups><bsvc:Exclude_Regions>true</bsvc:Exclude_Regions><bsvc:Exclude_Region_Hierarchies>true</bsvc:Exclude_Region_Hierarchies><bsvc:Exclude_Supervisory_Organizations>true</bsvc:Exclude_Supervisory_Organizations><bsvc:Exclude_Teams>true</bsvc:Exclude_Teams><bsvc:Exclude_Custom_Organizations>true</bsvc:Exclude_Custom_Organizations><bsvc:Include_Roles>true</bsvc:Include_Roles><bsvc:Include_Management_Chain_Data>true</bsvc:Include_Management_Chain_Data><bsvc:Include_Multiple_Managers_in_Management_Chain_Data>false</bsvc:Include_Multiple_Managers_in_Management_Chain_Data><bsvc:Include_Benefit_Enrollments>false</bsvc:Include_Benefit_Enrollments><bsvc:Include_Benefit_Eligibility>false</bsvc:Include_Benefit_Eligibility><bsvc:Include_Related_Persons>false</bsvc:Include_Related_Persons><bsvc:Include_Qualifications>false</bsvc:Include_Qualifications><bsvc:Include_Employee_Review>false</bsvc:Include_Employee_Review><bsvc:Include_Goals>false</bsvc:Include_Goals><bsvc:Include_Development_Items>false</bsvc:Include_Development_Items><bsvc:Include_Skills>false</bsvc:Include_Skills><bsvc:Include_Photo>false</bsvc:Include_Photo><bsvc:Include_Worker_Documents>false</bsvc:Include_Worker_Documents><bsvc:Include_Transaction_Log_Data>false</bsvc:Include_Transaction_Log_Data><bsvc:Include_Subevents_for_Corrected_Transaction>false</bsvc:Include_Subevents_for_Corrected_Transaction><bsvc:Include_Subevents_for_Rescinded_Transaction>false</bsvc:Include_Subevents_for_Rescinded_Transaction><bsvc:Include_Succession_Profile>false</bsvc:Include_Succession_Profile><bsvc:Include_Talent_Assessment>false</bsvc:Include_Talent_Assessment><bsvc:Include_Employee_Contract_Data>true</bsvc:Include_Employee_Contract_Data><bsvc:Include_Collective_Agreement_Data>false</bsvc:Include_Collective_Agreement_Data><bsvc:Include_Probation_Period_Data>false</bsvc:Include_Probation_Period_Data><bsvc:Include_Feedback_Received>false</bsvc:Include_Feedback_Received><bsvc:Include_User_Account>false</bsvc:Include_User_Account><bsvc:Include_Career>false</bsvc:Include_Career><bsvc:Include_Account_Provisioning>false</bsvc:Include_Account_Provisioning><bsvc:Include_Background_Check_Data>false</bsvc:Include_Background_Check_Data><bsvc:Include_Contingent_Worker_Tax_Authority_Form_Information>false</bsvc:Include_Contingent_Worker_Tax_Authority_Form_Information><bsvc:Exclude_Funds>true</bsvc:Exclude_Funds><bsvc:Exclude_Fund_Hierarchies>true</bsvc:Exclude_Fund_Hierarchies><bsvc:Exclude_Grants>true</bsvc:Exclude_Grants><bsvc:Exclude_Grant_Hierarchies>true</bsvc:Exclude_Grant_Hierarchies><bsvc:Exclude_Business_Units>true</bsvc:Exclude_Business_Units><bsvc:Exclude_Business_Unit_Hierarchies>true</bsvc:Exclude_Business_Unit_Hierarchies><bsvc:Exclude_Programs>true</bsvc:Exclude_Programs><bsvc:Exclude_Program_Hierarchies>true</bsvc:Exclude_Program_Hierarchies><bsvc:Exclude_Gifts>true</bsvc:Exclude_Gifts><bsvc:Exclude_Gift_Hierarchies>true</bsvc:Exclude_Gift_Hierarchies></bsvc:Response_Group></bsvc:Get_Workers_Request></soapenv:Body></soapenv:Envelope>\\\",\\r\\n  \\\"USERMAPPING1\\\": \\\"CITY:Worker_Data.Personal_Data.Contact_Data.Address_Data(Usage_Data->Type_Data->Type_Reference->ID=='WORK').Municipality,COMPANYNAME:Worker_Data.Employment_Data.Worker_Job_Data.Position_Organizations_Data.Position_Organization_Data.Organization_Data.Organization_Name,COSTCENTER:Worker_Data.Employment_Data.Worker_Job_Data.Position_Organizations_Data.Position_Organization_Data.Organization_Data.Organization_Code,COUNTRY:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Business_Site_Summary_Data.Address_Data.Country_Reference.ID(@type=='ISO_3166-1_Alpha-3_Code'),CUSTOMPROPERTY16:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Job_Profile_Summary_Data.Job_Family_Reference.ID(@type=='Job_Family_ID'),CUSTOMPROPERTY18:Worker_Data.Personal_Data.Name_Data.Preferred_Name_Data.Name_Detail_Data.Last_Name,CUSTOMPROPERTY20:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Pay_Rate_Type_Reference.ID(@type=='Pay_Rate_Type_ID'),CUSTOMPROPERTY21:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Business_Site_Summary_Data.Name,CUSTOMPROPERTY22:Worker_Data.User_ID,EMAIL:Worker_Data.Personal_Data.Contact_Data.Email_Address_Data(Usage_Data->Type_Data->Type_Reference->ID=='WORK').Email_Address,EMPLOYEEID:Worker_Data.Worker_ID,FIRSTNAME:Worker_Data.Personal_Data.Name_Data.Legal_Name_Data.Name_Detail_Data.First_Name,JOBCODE:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Job_Profile_Summary_Data.Job_Profile_Reference.ID(@type=='Job_Profile_ID'),JOBCODEDESC:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Job_Profile_Summary_Data.Job_Profile_Name,LASTNAME:Worker_Data.Personal_Data.Name_Data.Legal_Name_Data.Name_Detail_Data.Last_Name,LOCATION:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Business_Site_Summary_Data.Location_Reference.ID(@type=='Location_ID'),CUSTOMPROPERTY30:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Business_Site_Summary_Data.Location_Reference.ID(@type=='Location_ID'),LOCATIONDESC:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Business_Site_Summary_Data.Location_Type_Reference.ID(@type=='Location_Type_ID'), MIDDLENAME:Worker_Data.Personal_Data.Name_Data.Legal_Name_Data.Name_Detail_Data.Middle_Name,PHONENUMBER:Worker_Data.Personal_Data.Contact_Data.Phone_Data(Usage_Data->Type_Data->Type_Reference->ID=='WORK').@Formatted_Phone,PREFEREDFIRSTNAME:Worker_Data.Personal_Data.Name_Data.Preferred_Name_Data.Name_Detail_Data.First_Name,REGIONCODE:Worker_Data.Personal_Data.Contact_Data.Address_Data(Usage_Data->Type_Data->Type_Reference->ID=='WORK').Postal_Code,STARTDATE:Worker_Data.Employment_Data.Worker_Status_Data.Hire_Date,STATE:Worker_Data.Personal_Data.Contact_Data.Address_Data(Usage_Data->Type_Data->Type_Reference->ID=='WORK').Country_Region_Descriptor,STATUSKEY:Worker_Data.Employment_Data.Worker_Status_Data.Active,STREET:Worker_Data.Personal_Data.Contact_Data.Address_Data(Usage_Data->Type_Data->Type_Reference->ID=='WORK').Address_Line_Data(@Type=='ADDRESS_LINE_1'),TITLE:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Business_Title,USERNAME:Worker_Data.Worker_ID,OWNER:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Manager_as_of_last_detected_manager_change_Reference.ID(@type=='Employee_ID')\\\",\\r\\n  \\\"PREFIX1\\\": \\\"wd\\\",\\r\\n  \\\"RESPONSETOTALRESULTS1\\\": \\\"Body.Get_Workers_Response.Response_Results.Total_Results\\\",\\r\\n  \\\"RESPONSEPAGERESULTS1\\\": \\\"Body.Get_Workers_Response.Response_Results.Page_Results\\\",\\r\\n  \\\"RESPONSEDATAPATH1\\\": \\\"Body.Get_Workers_Response.Response_Data.Worker\\\"\\r\\n}\",\n        \"PASSWORD_NOOFCAPSALPHA\": \"\",\n        \"PASSWORD_NOOFDIGITS\": \"\",\n        \"SOAP_ENDPOINT\": \"https://wd2-impl-services1.workday.com/ccx/service/saviynt_pt1/Human_Resources/34.0\",\n        \"RESPONSEPATH_TOTALRESULTS\": \"\",\n        \"COMBINEDCREATEREQUEST\": \"\",\n        \"PASSWORD\": \"y//A5/5dsRuThK42K5e8rA==\",\n        \"DATA_TO_IMPORT\": \"\",\n        \"PASSWORD_TYPE\": \"PasswordText\",\n        \"ENABLEACCOUNTJSON\": \"\",\n        \"PAGE_SIZE\": \"\",\n        \"PASSWORD_MAX_LENGTH\": \"\",\n        \"UPDATEACCOUNTJSON\": \"\",\n        \"GRANTACCESSJSON\": \"\"\n    },\n    \"createdon\": \"2020-03-12T11:49:15Z\",\n    \"defaultsavroles\": \"\",\n    \"createdby\": \"admin(null null)\",\n    \"connectiontype\": \"Workday-SOAP\",\n    \"errorcode\": 0,\n    \"status\": 1\n}"}],"_postman_id":"699a6214-b166-4ecc-8281-9d95cda0c13c"}],"id":"32dd9614-de7e-4938-9e29-001cd2d65835","_postman_id":"32dd9614-de7e-4938-9e29-001cd2d65835","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"SAV Roles","item":[{"name":"GET All SAV Roles","id":"5ec84341-9454-4f2a-8e49-f60ed80f6487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Token","value":""}],"url":"{{url}}/ECMv6/{{path}}/userms/savroles","description":"<p>This API returns all out-of-the-box (OOTB) and custom SAV roles along with their properties.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>No params</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECMv6","{{path}}","userms","savroles"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3961e1de-112b-46eb-943d-763a46d38839","name":"GET All SAV Roles","originalRequest":{"method":"GET","header":[{"key":"Token","value":"","type":"text"}],"url":"{{url}}/ECMv6/{{path}}/userms/savroles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Dec 2022 06:59:57 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1 ; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"}],"cookie":[],"responseTime":null,"body":"{\n    \"savroles\": [\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_ADMIN\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"ROLEDESCRIPTION\": \"ADMIN USER\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-12-06 07:30:18.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_ADMIN_SAVIYNTSUPPORT\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"ROLE_ADMIN_SAVIYNTSUPPORT USER\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2021-06-01 06:58:24.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_SAV_PAMENDUSER\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"\",\n            \"CUSTOMPROPERTY12\": \"\",\n            \"CUSTOMPROPERTY11\": \"\",\n            \"CUSTOMPROPERTY14\": \"\",\n            \"CUSTOMPROPERTY4\": \"\",\n            \"CUSTOMPROPERTY13\": \"\",\n            \"CUSTOMPROPERTY5\": \"\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"\",\n            \"CUSTOMPROPERTY15\": \"\",\n            \"CUSTOMPROPERTY3\": \"\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"ROLEDESCRIPTION\": \"PAM END USER ROLE\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"\",\n            \"CUSTOMPROPERTY9\": \"\",\n            \"CUSTOMPROPERTY6\": \"\",\n            \"CUSTOMPROPERTY7\": \"\",\n            \"UPDATEDATE\": \"2022-11-02 06:09:29.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_SAV_PAMOWNER\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"\",\n            \"CUSTOMPROPERTY12\": \"\",\n            \"CUSTOMPROPERTY11\": \"\",\n            \"CUSTOMPROPERTY14\": \"\",\n            \"CUSTOMPROPERTY4\": \"\",\n            \"CUSTOMPROPERTY13\": \"\",\n            \"CUSTOMPROPERTY5\": \"\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"\",\n            \"CUSTOMPROPERTY15\": \"\",\n            \"CUSTOMPROPERTY3\": \"\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ROLEDESCRIPTION\": \"PAM MANAGEMENT ROLE\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"\",\n            \"CUSTOMPROPERTY9\": \"\",\n            \"CUSTOMPROPERTY6\": \"\",\n            \"CUSTOMPROPERTY7\": \"\",\n            \"UPDATEDATE\": \"2022-11-02 06:09:29.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SOD_AUDITOR\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"SOD AUDITOR\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-02 06:09:32.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SAV_ENDUSER\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"END USER ROLE\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-02 06:09:33.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SAV_MANAGER\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"MANAGER ROLE\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-02 06:09:33.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SAV_SODOWNER\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ROLEDESCRIPTION\": \"SOD OWNER ROLE\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-02 06:09:33.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SAV_SSMOWNER\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"CONTROL CENTER SSM OWNER ROLE\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-02 06:09:33.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SAV_AUDITOR_READONLY\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"ROLE SAV AUDITOR READONLY\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-02 06:09:33.0\",\n            \"READONLY\": \"true\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_UIADMIN\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"UI ADMIN USER ROLE\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"true\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-02 06:09:33.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SAV_MANAGER -COPY\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"COPY OF MANAGER ROLE\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-14 09:14:32.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_ENDUSER -COPY\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"ROLEDESCRIPTION\": \"COPY OF END USER ROLE\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-28 06:59:17.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"cradmin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_ADMIN - SS\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ROLEDESCRIPTION\": \"COPY OF ADMIN USER\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-29 17:34:55.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_ENDUSER_SS\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"ROLEDESCRIPTION\": \"COPY OF END USER ROLE\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-25 10:58:01.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_MANAGER_SS\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"ROLEDESCRIPTION\": \"COPY OF MANAGER ROLE\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-09 11:39:03.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_ADMIN_SOD\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"ROLEDESCRIPTION\": \"SOD Role\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-21 04:21:10.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_ADMIN -COPY-BIJU\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ROLEDESCRIPTION\": \"COPY OF ADMIN USER\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-09 12:27:24.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SAV_ENDUSER -COPY\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"COPY OF END USER ROLE\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-04 11:06:42.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"aiccradmin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_ANALYTICS -COPY\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"ROLEDESCRIPTION\": \"COPY OF COPY OF ADMIN USER\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-25 10:03:38.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_ANALYTICS_LATEST\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"ROLEDESCRIPTION\": \"COPY OF MANAGER ROLE\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-07 06:23:29.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SELF_1\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"ROLE_Self_1\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-08 10:23:29.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_SELF_2\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"ROLEDESCRIPTION\": \"ROLE_Self_2\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-08 10:44:06.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_SAV_ENDUSER -COPY1\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"COPY OF END USER ROLE\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-09 10:01:15.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"adminP\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_P\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ROLEDESCRIPTION\": \"Test\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-11 13:53:16.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_P -COPY\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"COPY OF Test\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-14 10:58:41.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"adminP\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_USERP1\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ROLEDESCRIPTION\": \"Test\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-15 06:02:12.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_ARS\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ROLEDESCRIPTION\": \"CRG Test\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-29 07:24:33.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_DEVOPS\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"as\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"ROLEDESCRIPTION\": \"Saviynt Role for BP-Saviynt DevOps Team\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-20 11:01:51.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"aiccradmin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_ANALYTICSV2\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"ROLEDESCRIPTION\": \"Access to Analytics V2 features\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-25 10:02:22.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"priyanka\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_TRAINING\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ROLEDESCRIPTION\": \"null\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-25 05:48:53.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"fonadmin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"SAVROLE__REST_24TH NOV\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"SAVROLE__REST_24TH NOV created during Saviynt onBoarding process\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-25 06:08:07.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"fonadmin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"SAVROLE__TESTSAV4SAV123\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"SAVROLE__TESTSAV4SAV123 created during Saviynt onBoarding process\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-25 06:13:52.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"jayasudha\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_ADMIN -COPY1\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ROLEDESCRIPTION\": \"COPY OF ADMIN USER\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-29 16:43:13.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"aiccradmin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_ANALYTICS_CONTROLCENTER\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ROLEDESCRIPTION\": \"ROLE_ANALYTICS_CONTROLCENTER\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-25 11:56:08.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_PAMAUDITOR\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ROLEDESCRIPTION\": \"null\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-28 07:54:22.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_ADMIN_SAVIYNTSUPPORT -COPY\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ROLEDESCRIPTION\": \"COPY OF ROLE_ADMIN_SAVIYNTSUPPORT USER\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-29 22:08:01.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"fonadmin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_TEST_TRANSPORT\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"To test transport\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-30 04:08:18.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"fonadmin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_TEST_TRANSPORT2\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"ROLEDESCRIPTION\": \"COPY OF To test transport\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-30 04:40:00.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"fonadmin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_FON_TEST_100\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"%%\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"ROLEDESCRIPTION\": \"\\\\a\\\\l\\\\e\\\\r\\\\t\\\\(\\\\'\\\\h\\\\i\\\\'\\\\)\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-30 15:20:56.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"fonadmin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_FON_TEST_100%001\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ROLEDESCRIPTION\": \"null\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-30 15:30:32.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"fonadmin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_FON_TEST_100%100%\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ROLEDESCRIPTION\": \"null\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-11-30 15:32:18.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"\",\n            \"ROLENAME\": \"ROLE_ADMIN -COPY2\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"\",\n            \"CUSTOMPROPERTY19\": \"\",\n            \"ROLEDESCRIPTION\": \"COPY OF ADMIN USER\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-12-02 15:43:46.0\",\n            \"READONLY\": \"null\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"admin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_ADMIN -COPY3\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ROLEDESCRIPTION\": \"COPY OF ADMIN USER\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-12-06 07:29:18.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        },\n        {\n            \"UPDATEUSER\": \"fonadmin\",\n            \"CUSTOMPROPERTY20\": \"null\",\n            \"ROLENAME\": \"ROLE_AUDIT_LOG\",\n            \"HOMEPAGE\": \"null\",\n            \"CUSTOMPROPERTY10\": \"null\",\n            \"CUSTOMPROPERTY12\": \"null\",\n            \"CUSTOMPROPERTY11\": \"null\",\n            \"CUSTOMPROPERTY14\": \"null\",\n            \"CUSTOMPROPERTY4\": \"null\",\n            \"CUSTOMPROPERTY13\": \"null\",\n            \"CUSTOMPROPERTY5\": \"null\",\n            \"CUSTOMPROPERTY16\": \"null\",\n            \"CUSTOMPROPERTY2\": \"null\",\n            \"CUSTOMPROPERTY15\": \"null\",\n            \"CUSTOMPROPERTY3\": \"null\",\n            \"CUSTOMPROPERTY18\": \"null\",\n            \"CUSTOMPROPERTY1\": \"null\",\n            \"CUSTOMPROPERTY17\": \"null\",\n            \"ROLEDESCRIPTION\": \"Application Audit Log\",\n            \"CUSTOMPROPERTY19\": \"null\",\n            \"ISOOTB\": \"false\",\n            \"CUSTOMPROPERTY8\": \"null\",\n            \"CUSTOMPROPERTY9\": \"null\",\n            \"CUSTOMPROPERTY6\": \"null\",\n            \"CUSTOMPROPERTY7\": \"null\",\n            \"UPDATEDATE\": \"2022-12-08 03:19:49.0\",\n            \"READONLY\": \"false\",\n            \"STATUSKEY\": \"Active\"\n        }\n    ]\n}"}],"_postman_id":"5ec84341-9454-4f2a-8e49-f60ed80f6487"},{"name":"GET Users Associated with a Particular SAV Role","id":"854a5a56-d1c7-4834-b0c2-9a61489e1fec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ECMv6/{{path}}/userms/savroles/ROLE_ADMIN/users?limit=1000&offset=0","description":"<p>This API returns a list of users associated with a particular SAV role.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<ul>\n<li><p><code>limit</code> : Specifies the number of retrieved results.</p>\n</li>\n<li><p><code>offset</code>: Specifies the number of rows of the result to skip before any rows are retrieved,<br />  and must be used with the <code>limit</code> parameter.</p>\n</li>\n</ul>\n<p><strong>Note</strong>: Replace ROLE_ADMIN with the SAV role name that you want the API to return a list of users.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECMv6","{{path}}","userms","savroles","ROLE_ADMIN","users"],"host":["{{url}}"],"query":[{"key":"limit","value":"1000"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"d0685acc-525e-4901-9616-de2f87395a6f","name":"GET Users Associated with a Particular SAV Role","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/ECMv6/{{path}}/userms/savroles/ROLE_ADMIN/users?limit=1000&offset=0","host":["{{url}}"],"path":["ECMv6","{{path}}","userms","savroles","ROLE_ADMIN","users"],"query":[{"key":"limit","value":"1000"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 05:41:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1 ; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"}],"cookie":[],"responseTime":null,"body":"{\n   \"users\":[\n      {\n         \"username\":\"admin\"\n      },\n      {\n         \"username\":\"systemadmin\"\n      },\n      {\n         \"username\":\"adminone\"\n      },\n      {\n         \"username\":\"admintwo\"\n      },\n      {\n         \"username\":\"adminthree\"\n      },\n      {\n         \"username\":\"adminsupport\"\n      }\n   ]\n}"}],"_postman_id":"854a5a56-d1c7-4834-b0c2-9a61489e1fec"}],"id":"7ef7c227-a116-4bf1-905b-8366109df279","_postman_id":"7ef7c227-a116-4bf1-905b-8366109df279","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Dataset","item":[{"name":"createDataset","id":"ae867782-3444-4e90-9ac2-759312195164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"datasetname\":\"LatestCar\",\r\n        \"displayname\":\"new BMW\",\r\n        \"description\":\"Type\",\r\n        \"attributeConfig\":\"carno, locationCode, city, state, country\"   \r\n}"},"url":"{{url}}/ECM/{{path}}/createDataset","description":"<p>Use this API to create a new dataset.</p>\n<p>The <code>Authorization</code> must have a <code>Bearer</code> followed by a <code>Token</code>.</p>\n<p><strong>Mandatory Parameters</strong></p>\n<ul>\n<li><p><code>datasetname</code>: Specify the name of the new dataset.</p>\n</li>\n<li><p><code>displayname</code>: Specify a display name.</p>\n</li>\n<li><p><code>attributeConfig</code>: Specify the first row in the CSV file that contains the column names separated by a comma. For example, if you load a CSV with columns ACCOUNT NAME, ENDPOINT NAME, and STATUS, then specify them as <strong>ACCOUNT NAME, ENDPOINT NAME, STATUS</strong> in the <code>attributeConfig</code> parameter.</p>\n</li>\n</ul>\n<p><strong>Optional Parameters</strong></p>\n<ul>\n<li><p><code>datasetowner</code>: Specify the name of the dataset owner.</p>\n</li>\n<li><p><code>description</code>: Specify a description for the dataset.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createDataset"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e41f6fbe-90d2-4021-a042-fd3efd9ceb5f","name":"createDataset","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"datasetname\":\"LatestCar\",\r\n        \"displayname\":\"new BMW\",\r\n        \"description\":\"Type\",\r\n        \"attributeConfig\":\"carno, locationCode, city, state, country\"   \r\n}"},"url":"{{url}}/ECM/{{path}}/createDataset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Jun 2022 07:08:42 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bacb63b3-3fde-4778-9b1b-86e8a94492d5; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": 0\n}"}],"_postman_id":"ae867782-3444-4e90-9ac2-759312195164"},{"name":"getDatasetValues","id":"2a985e16-924c-4b32-b3a3-0df4bdd2dc7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"datasetname\": \"Latest_Car\",\r\n}"},"url":"{{url}}/ECM/{{path}}/getDatasetValues","description":"<p>Use this API to get the values for a specific dataset.</p>\n<p>The <code>Authorization</code> must have a <code>Bearer</code> followed by a <code>Token</code>.</p>\n<p><strong>Mandatory Parameter</strong></p>\n<p><code>datasetname</code>: Specify the name of the dataset.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getDatasetValues"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"17f734ba-9f22-4626-afcf-8ad2f17b590e","name":"getDatasetValues","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{url}}/ECM/{{path}}/getDatasetValues"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Jun 2022 07:19:09 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9395297d-c31d-4172-8c7c-4ce9801bd356; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": 0\n}"}],"_postman_id":"2a985e16-924c-4b32-b3a3-0df4bdd2dc7b"},{"name":"updateDatasetValues","id":"f62557ea-cdfc-498f-9107-5402f5ebb989","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"datasetname\": \"Latest_Car\",\r\n\"locationCode\": \"10\",\r\n\"updateattributes\": {\r\n\"city\": \"ABC\"\r\n}\r\n}"},"url":"{{url}}/ECM/{{path}}/updateDatasetValues","description":"<p>Use this API to update the values of the DatasetValues.</p>\n<p>The <code>Authorization</code> must have a <code>Bearer</code> followed by a <code>Token</code>.</p>\n<p><strong>Mandatory Parameters</strong></p>\n<ul>\n<li><p><code>datasetname</code></p>\n</li>\n<li><p><code>updateattributes</code></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateDatasetValues"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"95a436ed-02b6-4199-92dd-ad591fb85163","name":"updateDatasetValues","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"BODY","value":"row","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"datasetname\": \"Latest_Car\",\r\n\"locationCode\": \"10\",\r\n\"updateattributes\": {\r\n\"city\": \"ABC\"\r\n}\r\n}"},"url":"{{url}}/ECM/{{path}}/updateDatasetValues"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Jun 2022 06:17:29 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bacb63b3-3fde-4778-9b1b-86e8a94492d5; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": 0\n}"}],"_postman_id":"f62557ea-cdfc-498f-9107-5402f5ebb989"},{"name":"deleteDataset","id":"d1790235-1d60-400a-951c-2e1ec7dd2b48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"datasetname\": \"LatestCar\",\r\n}"},"url":"{{url}}/ECM/{{path}}/deleteDataset","description":"<p>Use this API to delete a dataset.</p>\n<p>The <code>Authorization</code> must have a <code>Bearer</code> followed by a <code>Token</code>.</p>\n<p><strong>Mandatory Parameter</strong></p>\n<p><code>datasetname</code>: Specify the name of the dataset.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","deleteDataset"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"97e54ee5-6496-4024-a565-a9e6c9ba092f","name":"deleteDataset","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"datasetname\": \"Latest_Car\",\r\n}"},"url":"{{url}}/ECM/{{path}}/deleteDataset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Jun 2022 06:24:34 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bacb63b3-3fde-4778-9b1b-86e8a94492d5; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"d1790235-1d60-400a-951c-2e1ec7dd2b48"},{"name":"uploadDatasetCSV","id":"1a5b144d-17c1-4869-8886-32cceed25912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"datasetValuefile","value":"((.csv))","type":"text"},{"key":"datasetname","value":"Latest_Car","type":"text"}]},"url":"{{url}}/ECM/{{path}}/uploadDatasetCSV","description":"<p>Use this API to upload the CSV file for a dataset.</p>\n<p>The <code>Authorization</code> must have a <code>Bearer</code> followed by a <code>Token</code>.</p>\n<p><strong>Mandatory Parameters</strong>:</p>\n<ul>\n<li><p><code>datasetname</code>: Specify the name of the dataset.</p>\n</li>\n<li><p><code>datasetValuefile</code>: Select the dataset file to upload.<br />  <strong>Note</strong>: The dataset file must be in CSV format.</p>\n</li>\n</ul>\n<p><strong>Optional Parameter</strong>:</p>\n<p><code>replace</code>: Specify <code>true</code> to overwrite existing attribute values with new values. If set to <code>false</code>, then existing values are appended with new values.<br /><strong>Info:</strong> Available from Release v24.9 onwards.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","uploadDatasetCSV"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bb355ae2-7869-4108-9f09-41c2df8ac26e","name":"uploadDatasetCSV","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"datasetValuefile","value":"((.csv))","type":"text"},{"key":"datasetname","value":"Latest_Car","type":"text"}]},"url":"{{url}}/ECM/{{path}}/uploadDatasetCSV"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Jun 2022 06:31:38 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bacb63b3-3fde-4778-9b1b-86e8a94492d5; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Unexpected error occurred\",\n    \"errorCode\": 1\n}"}],"_postman_id":"1a5b144d-17c1-4869-8886-32cceed25912"},{"name":"updateDataset","id":"778f453c-cbdb-43bc-a715-0c3efd63a49c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t    \"datasetname\":\"Latest_Car\",\r\n\t\t\"displayname\":\"daddy_ghgh_1\",\r\n\t    \"description\":\"Type_kill\",\r\n        \"datasetowner\" : \"ARFCU1\"\r\n}"},"url":"{{url}}/ECM/{{path}}/updateDataset","description":"<p>Use this API to update the Dataset details.</p>\n<p>The <code>Authorization</code> must have a <code>Bearer</code> followed by a <code>Token</code>.</p>\n<p><strong>Mandatory Parameter</strong></p>\n<p><code>datasetname</code>: Specify the name of the dataset.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateDataset"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a63bf762-e455-466f-b2df-b0e4199ec8b7","name":"updateDataset","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t    \"datasetname\":\"Latest_Car\",\r\n\t\t\"displayname\":\"daddy_ghgh_1\",\r\n\t    \"description\":\"Type_kill\",\r\n        \"datasetowner\" : \"ARFCU1\"\r\n}"},"url":"{{url}}/ECM/{{path}}/updateDataset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Jun 2022 06:37:31 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bacb63b3-3fde-4778-9b1b-86e8a94492d5; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Unexpected error occurred\",\n    \"errorCode\": \"1\"\n}"}],"_postman_id":"778f453c-cbdb-43bc-a715-0c3efd63a49c"}],"id":"937dd44d-eef8-4d1a-b6d5-34faad202c91","_postman_id":"937dd44d-eef8-4d1a-b6d5-34faad202c91","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}}],"id":"53273324-2bdd-4e27-ab9b-c40b472907b8","_postman_id":"53273324-2bdd-4e27-ab9b-c40b472907b8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"3.0 Analytics","item":[{"name":"Fetch List of Analytics","id":"c1e10e79-9e73-4326-be5a-817507b9d3c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"application","value":"System1","type":"text"},{"key":"category","value":"","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchControlList","description":"<p>This operation fetches a list of Analytic Controls by <code>Category</code> or <code>Application</code> (\"EndpointName\"). </p>\n<p>Optional params:\n<code>application</code>,\n<code>category</code>,\n<code>max</code>,\n<code>offset</code></p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchControlList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"64ce8a0a-0923-42d5-ac67-192050713ebd","name":"Fetch Control List","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 20:55:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=afec35e6-c751-41ba-9a31-835c8d692589; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"52E6A2FE0F16EBA383DFBE2F084AA693","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"afec35e6-c751-41ba-9a31-835c8d692589","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Success\",\"controls\":[{\"analyticsId\":45,\"application\":\"System1\",\"analyticsName\":\"Test 1\",\"controlid\":null,\"category\":\"Certification\",\"description\":\"\",\"lastRun\":\"05-01-2017 21:10:03\",\"risk\":\"High\",\"recommendations\":\"\",\"conflictCount\":14}],\"errorCode\":\"0\"}"}],"_postman_id":"c1e10e79-9e73-4326-be5a-817507b9d3c0"},{"name":"Fetch Analytics Details","id":"e8d68baf-473f-485e-bc90-de4a5d9a74cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"controlId","value":"2","type":"text","disabled":true}]},"url":"{{url}}/ECM/{{path}}/fetchControlDetails","description":"<p>This web service API is used to fetch the details of analytics controls.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>controlId</code> - this is the ANALYTICSKEY</p>\n<p>Optional params:\n<code>max</code>, <code>offset</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchControlDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"88264f65-2b85-4b64-a513-272690e858ac","name":"Fetch Control Details","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 21:52:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4e247b2e-285e-4d3a-82bb-c2c32fbb212a; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"403BE1DC9B78FD001E8805979962820B","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"4e247b2e-285e-4d3a-82bb-c2c32fbb212a","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\",\n    \"controlDetails\": [{\"NAME\":\"0002570\",\"STATUS\":\"active\"}]\n}"}],"_postman_id":"e8d68baf-473f-485e-bc90-de4a5d9a74cd"},{"name":"Run Analytics Controls","id":"e4698e8a-a6b5-4470-91f0-390c157394db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"jobgroup","value":"Analytics","type":"text"},{"key":"jobname","value":"AnalyticsJob","type":"text"},{"key":"analyticsCategories","value":"###ALL###","type":"text"}]},"url":"{{url}}/ECM/{{path}}/runAnalyticsControls","description":"<p>Use this API to run analytics job.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Mandatory parameters</strong>:</p>\n<ul>\n<li><p><code>jobgroup</code></p>\n</li>\n<li><p><code>jobname</code></p>\n</li>\n<li><p><code>analyticsCategories</code> (start and end with ###)</p>\n</li>\n</ul>\n<p><strong>Optional Parameters</strong>:</p>\n<ul>\n<li><p><code>analyticsApplications</code></p>\n</li>\n<li><p><code>analyticssubcategories</code> (start and end with ###)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","runAnalyticsControls"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"87f3c450-97f1-417a-9c1c-4e6adff1f946","name":"Run Analytics Controls","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"jobgroup","value":"Analytics","type":"text"},{"key":"jobname","value":"AnalyticsJob","type":"text"},{"key":"analyticsCategories","value":"###ALL###","type":"text"}]},"url":"{{url}}/ECM/{{path}}/runAnalyticsControls","description":"This API is used to run analytics job.\n\nThe `Authorization` must have `Bearer` followed by `Token`.\n\nMandatory params: \n`jobgroup`,\n`jobname`,\n`analyticsCategories` (start and end with ###)\n\nOptional params:\n`analyticsApplications`\n`analyticssubcategories` (start and end with ###)"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 21:07:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=88dab793-6da9-4340-8f3a-8a06928e545b; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"52E6A2FE0F16EBA383DFBE2F084AA693","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"88dab793-6da9-4340-8f3a-8a06928e545b","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Job started successfully\",\"errorCode\":\"0\"}"},{"id":"a5e8253b-ce85-41f2-99a7-ae4c8be237b3","name":"Run Analytics Controls with analyticssubcategories","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"jobgroup","value":"Analytics","type":"text"},{"key":"jobname","value":"AnalyticsJob","type":"text"},{"key":"analyticsCategories","value":"###Usage###","type":"text"},{"key":"analyticssubcategories","value":"###testsub###","type":"text"}]},"url":"{{url}}/ECM/{{path}}/runAnalyticsControls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5429c7bf-ad0f-468f-8adc-c708185c1cef; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 12 Jun 2020 01:50:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Job started successfully\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"e4698e8a-a6b5-4470-91f0-390c157394db"},{"name":"Fetch Runtime Controls Data","id":"9ee1e31d-8bb2-4a36-b33a-1948e1c6be89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"analyticsid\": \"82\",\n    \"max\": \"10\",\n    \"offset\": \"0\",\n    \"loggedinuser\": \"admin\",\n    \"attributes\": {\n        \"manager\": \"4\",\n        \"username\": \"johndoe\"\n    }\n}"},"url":"{{url}}/ECM/{{path}}/fetchRuntimeControlsData","description":"<p>This API is used to fetch runtime analytics data from SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: \n<code>analyticsid</code> <em><strong>OR</strong></em> <code>analyticsname</code>,\n<code>attributes</code> - runtime control params. \nSample : For this query - select * from users where manager = ${manager} and username = ${username}\n\"attributes\":{\n    \"manager\":\"4\",\n    \"username\":\"johndoe\"\n}</p>\n<p>Optional params:\n<code>max</code>,\n<code>offset</code>,\n<code>loggedinuser</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchRuntimeControlsData"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ae97f8c5-e558-44d0-9715-9a81be43f662","name":"Fetch Runtime Controls Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"analyticsid\": \"82\",\n    \"max\": \"10\",\n    \"offset\": \"0\",\n    \"loggedinuser\": \"admin\",\n    \"attributes\": {\n        \"manager\": \"4\",\n        \"username\": \"johndoe\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/fetchRuntimeControlsData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=d14c2c8d-a9e4-4e9d-b742-fb816b21f8c5; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Jan 2020 23:09:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"FIRSTNAME\": \"John\",\n            \"USERNAME\": \"johndoe\"\n        }\n    ],\n    \"msg\": \"Success\",\n    \"displaycount\": 1,\n    \"total\": 1,\n    \"errorCode\": 0\n}"}],"_postman_id":"9ee1e31d-8bb2-4a36-b33a-1948e1c6be89"},{"name":"Fetch Runtime Controls Data V2","id":"87df290b-8fb1-47df-912a-e47b345fc711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"requestor\": \"admin\",\n    \"analyticsname\": \"Direct Reports Runtime1\",\n    \"analyticsid\": \"121601\",\n    \"attributes\": {\n        \"statuskey\": \"0\"\n    },\n    \"max\": \"10\",\n    \"offset\": \"15\"\n}"},"url":"{{url}}/ECM/{{path}}/fetchRuntimeControlsDataV2","description":"<p>This API is used to fetch runtime analytics data from ES.</p>\n<p>Starting with Release v24.6, the response does not alert users if control execution exceeds 55 seconds. Instead, the control will continue processing normally and deliver results as expected.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<ul>\n<li><p><code>analyticsid</code> <em><strong>OR</strong></em> <code>analyticsname</code>((if both are passed then analyticsid will be considered)</p>\n</li>\n<li><p><code>attributes</code> - runtime control parameters.</p>\n</li>\n</ul>\n<p>Note: Ensure that any runtime control parameter of type date has the following format: \"YYYY-MM-DD\".</p>\n<p>Sample : For this query - SELECT u.username, u.firstname, u.lastname, u.email, u.manager AS 'USERCONTEXT',u.statuskey FROM users u WHERE u.statuskey is not null and u.statuskey not in (${statuskey}) and u.MANAGER is not null;<br />\"attributes\":{<br />\"statuskey\": \"0\"<br />}</p>\n<p>Optional params:<br /><code>max</code>,<br /><code>offset</code>,<br /><code>requestor</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchRuntimeControlsDataV2"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6303975b-2631-4a3a-9d30-657a65014df2","name":"Fetch Runtime Controls Data V2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requestor\": \"admin\",\n    \"analyticsname\": \"Direct Reports Runtime1\",\n    \"analyticsid\": \"121601\",\n    \"attributes\": {\n        \"statuskey\": \"0\"\n    },\n    \"max\": \"10\",\n    \"offset\": \"15\"\n}"},"url":"{{url}}/ECM/{{path}}/fetchRuntimeControlsDataV2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=FCF5BD56653027E23CF81392C298B8B0; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=c4c6e980-1b35-43d6-b41f-6cdf07ac4a8c; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 17 Jun 2021 22:51:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"displaycount\": 10,\n    \"msg\": \"success\",\n    \"totalcount\": 28433,\n    \"results\": [\n        {\n            \"USERCONTEXT\": \"3\",\n            \"firstname\": \"amelia\",\n            \"statuskey\": \"1\",\n            \"email\": \"example@saviynt.com\",\n            \"lastname\": \"caputo\",\n            \"username\": \"1000045\"\n        },\n        {\n            \"USERCONTEXT\": \"3\",\n            \"firstname\": \"angelo\",\n            \"statuskey\": \"1\",\n            \"email\": \"example@saviynt.com\",\n            \"lastname\": \"ferentz\",\n            \"username\": \"1000046\"\n        },\n        {\n            \"USERCONTEXT\": \"4\",\n            \"firstname\": \"Gerard\",\n            \"statuskey\": \"1\",\n            \"email\": \"example@saviynt.com\",\n            \"lastname\": \"Meranville\",\n            \"username\": \"1000047\"\n        },\n        {\n            \"USERCONTEXT\": \"320156\",\n            \"firstname\": \"Daniele\",\n            \"statuskey\": \"1\",\n            \"email\": \"example@saviynt.com\",\n            \"lastname\": \"Marc\",\n            \"username\": \"1000060\"\n        },\n        {\n            \"USERCONTEXT\": \"317299\",\n            \"firstname\": \"Jocelyne\",\n            \"statuskey\": \"1\",\n            \"email\": \"example@saviynt.com\",\n            \"lastname\": \"Capelle\",\n            \"username\": \"1000092\"\n        },\n        {\n            \"USERCONTEXT\": \"3\",\n            \"firstname\": \"Don\",\n            \"statuskey\": \"1\",\n            \"email\": \"example@saviynt.com\",\n            \"lastname\": \"Goodliffe\",\n            \"username\": \"1000129\"\n        },\n        {\n            \"USERCONTEXT\": \"320156\",\n            \"firstname\": \"Dimitri\",\n            \"statuskey\": \"1\",\n            \"email\": \"example@saviynt.com\",\n            \"lastname\": \"Dautel\",\n            \"username\": \"1000132\"\n        },\n        {\n            \"USERCONTEXT\": \"317203\",\n            \"firstname\": \"Valerie\",\n            \"statuskey\": \"1\",\n            \"email\": \"example@saviynt.com\",\n            \"lastname\": \"Lavaud\",\n            \"username\": \"1000137\"\n        },\n        {\n            \"USERCONTEXT\": \"317342\",\n            \"firstname\": \"Cecile\",\n            \"statuskey\": \"1\",\n            \"email\": \"example@saviynt.com\",\n            \"lastname\": \"Talmon\",\n            \"username\": \"1000170\"\n        },\n        {\n            \"USERCONTEXT\": \"1\",\n            \"firstname\": \"Helene\",\n            \"statuskey\": \"1\",\n            \"email\": \"example@saviynt.com\",\n            \"lastname\": \"Diot\",\n            \"username\": \"1000246\"\n        }\n    ],\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"87df290b-8fb1-47df-912a-e47b345fc711"},{"name":"Fetch List of Analytics ES","id":"f748ae3d-0c2b-4c5b-9cf9-c307fedcc0ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"searchcriteria\":{\"analyticsid\": \"9\",\"risk\": \"Medium\",\"category\": \"Usage\",\"status\": \"Active\",\"analyticsname\":\"testESQuery\",\"owner\":\"awsadmin\",\"usergroup\":\"BusinessOwner\",\"tags\":\"Tagname\",\"description\":\"desc\",\"recommendations\":\"comm\"},\r\n\t\"max\":\"1\",\r\n\t\"offset\":\"0\",\r\n\t\"loggedinuser\":\"admin\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchControlListES","description":"<p>This method fetches a list of Analytic Controls in Elastic and support the usage of GET and POST methods.</p>\n<p>It is recommended to use the POST method.</p>\n<p>Optional params:</p>\n<p><code>searchcriteria</code>: analytics params to search. Example: {\"analyticsid\": \"9\",\"risk\": \"Medium\",\"category\": \"Usage\",\"status\": \"Active\",\"analyticsname\":\"testESQuery\",\"owner\":\"awsadmin\",\"usergroup\":\"MTSTrade_Approver_BusinessOwner\",\"tags\":\"Tagname\",\"description\":\"desc\",\"recommendations\":\"comm\"},</p>\n<p><code>max</code>, <code>offset</code></p>\n<p><code>loggedinuser</code></p>\n<p><em><strong>Note</strong></em>: Security is based on owner, delegate, ROLE_ADMIN, SAV_ROLE's analytics ES category.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchControlListES"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"95c0ae3c-5f7d-41a8-8ec7-17150aa2b274","name":"Fetch List of Analytics ES","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"{{url}}/ECM/{{path}}/fetchControlListES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=6f80592f-eccf-4b7a-abcc-9fb8e46ab202; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 20 Aug 2019 06:06:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"analyticsEsIndexType\": \"analytics\",\n            \"enableArchival\": \"true\",\n            \"emailTemplate\": \"Actionable Email\",\n            \"analyticsName\": \"testESQuery1\",\n            \"analyticstype\": \"ESQUERY\",\n            \"analyticsEsIndex\": \"testapi1\",\n            \"description\": \"desc\",\n            \"allowedAction\": \"1:Accept,2:Revoke,3:Further Review\",\n            \"securityContext\": \"User\",\n            \"recommendations\": \"recommend\",\n            \"tags\": \"TagName,TagName2\",\n            \"baseCount\": \"1\",\n            \"noOfHistoryToKeep\": \"2\",\n            \"risk\": \"Medium\",\n            \"category\": \"Usage\",\n            \"subcategory\": \"SubCat1\",\n            \"analyticsid\": \"8\",\n            \"createDate\": \"2019-07-31 23:23:57\",\n            \"status\": \"Active\"\n        }\n    ],\n    \"displaycount\": \"1\",\n    \"msg\": \"Success\",\n    \"totalcount\": \"1\",\n    \"errorcode\": \"0\"\n}"},{"id":"543037cd-a260-47c1-945d-1302db4e2a46","name":"GET - Fetchlist","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"{{url}}/ECM/{{path}}/fetchControlListES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Feb 2023 11:44:52 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=569eb221-ee36-4281-803f-90651013a781; Version=1; Path=\";Path=/;HttpOnly;\"; Secure"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"actionJson\": \"{\\\"sendEmail\\\":\\\"false\\\",\\\"saveToDBElastic\\\":{\\\"version\\\":\\\"v2\\\",\\\"checked\\\":\\\"true\\\"},\\\"saveToFile\\\":\\\"false\\\"}\",\n            \"enableArchival\": \"false\",\n            \"analyticsName\": \"sqllv2sw\",\n            \"analyticstype\": \"SQL\",\n            \"description\": \"crf\",\n            \"allowedAction\": \"1:Accept,2:Revoke,3:Further Review\",\n            \"securityContext\": \"None\",\n            \"noOfHistoryToKeep\": \"6\",\n            \"risk\": \"Medium\",\n            \"category\": \"Information Refresh\",\n            \"analyticsid\": \"1707\",\n            \"createDate\": \"2023-02-13 07:07:04\",\n            \"status\": \"Active\"\n        }\n    ],\n    \"displaycount\": \"1\",\n    \"msg\": \"Success\",\n    \"totalcount\": \"1\",\n    \"errorcode\": \"0\"\n}"},{"id":"bfe89cb1-2c3d-42aa-b5ea-67a581ce461b","name":"Post-FetchControlListES","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"analyticsid\":\"1707\",\r\n    \"max\":\"100\",\r\n    \"offset\":\"0\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchControlListES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Feb 2023 11:56:05 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=569eb221-ee36-4281-803f-90651013a781; Version=1; Path=\";Path=/;HttpOnly;\"; Secure"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"actionJson\": \"{\\\"sendEmail\\\":\\\"false\\\",\\\"saveToDBElastic\\\":{\\\"version\\\":\\\"v2\\\",\\\"checked\\\":\\\"true\\\"},\\\"saveToFile\\\":\\\"false\\\"}\",\n            \"enableArchival\": \"false\",\n            \"analyticsName\": \"sqllv2sw\",\n            \"analyticstype\": \"SQL\",\n            \"description\": \"crf\",\n            \"allowedAction\": \"1:Accept,2:Revoke,3:Further Review\",\n            \"securityContext\": \"None\",\n            \"noOfHistoryToKeep\": \"6\",\n            \"risk\": \"Medium\",\n            \"category\": \"Information Refresh\",\n            \"analyticsid\": \"1707\",\n            \"createDate\": \"2023-02-13 07:07:04\",\n            \"status\": \"Active\"\n        }\n    ],\n    \"displaycount\": \"1\",\n    \"msg\": \"Success\",\n    \"totalcount\": \"1\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"f748ae3d-0c2b-4c5b-9cf9-c307fedcc0ac"},{"name":"Fetch Analytics Details ES","id":"6c5bac2f-80b1-474d-8f27-f354635554ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"analyticsid\":\"4222\",\r\n    \"max\":\"100\",\r\n    \"offset\":\"0\",\r\n    \"loggedinuser\":\"admin\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchControlDetailsES","description":"<p>This web service API is used to fetch the details of analytics controls ES, includes the Offset value in the response, and supports the usage of GET and POST methods.</p>\n<p>It is recommended to use the POST method.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Response Fields:</p>\n<ul>\n<li><p><strong>UpdateDate</strong> refers to the date and time when each individual record in the Analytics run history was last updated.</p>\n</li>\n<li><p><strong>Comments:</strong> The system displays all new and existing comments, appending them one after another when an analytics record is reopened manually or after the end date is reached.</p>\n</li>\n</ul>\n<p>Mandatory params:<br /><code>analyticsname</code>/<code>analyticsid</code></p>\n<p>Optional params:</p>\n<p><code>filtercriteria</code> -<br />Sample : {<br />\"status\":[\"Accept\"],<br />\"username\": [<br />\"acook\",<br />\"crichards\"<br />]<br />}</p>\n<p><code>max</code> - Maximum limit = 500;  Default value = 500.<br /><code>offset</code></p>\n<p><code>loggedinuser</code></p>\n<p><em><strong>Note</strong></em>: Security is based on owner, delegate, ROLE_ADMIN, SAV_ROLE's analytics ES category.<br />\"status\" cannot be keyword in the query, modification of the work can be used like \"userstatus\".</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchControlDetailsES"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f8e426aa-ed56-4f39-bf8f-af077fc41228","name":"Fetch Analytics Details ES","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"{{url}}/ECM/{{path}}/fetchControlDetailsES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ef38a9d9-7de7-414f-9764-8e8b35ca8fa8; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 20 Aug 2019 06:42:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"analyticstype\": \"SQL\",\n    \"lastrun\": \"2019-08-03 00:49:06\",\n    \"description\": \"\",\n    \"conflictcount\": \"10\",\n    \"recommendations\": \"\",\n    \"result\": [\n        {\n            \"firstname\": \"fn\",\n            \"updateDate\": \"2019-08-03 00:00:00\",\n            \"comments\": \"Accepted on [Jul 29, 2019-fn ln(admin)] <br/> - (Jul 29, 2019 - Jan 25, 2020)\",\n            \"usercontext\": \"admin\",\n            \"username\": \"admin\",\n            \"status\": \"Accept\"\n        },\n        {\n            \"firstname\": \"Amaya\",\n            \"updateDate\": \"2019-08-03 00:00:00\",\n            \"comments\": \"\",\n            \"usercontext\": \"acook\",\n            \"username\": \"acook\",\n            \"status\": \"Open\"\n        },\n        {\n            \"firstname\": \"Cody\",\n            \"updateDate\": \"2019-08-03 00:00:00\",\n            \"comments\": \"\",\n            \"usercontext\": \"crichards\",\n            \"username\": \"crichards\",\n            \"status\": \"Open\"\n        },\n        {\n            \"firstname\": \"Damien\",\n            \"updateDate\": \"2019-08-03 00:00:00\",\n            \"comments\": \"\",\n            \"usercontext\": \"dbailey\",\n            \"username\": \"dbailey\",\n            \"status\": \"Open\"\n        }\n    ],\n    \"displaycount\": \"4\",\n    \"subcategory\": \"\",\n    \"category\": \"Non Person Accounts\",\n    \"errorcode\": \"0\",\n    \"openconflictcount\": \"9\"\n}"},{"id":"740afeea-6902-46cd-9866-bb2955e76682","name":"Offset in response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"{{url}}/ECM/{{path}}/fetchControlDetailsES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Jan 2023 06:33:05 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"access_token=eyJhbGciOiJIUzI1NiJ9.eyJwcmluY2lwYWwiOiJINHNJQUFBQUFBQUFBSlZSd1U0VVFSQ3RIU0FZUFFnbW1ualEwM2d6c3d1Sk1SRXZ6SXFHMER1Z3k2cGdvaW02ZTVlR251N1o3aDZZNVdEMjVwRUVRMExDTFwvQW5udndBUDRHelY3dFZuTDBSNjFTcGV2WGVxNnFMUzVpeEJoYTFHU1MyTUVJTitnWnpmcWpOZm1JNUxZMXdvNFJxdzVQU2NzTzRReUZ0MHZNNVwvSTdvV1FTejJ6Q1BsT3BTdVV5cmxhb1Fock50bUt0clJOUDlVTHBMZlljckoxRGFTZWdzVjdnak9TTndDMHUzcTcycTROYkJiYktIQjlnc25aRE5MbmRMQkc0VWFLMTN4eHpjK2RPVXFBYk5yZ3ZXUXpcL1lWSDZESVh5R3FDb2FQdngrandJMENUeEpXMHZKcVJOYTJiaW5jczFFWHdSeHp6OStjUEw5K0h6Y2l3QXFBNCt2bjZucjkxTVlmXC92NDgyRUVEUUlONnVEZWhQVWF0bFFWM3MxOHpieHBlRkQrY2JieDlmVHl5NGNwcnh3UUxcL1wvXC9IXC9IeTM4dU4yam92MEtEVEV6XC95dElmVFBnXC9IU0s4bnZcL3JDS09tS3ZKRDhsVUhsT1BzblVSUDdkYWVObGxmM2RuRHp6VHBaK2JUOG9yT2FWUTZleDRzWUw3Uml0dFhlSUtRNjZtZlpVM0dnM1wvYVYyY1AxSHNuV1dqdTdyMDI2eGVoUUQ5TE9rNFhSc0pOaGlxMzNuWGNPWnBEbFF2MENObllIdEtVQ0FBQT0iLCJzdWIiOiJhZG1pbiIsInJvbGVzIjpbIlJPTEVfQURNSU4iXSwiaXNzIjoiZGV2LXNjcnVtLWluLnNhdml5bnRjbG91ZC5jb20iLCJleHAiOjE2NzI5MDM5ODQsImlhdCI6MTY3MjkwMDM4NH0.GnibtLZPQGWgQ1-u2PDYZZ1QBnuupFf5OX_ItEJ9IKQ; Path=/; Secure"},{"key":"Set-Cookie","value":"token_type=Bearer; Path=/; Secure"},{"key":"Set-Cookie","value":"user_name=admin; Path=/; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=70A8BAF5707A292B8C0B0E2279B19E20; Path=/ECM; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b6cb0b0f-5603-4037-8d3d-34e9c34f0d33; Version=1; Path=\";Path=/;HttpOnly;\"; Secure"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"offset\": 0,\n    \"analyticstype\": \"SQL\",\n    \"lastrun\": \"2022-11-07 10:57:53\",\n    \"description\": \"\",\n    \"conflictcount\": \"5\",\n    \"recommendations\": \"\",\n    \"result\": [\n        {\n            \"updateDate\": \"2022-11-07 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"$039000-2V8EMKD4OKQE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2022-11-07 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"$10A000-HDKCL3P1N7S5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2022-11-07 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"$1V9000-2LO73GT330CI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2022-11-07 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"$4V9000-LFJKC4G9GQM4_chnaged_changed\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2022-11-07 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"$5V9000-O4ARA5HQRQOA_chnaged_changed\",\n            \"status\": \"Open\"\n        }\n    ],\n    \"displaycount\": \"5\",\n    \"subcategory\": \"Dashboards\",\n    \"category\": \"test category\",\n    \"errorcode\": \"0\",\n    \"openconflictcount\": \"5\"\n}"},{"id":"f70c379b-2e9c-4ec5-b171-1c09d3e486d1","name":"Filtered Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"{{url}}/ECM/{{path}}/fetchControlDetailsES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Feb 2023 11:14:37 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=5165F554550AE8125DD3CBD76D012065; Path=/ECM; Secure; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=569eb221-ee36-4281-803f-90651013a781; Version=1; Path=\";Path=/;HttpOnly;\"; Secure"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"offset\": 0,\n    \"analyticstype\": \"SQL\",\n    \"lastrun\": \"2023-02-13 07:07:20\",\n    \"description\": \"crf\",\n    \"conflictcount\": \"5\",\n    \"recommendations\": \"\",\n    \"result\": [\n        {\n            \"updateDate\": \"2023-02-13 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"admin\",\n            \"lastname\": \"LNASmith\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-02-13 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"SaviyntSupportAgent1\",\n            \"lastname\": \"agent2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-02-13 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"SaviyntSupportAgent2\",\n            \"lastname\": \"Patil\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-02-13 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"SaviyntSupportAgent3\",\n            \"lastname\": \"null\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-02-13 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"systemadmin\",\n            \"lastname\": \"null\",\n            \"status\": \"Open\"\n        }\n    ],\n    \"displaycount\": \"5\",\n    \"subcategory\": \"\",\n    \"category\": \"Information Refresh\",\n    \"errorcode\": \"0\",\n    \"openconflictcount\": \"5\"\n}"},{"id":"c83ae2e8-dab4-40a6-810d-53828ebcc7f3","name":"POST - Fetch Analytics Details ES","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":" {\r\n\"analyticsid\":\"1707\",\r\n    \"max\":\"100\",\r\n    \"offset\":\"0\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchControlDetailsES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Feb 2023 12:03:22 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=569eb221-ee36-4281-803f-90651013a781; Version=1; Path=\";Path=/;HttpOnly;\"; Secure"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"offset\": 0,\n    \"analyticstype\": \"SQL\",\n    \"lastrun\": \"2023-02-13 07:07:20\",\n    \"description\": \"crf\",\n    \"conflictcount\": \"5\",\n    \"recommendations\": \"\",\n    \"result\": [\n        {\n            \"updateDate\": \"2023-02-13 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"admin\",\n            \"lastname\": \"LNASmith\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-02-13 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"SaviyntSupportAgent1\",\n            \"lastname\": \"agent2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-02-13 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"SaviyntSupportAgent2\",\n            \"lastname\": \"Patil\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-02-13 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"SaviyntSupportAgent3\",\n            \"lastname\": \"null\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-02-13 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"systemadmin\",\n            \"lastname\": \"null\",\n            \"status\": \"Open\"\n        }\n    ],\n    \"displaycount\": \"5\",\n    \"subcategory\": \"\",\n    \"category\": \"Information Refresh\",\n    \"errorcode\": \"0\",\n    \"openconflictcount\": \"5\"\n}"},{"id":"a4c5244b-977a-499c-8f50-c2bbe23c8e2f","name":"Get Socket","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"{{url}}/ECM/{{path}}/fetchControlDetailsES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Mar 2023 08:43:58 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ec340fef-653e-4e68-9010-f3fdbc988027; Path=/; Secure; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"offset\": 0,\n    \"analyticstype\": \"SQL\",\n    \"lastrun\": \"2023-03-07 07:18:15\",\n    \"description\": \"\",\n    \"conflictcount\": \"128998\",\n    \"recommendations\": \"\",\n    \"result\": [\n        {\n            \"LOGINKEY\": \"2\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:*****, controller:maintenance, password:*****, calledUserUpdateFromUI:true, objectKey:1, new_password:*****, re_enter_password:*****, action:securityQuestions, newPassword:*****, inlineruleevaluation:false, username:admin]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"CHANGE PASSWORD\",\n            \"IPADDRESS\": \"111.125.207.92\",\n            \"DETAIL\": \"\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"1\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:03:46\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"111.125.207.92\",\n            \"ACCESS_URL\": \"/maintenance/securityQuestions\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"3\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676617522119]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"2\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:05:38\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"3\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:requesthome, menu:1]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"3\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:05:43\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/workflowmanagement/requesthome\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"4\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"4\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:05:46\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676617560648]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"5\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:06:06\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676617560649]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"6\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:06:07\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"7\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:06:07\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"8\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:06:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"3\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"9\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:06:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"10\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:20\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"11\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676617699818]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"12\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676617699819]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"13\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"14\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676617699820]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"15\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676617699821]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"16\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:42\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676617699822]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"17\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"18\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:58\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:create]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"19\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:05\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/create\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"7\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"20\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:05\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:getusername, id:1, _:1676617743991]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"21\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/workflowmanagement/getusername/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:getusername, id:1, _:1676617743992]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"22\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/workflowmanagement/getusername/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:, controller:users, city:, phonenumber:, middlename:, startdate:Feb 17, 2023, lastname:, enddate:, street:, action:usernamecheck, managername:admin, email:, username:admin_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"23\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:20\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/usernamecheck\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:, controller:users, city:, phonenumber:, middlename:, startdate:Feb 17, 2023, lastname:, enddate:, street:, action:usernamecheck, managername:admin, email:, username:admin_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"24\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:20\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/usernamecheck\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Feb 17, 2023, street:, action:save, managername:admin, state:, costcenter:, email:, controller:users, comments:, manager:1, middlename:, lastname:, regex:, enddate:, statuskey:1, jobcode:, passwordExpired:*****, username:admin_shaik, customer:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"25\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:20\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Fri Feb 17 00:00:00 UTC 2023, street:, action:save, managername:admin, state:, inlineruleevaluation:false, costcenter:, email:, controller:users, comments:, manager:1, calledUserUpdateFromUI:true, middlename:, isApi:FALSE, lastname:, regex:, enddate:, statuskey:1, jobcode:, isCreateUser:TRUE, passwordExpired:*****, termDate:, username:admin_shaik, customer:]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"User : admin_shaik, created by :admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"26\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:6]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"27\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/show/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserSavRoles, id:6, _:1676617760110]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"28\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/showUserSavRoles/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, checked:0, action:setrolekeyinsessionset, id:1, _:1676617760111]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"29\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/savRoles/setrolekeyinsessionset/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[rolekeysavroles:1, controller:roles, action:saveusersavroles, SYNCHRONIZER_URI:/ECM/users/showUserSavRoles/6, SYNCHRONIZER_TOKEN:4086344a-bd36-498a-b95b-3af4d5110ca3, userkey:6, myDataTableusersavroles_length:15]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"30\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/roles/saveusersavroles\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Update, objectKey:6]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Update, objectKey:6\\\",\\\"message\\\":\\\"User admin added SAV ROLE :ROLE_ADMIN\\\"}\",\n            \"OBJECTKEY\": \"6\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"31\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/roles/saveusersavroles\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, tab:savRole, action:show, id:6]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"32\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:36\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/show/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserSavRoles, id:6, _:1676617774747]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"33\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:37\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/showUserSavRoles/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, update:1, action:usernamecheck, id:6, username:admin_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"34\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:43\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/usernamecheck/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Feb 17, 2023, job_function:, action:userCustomValidate, isEndDBlanked:, id:6, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:5, vendor:, street:, managername:  (admin), costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:1, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:admin_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"35\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:44\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/userCustomValidate/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Feb 17, 2023, job_function:, action:update, isEndDBlanked:, id:6, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:5, vendor:, street:, managername:  (admin), costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:1, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:admin_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"36\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/update/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Fri Feb 17 00:00:00 UTC 2023, job_function:, action:update, isEndDBlanked:, id:6, state:, inlineruleevaluation:false, isStartDBlanked:, preferedFirstName:, lastname:, regex:, auditDetailsMap:[remoteHost:122.172.81.14, actionUri:/users/update, userLoginsKey:5, loggedInUser:admin, remoteAddress:122.172.81.14], enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:5, vendor:, street:, managername:  (admin), costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:1, calledUserUpdateFromUI:true, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:admin_shaik]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"User : admin_shaik, updated by admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"37\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/update/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:6]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"38\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/show/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:getECMDateFormat, _:1676617774748]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"39\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/ecmConfig/getECMDateFormat\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"40\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:49\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:create]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"41\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/create\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676617808917]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"42\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676617808918]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"43\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:02\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"44\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:02\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676617808919]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"45\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:getusername, id:6, _:1676617790949]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"46\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:09\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/workflowmanagement/getusername/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:getusername, id:6, _:1676617790950]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"47\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/workflowmanagement/getusername/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:, controller:users, city:, phonenumber:, middlename:, startdate:Feb 17, 2023, lastname:, enddate:, street:, action:usernamecheck, managername:admin_shaik, email:, username:enduser_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"48\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:11\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/usernamecheck\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:, controller:users, city:, phonenumber:, middlename:, startdate:Feb 17, 2023, lastname:, enddate:, street:, action:usernamecheck, managername:admin_shaik, email:, username:enduser_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"49\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/usernamecheck\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Feb 17, 2023, street:, action:save, managername:admin_shaik, state:, costcenter:, email:, controller:users, comments:, manager:6, middlename:, lastname:, regex:, enddate:, statuskey:1, jobcode:, passwordExpired:*****, username:enduser_shaik, customer:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"50\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Fri Feb 17 00:00:00 UTC 2023, street:, action:save, managername:admin_shaik, state:, inlineruleevaluation:false, costcenter:, email:, controller:users, comments:, manager:6, calledUserUpdateFromUI:true, middlename:, isApi:FALSE, lastname:, regex:, enddate:, statuskey:1, jobcode:, isCreateUser:TRUE, passwordExpired:*****, termDate:, username:enduser_shaik, customer:]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"User : enduser_shaik, created by :admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"51\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:7]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"52\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/show/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:fileDir]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"53\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/fileDir\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserSavRoles, id:7, _:1676617811559]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"54\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/showUserSavRoles/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:fileExtensions, _:1676617829950]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"55\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:18\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/fileExtensions\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, checked:0, action:setrolekeyinsessionset, id:8, _:1676617811560]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"56\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/savRoles/setrolekeyinsessionset/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[rolekeysavroles:8, controller:roles, action:saveusersavroles, SYNCHRONIZER_URI:/ECM/users/showUserSavRoles/7, SYNCHRONIZER_TOKEN:0cd5f153-a39d-43f8-a0f8-cee9febeffc6, userkey:7, myDataTableusersavroles_length:15]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"57\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/roles/saveusersavroles\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Update, objectKey:7]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Update, objectKey:7\\\",\\\"message\\\":\\\"User admin added SAV ROLE :ROLE_SAV_ENDUSER\\\"}\",\n            \"OBJECTKEY\": \"7\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"58\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/roles/saveusersavroles\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[rolekeysavroles:8, controller:roles, action:saveusersavroles, SYNCHRONIZER_URI:/ECM/users/showUserSavRoles/7, SYNCHRONIZER_TOKEN:0cd5f153-a39d-43f8-a0f8-cee9febeffc6, userkey:7, myDataTableusersavroles_length:15]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"59\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/roles/saveusersavroles\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, tab:savRole, action:show, id:7]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"60\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/show/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserSavRoles, id:7, _:1676617821014]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"61\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/showUserSavRoles/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Edit, fileName:blacklist.txt, controller:ecmConfig, objectKey:blacklist.txt, calledFrom:views, foldername:blacklist, action:editViewFile, _:1676617829951]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Edit\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"fileName:blacklist.txt, calledFrom:views, foldername:blacklist, _:1676617829951\\\",\\\"message\\\":\\\"editConfig page is opened by admin\\\"}\",\n            \"OBJECTKEY\": \"blacklist.txt\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"62\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:26\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/editViewFile\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:getECMDateFormat, _:1676617821015]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"63\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:26\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/ecmConfig/getECMDateFormat\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, update:1, action:usernamecheck, id:7, username:enduser_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"64\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:27\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/usernamecheck/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Feb 17, 2023, job_function:, action:userCustomValidate, isEndDBlanked:, id:7, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:6, vendor:, street:, managername:  (admin_shaik), costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:6, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:enduser_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"65\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/userCustomValidate/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:getECMDateFormat, _:1676617821016]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"66\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/ecmConfig/getECMDateFormat\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, update:1, action:usernamecheck, id:7, username:enduser_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"67\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/usernamecheck/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Feb 17, 2023, job_function:, action:userCustomValidate, isEndDBlanked:, id:7, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:6, vendor:, street:, managername:  (admin_shaik), costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:6, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:enduser_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"68\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/userCustomValidate/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Feb 17, 2023, job_function:, action:update, isEndDBlanked:, id:7, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:6, vendor:, street:, managername:  (admin_shaik), costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:6, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:enduser_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"69\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/update/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Fri Feb 17 00:00:00 UTC 2023, job_function:, action:update, isEndDBlanked:, id:7, state:, inlineruleevaluation:false, isStartDBlanked:, preferedFirstName:, lastname:, regex:, auditDetailsMap:[remoteHost:122.172.81.14, actionUri:/users/update, userLoginsKey:5, loggedInUser:admin, remoteAddress:122.172.81.14], enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:6, vendor:, street:, managername:  (admin_shaik), costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:6, calledUserUpdateFromUI:true, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:enduser_shaik]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"User : enduser_shaik, updated by admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"70\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/update/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:7]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"71\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/show/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"72\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, filename:blacklist.txt, foldername:blacklist, action:versionsPopup, _:1676617829952]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"73\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:46\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/versionsPopup\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676617864903, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:11:04 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:AOBApplicationPasswordPolicy, objectAttributeName:null, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676617864903, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/policyRule\\\\/show, remoteAddress:49.37.241.252, objectType:*****\\\",\\\"objectName\\\":\\\"AOBApplicationPasswordPolicy\\\",\\\"message\\\":\\\"Password Policy AOBApplicationPasswordPolicy viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"74\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:11:05\",\n            \"EVENT_ID\": \"S-1676617864903\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:YES, eventId:C-1676617876647, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:11:16 UTC 2023, ipAddress:49.37.241.252, action:Update, objectName:AOBApplicationPasswordPolicy, objectAttributeName:configData, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"valuetemplate:useBlackListDictionary_1, actionType:Update, eventId:1676617876647, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/ecmConfig\\\\/updatetemplate, remoteAddress:49.37.241.252, _:1676617878759, objectType:*****\\\",\\\"objectName\\\":\\\"AOBApplicationPasswordPolicy\\\",\\\"message\\\":\\\"Password Policy AOBApplicationPasswordPolicy updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"useBlackListDictionary_1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"75\",\n            \"NEW_VALUE\": \"YES\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"configData\",\n            \"ACCESSTIME\": \"2023-02-17 07:11:17\",\n            \"EVENT_ID\": \"C-1676617876647\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/updatetemplate/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676617879378, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:11:19 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:AOBApplicationPasswordPolicy, objectAttributeName:null, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676617879378, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/policyRule\\\\/show, remoteAddress:49.37.241.252, objectType:*****\\\",\\\"objectName\\\":\\\"AOBApplicationPasswordPolicy\\\",\\\"message\\\":\\\"Password Policy AOBApplicationPasswordPolicy viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"76\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:11:19\",\n            \"EVENT_ID\": \"S-1676617879378\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:YES, eventId:C-1676617944813, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:24 UTC 2023, ipAddress:49.37.241.252, action:Create, objectName:null, objectAttributeName:Use Blacklist Dictionary, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"minlength:, remoteHost:49.37.241.252, minlowchar:, actionUri:\\\\/policyRule\\\\/save, description:, minalpnumchar:, pwdexpemailtemplate:*****, minnumchar:, minunqchar:, daystonotifybeforepwdexpire:*****, passwordnotification:*****, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, scope:USER, disalastpass:*****, expireaft:60, minimumage:, useDictionary:1, SYNCHRONIZER_TOKEN:8a58c50e-9a6b-4868-b5c2-0f22d62178fc, minimumSpecialCharacter:, maxlength:, regexDescription:, SYNCHRONIZER_URI:\\\\/ECM\\\\/policyRule\\\\/create, minuppchar:, regex:, blacklistedAttributes:, minaplhchar:, maxrepchar:, name:SaviyntDefaultRule\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"77\",\n            \"NEW_VALUE\": \"YES\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"Use Blacklist Dictionary\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:25\",\n            \"EVENT_ID\": \"C-1676617944813\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:SaviyntDefaultRule, eventId:C-1676617944813, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:24 UTC 2023, ipAddress:49.37.241.252, action:Create, objectName:SaviyntDefaultRule, objectAttributeName:name, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"minlength:, remoteHost:49.37.241.252, minlowchar:, actionUri:\\\\/policyRule\\\\/save, description:, minalpnumchar:, pwdexpemailtemplate:*****, objectType:*****, minnumchar:, minunqchar:, daystonotifybeforepwdexpire:*****, passwordnotification:*****, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, scope:USER, disalastpass:*****, expireaft:60, minimumage:, useDictionary:1, remoteAddress:49.37.241.252, SYNCHRONIZER_TOKEN:8a58c50e-9a6b-4868-b5c2-0f22d62178fc, minimumSpecialCharacter:, eventId:1676617944813, maxlength:, regexDescription:, SYNCHRONIZER_URI:\\\\/ECM\\\\/policyRule\\\\/create, minuppchar:, actionType:Create, regex:, blacklistedAttributes:, minaplhchar:, maxrepchar:, name:SaviyntDefaultRule\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"78\",\n            \"NEW_VALUE\": \"SaviyntDefaultRule\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"name\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:25\",\n            \"EVENT_ID\": \"C-1676617944813\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:60, eventId:C-1676617944813, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:24 UTC 2023, ipAddress:49.37.241.252, action:Create, objectName:SaviyntDefaultRule, objectAttributeName:expireaft, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"minlength:, remoteHost:49.37.241.252, minlowchar:, actionUri:\\\\/policyRule\\\\/save, description:, minalpnumchar:, pwdexpemailtemplate:*****, objectType:*****, minnumchar:, minunqchar:, daystonotifybeforepwdexpire:*****, passwordnotification:*****, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, scope:USER, disalastpass:*****, expireaft:60, minimumage:, useDictionary:1, remoteAddress:49.37.241.252, SYNCHRONIZER_TOKEN:8a58c50e-9a6b-4868-b5c2-0f22d62178fc, minimumSpecialCharacter:, eventId:1676617944813, maxlength:, regexDescription:, SYNCHRONIZER_URI:\\\\/ECM\\\\/policyRule\\\\/create, minuppchar:, actionType:Create, regex:, blacklistedAttributes:, minaplhchar:, maxrepchar:, name:SaviyntDefaultRule\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"79\",\n            \"NEW_VALUE\": \"60\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"expireaft\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:25\",\n            \"EVENT_ID\": \"C-1676617944813\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:USER, eventId:C-1676617944813, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:24 UTC 2023, ipAddress:49.37.241.252, action:Create, objectName:SaviyntDefaultRule, objectAttributeName:scope, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"minlength:, remoteHost:49.37.241.252, minlowchar:, actionUri:\\\\/policyRule\\\\/save, description:, minalpnumchar:, pwdexpemailtemplate:*****, objectType:*****, minnumchar:, minunqchar:, daystonotifybeforepwdexpire:*****, passwordnotification:*****, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, scope:USER, disalastpass:*****, expireaft:60, minimumage:, useDictionary:1, remoteAddress:49.37.241.252, SYNCHRONIZER_TOKEN:8a58c50e-9a6b-4868-b5c2-0f22d62178fc, minimumSpecialCharacter:, eventId:1676617944813, maxlength:, regexDescription:, SYNCHRONIZER_URI:\\\\/ECM\\\\/policyRule\\\\/create, minuppchar:, actionType:Create, regex:, blacklistedAttributes:, minaplhchar:, maxrepchar:, name:SaviyntDefaultRule\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"80\",\n            \"NEW_VALUE\": \"USER\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"scope\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:25\",\n            \"EVENT_ID\": \"C-1676617944813\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676617944813, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:24 UTC 2023, ipAddress:49.37.241.252, action:Create, objectName:SaviyntDefaultRule, objectAttributeName:notificationtouser, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"minlength:, remoteHost:49.37.241.252, minlowchar:, actionUri:\\\\/policyRule\\\\/save, description:, minalpnumchar:, pwdexpemailtemplate:*****, objectType:*****, minnumchar:, minunqchar:, daystonotifybeforepwdexpire:*****, passwordnotification:*****, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, scope:USER, disalastpass:*****, expireaft:60, minimumage:, useDictionary:1, remoteAddress:49.37.241.252, SYNCHRONIZER_TOKEN:8a58c50e-9a6b-4868-b5c2-0f22d62178fc, minimumSpecialCharacter:, eventId:1676617944813, maxlength:, regexDescription:, SYNCHRONIZER_URI:\\\\/ECM\\\\/policyRule\\\\/create, minuppchar:, actionType:Create, regex:, blacklistedAttributes:, minaplhchar:, maxrepchar:, name:SaviyntDefaultRule\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"81\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"notificationtouser\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:25\",\n            \"EVENT_ID\": \"C-1676617944813\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:5, eventId:C-1676617944813, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:24 UTC 2023, ipAddress:49.37.241.252, action:Create, objectName:SaviyntDefaultRule, objectAttributeName:daystonotifybeforepwdexpire, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"minlength:, remoteHost:49.37.241.252, minlowchar:, actionUri:\\\\/policyRule\\\\/save, description:, minalpnumchar:, pwdexpemailtemplate:*****, objectType:*****, minnumchar:, minunqchar:, daystonotifybeforepwdexpire:*****, passwordnotification:*****, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, scope:USER, disalastpass:*****, expireaft:60, minimumage:, useDictionary:1, remoteAddress:49.37.241.252, SYNCHRONIZER_TOKEN:8a58c50e-9a6b-4868-b5c2-0f22d62178fc, minimumSpecialCharacter:, eventId:1676617944813, maxlength:, regexDescription:, SYNCHRONIZER_URI:\\\\/ECM\\\\/policyRule\\\\/create, minuppchar:, actionType:Create, regex:, blacklistedAttributes:, minaplhchar:, maxrepchar:, name:SaviyntDefaultRule\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"82\",\n            \"NEW_VALUE\": \"5\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"daystonotifybeforepwdexpire\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:25\",\n            \"EVENT_ID\": \"C-1676617944813\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[customproperty10:, customproperty12:, customproperty11:, customproperty18:, customproperty17:, customproperty19:, customproperty14:, customproperty13:, customproperty16:, customproperty15:, sColumns:, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:listjsongroup, iColumns:3, id:null, iSortingCols:1, sSearch:, status:, customproperty4:, customproperty5:, customproperty2:, customproperty3:, customproperty1:, sEcho:1, bp:, bRegex_0:false, bRegex_1:false, customproperty8:, customproperty9:, bRegex_2:false, customproperty6:, customproperty7:, sSearch_2:, sSearch_1:, controller:campaignEoAndRo, sSearch_0:, customproperty60:, campaignAccessableUrlSet:[/certification/discontinue, /campaignOrganization/**, /campaign/create, /campaignAOMetaData/**, /campaignTemplate/**, /stepone/export, /firststep/actions, /campaignTemplate/schedulecampaign, /secondstep/actions, /campaignTemplate/campaignTemplate_History, /campaign/reconfigure, /campaign/discontinue, /certificationlist/export, /campaign/viewAllCampCertAccess, /certification/export, /campaignlist/export, /campaign/summary, /secondstep/export, /certification/**, /campaignTemplate/campaignTemplateList, /campaignEoAndRo/**, /campaignTemplate/deleteTemplate], allowReadOnlyAuditorAccess:false, jsontype:datatable, displayname:, customproperty54:, customproperty53:, customproperty56:, customproperty55:, iSortCol_0:0, customproperty50:, customproperty52:, customproperty51:, customproperty58:, customproperty57:, customproperty59:, mininginstance:, customproperty43:, customproperty42:, customproperty45:, customproperty44:, customproperty41:, customproperty40:, iDisplayLength:15, customproperty47:, customproperty46:, users:admin, customproperty49:, customproperty48:, role_name:, glossary:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, customproperty32:, customproperty31:, customproperty34:, customproperty33:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty35:, customproperty38:, customproperty37:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, bRegex:false, customproperty29:, customproperty28:, customproperty25:, customproperty24:, customproperty27:, iDisplayStart:0, customproperty26:, sSortDir_0:asc, mDataProp_0:chk, mDataProp_2:description, mDataProp_1:role_name]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"83\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:26\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/campaignEoAndRo/listjsongroup/null\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, callFrom:createcampaign, action:generalConfiguration, category:Campaign Config User Manager, _:1676617998909]\",\n            \"TYPEOFACCESS\": \"uration\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for uration Configurations\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"84\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:31\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676617951160, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:31 UTC 2023, ipAddress:49.207.209.154, action:Show, objectName:Campaign Config User Manager, objectAttributeName:null, oldValue:null, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676617951160, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 6, remoteHost:49.207.209.154, callFrom:createcampaign, actionUri:\\\\/ecmConfig\\\\/generalConfiguration, category:Campaign Config User Manager, remoteAddress:49.207.209.154, _:1676617998909, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"Campaign Config User Manager\\\",\\\"message\\\":\\\"Configuration of category Campaign Config User Manager viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"Campaign Config User Manager\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"85\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:31\",\n            \"EVENT_ID\": \"S-1676617951160\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676617955091, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:35 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:SaviyntDefaultRule, objectAttributeName:null, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676617955091, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/policyRule\\\\/show, remoteAddress:49.37.241.252, objectType:*****\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"86\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:35\",\n            \"EVENT_ID\": \"S-1676617955091\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/show/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676617965203, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:45 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:SaviyntDefaultRule, objectAttributeName:null, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676617965203, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/policyRule\\\\/show, remoteAddress:49.37.241.252, objectType:*****\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"87\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:45\",\n            \"EVENT_ID\": \"S-1676617965203\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/show/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"88\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:50\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"89\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:create]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"90\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/create\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:, controller:users, city:, phonenumber:, middlename:, startdate:Feb 17, 2023, lastname:, enddate:, street:, action:usernamecheck, managername:, email:, username:UserP]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"91\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/usernamecheck\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Feb 17, 2023, street:, action:save, managername:, state:, costcenter:, email:, controller:users, comments:, manager:, middlename:, lastname:, regex:, enddate:, statuskey:1, jobcode:, passwordExpired:*****, username:UserP, customer:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"92\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Fri Feb 17 00:00:00 UTC 2023, street:, action:save, managername:, state:, inlineruleevaluation:false, costcenter:, email:, controller:users, comments:, manager:, calledUserUpdateFromUI:true, middlename:, isApi:FALSE, lastname:, regex:, enddate:, statuskey:1, jobcode:, isCreateUser:TRUE, passwordExpired:*****, termDate:, username:UserP, customer:]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"User : UserP, created by :admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"93\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:8]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"94\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:30\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/show/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"95\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"96\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:33\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618068602]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"97\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618068603]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"98\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"99\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"100\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:37\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:create]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"101\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/create\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618027916, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:13:47 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:Privileged_Application, objectAttributeName:null, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618027916, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/securitysystems\\\\/show, remoteAddress:49.37.241.252, objectType:SECURITY_SYSTEM\\\",\\\"objectName\\\":\\\"Privileged_Application\\\",\\\"message\\\":\\\"Security System Privileged_Application viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"102\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:48\",\n            \"EVENT_ID\": \"S-1676618027916\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/securitysystems/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618043152, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:14:03 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:Privileged_Application, objectAttributeName:null, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618043152, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/securitysystems\\\\/showEndpoints, remoteAddress:49.37.241.252, _:1676618041777, objectType:SECURITY_SYSTEM\\\",\\\"objectName\\\":\\\"Privileged_Application\\\",\\\"message\\\":\\\"User admin requested to view  endpoint tab for SecuritySystem Privileged_Application\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"103\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:03\",\n            \"EVENT_ID\": \"S-1676618043152\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/securitysystems/showEndpoints/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:Campaign_admin fm, controller:users, city:, phonenumber:, middlename:, startdate:Feb 17, 2023, lastname:Campaign_admin lame, enddate:, street:, action:usernamecheck, managername:, email:, username:Campaign_admin]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"104\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/usernamecheck\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:Campaign_admin fm, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Feb 17, 2023, street:, action:save, managername:, state:, costcenter:, email:, controller:users, comments:, manager:, middlename:, lastname:Campaign_admin lame, regex:, enddate:, statuskey:1, jobcode:, passwordExpired:*****, username:Campaign_admin, customer:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"105\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:Campaign_admin fm, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Fri Feb 17 00:00:00 UTC 2023, street:, action:save, managername:, state:, inlineruleevaluation:false, costcenter:, email:, controller:users, comments:, manager:, calledUserUpdateFromUI:true, middlename:, isApi:FALSE, lastname:Campaign_admin lame, regex:, enddate:, statuskey:1, jobcode:, isCreateUser:TRUE, passwordExpired:*****, termDate:, username:Campaign_admin, customer:]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User : Campaign_admin, created by :admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"106\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618053817, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:14:13 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:Privileged_Application, objectAttributeName:null, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618053817, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/securitysystems\\\\/show, remoteAddress:49.37.241.252, objectType:SECURITY_SYSTEM\\\",\\\"objectName\\\":\\\"Privileged_Application\\\",\\\"message\\\":\\\"Security System Privileged_Application viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"107\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:14\",\n            \"EVENT_ID\": \"S-1676618053817\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/securitysystems/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:9]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"108\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/show/9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserSavRoles, id:9, _:1676618109872]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"109\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/showUserSavRoles/9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618058012, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:14:18 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:Privileged_Application, objectAttributeName:null, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618058012, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/securitysystems\\\\/showEndpoints, remoteAddress:49.37.241.252, _:1676618067667, objectType:SECURITY_SYSTEM\\\",\\\"objectName\\\":\\\"Privileged_Application\\\",\\\"message\\\":\\\"User admin requested to view  endpoint tab for SecuritySystem Privileged_Application\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"110\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:18\",\n            \"EVENT_ID\": \"S-1676618058012\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/securitysystems/showEndpoints/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, checked:0, action:setrolekeyinsessionset, id:1, _:1676618109873]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"111\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/savRoles/setrolekeyinsessionset/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[rolekeysavroles:1, controller:roles, action:saveusersavroles, SYNCHRONIZER_URI:/ECM/users/showUserSavRoles/9, SYNCHRONIZER_TOKEN:b4f305f7-3f7e-403b-a7ec-6988cb50da00, userkey:9, myDataTableusersavroles_length:15]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"112\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/roles/saveusersavroles\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Update, objectKey:9]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Update, objectKey:9\\\",\\\"message\\\":\\\"User admin added SAV ROLE :ROLE_ADMIN\\\"}\",\n            \"OBJECTKEY\": \"9\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"113\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/roles/saveusersavroles\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, tab:savRole, action:show, id:9]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"114\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/show/9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserSavRoles, id:9, _:1676618118480]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"115\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/showUserSavRoles/9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"116\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:24\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:8]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"117\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/show/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserAccounts, id:8, _:1676618088485]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"118\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:39\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/showUserAccounts/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, bSortable_7:true, bSortable_8:true, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:users_accountslist, iColumns:9, id:8, iSortingCols:1, iDisplayLength:15, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618088485, mDataProp_8:lockedState, sSearch_3:, mDataProp_7:status, sSearch_2:, mDataProp_6:description, sSearch_1:, controller:users, mDataProp_5:comments, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, sSearch_8:, mDataProp_4:accounttype, sSearch_7:, mDataProp_3:endpoints, sSearch_6:, mDataProp_2:securitysystem, sSearch_5:, mDataProp_1:name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"119\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:39\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/users_accountslist/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"120\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:44\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:getECMDateFormat, _:1676618088486]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"121\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/getECMDateFormat\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, update:1, action:usernamecheck, id:8, username:UserP]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"122\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/usernamecheck/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Feb 17, 2023, job_function:, action:userCustomValidate, isEndDBlanked:, id:8, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:7, vendor:, street:, managername:, costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:UserP]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"123\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/userCustomValidate/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Feb 17, 2023, job_function:, action:update, isEndDBlanked:, id:8, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:7, vendor:, street:, managername:, costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:UserP]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"124\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:48\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/update/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Fri Feb 17 00:00:00 UTC 2023, job_function:, action:update, isEndDBlanked:, id:8, state:, inlineruleevaluation:false, isStartDBlanked:, preferedFirstName:, lastname:, regex:, auditDetailsMap:[remoteHost:49.37.241.252, actionUri:/users/update, userLoginsKey:8, loggedInUser:admin, remoteAddress:49.37.241.252], enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:7, vendor:, street:, managername:, costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:, calledUserUpdateFromUI:true, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:UserP]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"User : UserP, updated by admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"125\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:48\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/update/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:8]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"126\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:48\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/show/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:9]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"127\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:53\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/show/9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618105178, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:15:05 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:SaviyntDefaultRule, objectAttributeName:null, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618105178, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/policyRule\\\\/show, remoteAddress:49.37.241.252, objectType:*****\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"128\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:05\",\n            \"EVENT_ID\": \"S-1676618105178\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/show/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:getusername, id:1, _:1676618149225]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"129\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/workflowmanagement/getusername/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:1]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"130\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserSavRoles, id:1, _:1676618166317]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"131\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/showUserSavRoles/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, action:adminfunction]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"132\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/savRoles/adminfunction\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserSavRoles, id:9, _:1676618149226]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"133\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/showUserSavRoles/9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, action:manageuser, id:8, _:1676618128426]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"134\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/savRoles/manageuser/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"135\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:pmgmt]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"136\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:37\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/pmgmt/checkPassword\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, action:adminfunction]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"137\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:16:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/savRoles/adminfunction\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:fileDir]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"138\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:16:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/fileDir\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:fileExtensions, _:1676618191043]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"139\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:16:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/fileExtensions\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Edit, fileName:blacklist.txt, controller:ecmConfig, objectKey:blacklist.txt, calledFrom:views, foldername:blacklist, action:editViewFile, _:1676618191044]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Edit\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"fileName:blacklist.txt, calledFrom:views, foldername:blacklist, _:1676618191044\\\",\\\"message\\\":\\\"editConfig page is opened by admin\\\"}\",\n            \"OBJECTKEY\": \"blacklist.txt\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"140\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:16:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/editViewFile\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618224557, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:17:04 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:SaviyntDefaultRule, objectAttributeName:null, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618224557, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/policyRule\\\\/show, remoteAddress:49.37.241.252, objectType:*****\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"141\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:17:05\",\n            \"EVENT_ID\": \"S-1676618224557\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/show/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618234726, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:17:14 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:SaviyntDefaultRule, objectAttributeName:null, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618234726, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/policyRule\\\\/show, remoteAddress:49.37.241.252, objectType:*****\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"142\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:17:15\",\n            \"EVENT_ID\": \"S-1676618234726\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/show/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"9\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"143\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:17:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Edit, fileName:blacklist.txt, controller:ecmConfig, objectKey:blacklist.txt, calledFrom:views, foldername:blacklist, action:editViewFile, _:1676618191045]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Edit\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"fileName:blacklist.txt, calledFrom:views, foldername:blacklist, _:1676618191045\\\",\\\"message\\\":\\\"editConfig page is opened by admin\\\"}\",\n            \"OBJECTKEY\": \"blacklist.txt\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"144\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:17:20\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/editViewFile\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Edit, fileName:blacklist.txt, controller:ecmConfig, objectKey:blacklist.txt, calledFrom:views, foldername:blacklist, action:editViewFile, _:1676618191046]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Edit\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"fileName:blacklist.txt, calledFrom:views, foldername:blacklist, _:1676618191046\\\",\\\"message\\\":\\\"editConfig page is opened by admin\\\"}\",\n            \"OBJECTKEY\": \"blacklist.txt\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"145\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:18:02\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/editViewFile\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, filename:blacklist.txt, foldername:blacklist, action:versionsPopup, _:1676618191047]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"146\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:18:06\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/versionsPopup\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Edit, fileName:blacklist.txt, controller:ecmConfig, objectKey:blacklist.txt, calledFrom:views, foldername:blacklist, action:editViewFile, _:1676618191048]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Edit\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"fileName:blacklist.txt, calledFrom:views, foldername:blacklist, _:1676618191048\\\",\\\"message\\\":\\\"editConfig page is opened by admin\\\"}\",\n            \"OBJECTKEY\": \"blacklist.txt\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"147\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:18:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/editViewFile\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, action:adminfunction]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"148\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:18:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/savRoles/adminfunction\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, action:manageuser, id:8, _:1676618316886]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"149\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:18:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/savRoles/manageuser/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:requesthome, menu:1]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"150\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:18:44\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/workflowmanagement/requesthome\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"151\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:18:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:pmgmt]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"152\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:18:48\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/pmgmt/checkPassword\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:pmgmt]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"153\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:19:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/pmgmt/checkPassword\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:pmgmt]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"154\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:19:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/pmgmt/resetpassword\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:*****, password:*****, controller:pmgmt, objectKey:8, action:resetpassword, source:*****, passwordExpired:*****, userid:8, SYNCHRONIZER_URI:/ECM/savRoles/manageuser/8, SYNCHRONIZER_TOKEN:93c20cdf-01b1-4e36-9666-7b0fbe3094c2]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"CHANGE PASSWORD\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"\",\n            \"OBJECTKEY\": \"8\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"155\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:19:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/pmgmt/resetpassword\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, action:adminfunction]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"156\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:19:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/savRoles/adminfunction\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[customproperty10:, customproperty12:, customproperty11:, customproperty18:, customproperty17:, customproperty19:, customproperty14:, customproperty13:, customproperty16:, customproperty15:, sColumns:, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:listjsongroup, iColumns:3, id:null, iSortingCols:1, sSearch:, status:, customproperty4:, customproperty5:, customproperty2:, customproperty3:, customproperty1:, sEcho:1, bp:, bRegex_0:false, bRegex_1:false, customproperty8:, customproperty9:, bRegex_2:false, customproperty6:, customproperty7:, sSearch_2:, sSearch_1:, controller:campaignEoAndRo, sSearch_0:, customproperty60:, campaignAccessableUrlSet:[/certification/discontinue, /campaignOrganization/**, /campaign/create, /campaignAOMetaData/**, /campaignTemplate/**, /stepone/export, /firststep/actions, /campaignTemplate/schedulecampaign, /secondstep/actions, /campaignTemplate/campaignTemplate_History, /campaign/reconfigure, /campaign/discontinue, /certificationlist/export, /campaign/viewAllCampCertAccess, /certification/export, /campaignlist/export, /campaign/summary, /secondstep/export, /certification/**, /campaignTemplate/campaignTemplateList, /campaignEoAndRo/**, /campaignTemplate/deleteTemplate], allowReadOnlyAuditorAccess:false, jsontype:datatable, displayname:, customproperty54:, customproperty53:, customproperty56:, customproperty55:, iSortCol_0:0, customproperty50:, customproperty52:, customproperty51:, customproperty58:, customproperty57:, customproperty59:, mininginstance:, customproperty43:, customproperty42:, customproperty45:, customproperty44:, customproperty41:, customproperty40:, iDisplayLength:15, customproperty47:, customproperty46:, users:admin, customproperty49:, customproperty48:, role_name:, glossary:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, customproperty32:, customproperty31:, customproperty34:, customproperty33:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty35:, customproperty38:, customproperty37:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, bRegex:false, customproperty29:, customproperty28:, customproperty25:, customproperty24:, customproperty27:, iDisplayStart:0, customproperty26:, sSortDir_0:asc, mDataProp_0:chk, mDataProp_2:description, mDataProp_1:role_name]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"157\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:19:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/campaignEoAndRo/listjsongroup/null\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, callFrom:createcampaign, action:generalConfiguration, category:Campaign Config User Manager, _:1676618408105]\",\n            \"TYPEOFACCESS\": \"uration\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for uration Configurations\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"158\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:19:30\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618369714, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:19:29 UTC 2023, ipAddress:49.207.209.154, action:Show, objectName:Campaign Config User Manager, objectAttributeName:null, oldValue:null, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618369714, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 6, remoteHost:49.207.209.154, callFrom:createcampaign, actionUri:\\\\/ecmConfig\\\\/generalConfiguration, category:Campaign Config User Manager, remoteAddress:49.207.209.154, _:1676618408105, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"Campaign Config User Manager\\\",\\\"message\\\":\\\"Configuration of category Campaign Config User Manager viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"Campaign Config User Manager\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"159\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:19:30\",\n            \"EVENT_ID\": \"S-1676618369714\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"10\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"160\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:19:31\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"161\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:06\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"162\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:06\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618461652]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"163\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:07\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618461653]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"164\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"165\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391501]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"166\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618391502]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"167\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"168\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618461654]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"169\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:18\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391503]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"170\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:25\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"171\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:26\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:create]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"172\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:33\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/create\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391504]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"173\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"174\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:39\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391505]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"175\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391506]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"176\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:55\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"12\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"177\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:01\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391507]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"178\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:05\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618464763]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"179\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:07\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"180\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618464764]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"181\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:userUploadForm, source:admin, sourceaction:userUpload, savmodule:, _:1676618495066]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"182\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:09\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/userUploadForm\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, action:adminfunction]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"183\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/savRoles/adminfunction\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391508]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"184\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"185\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391509]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"186\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:25\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391510]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"187\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391511]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"188\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmworkflowmanagement, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"189\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:49\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:userUploadForm, source:admin, sourceaction:userUpload, savmodule:, _:1676618495068]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"190\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/userUploadForm\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmworkflowmanagement, action:jbpmworkfloweditor, users:admin, status:new]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"191\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:55\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/jbpmworkfloweditor\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391512]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"192\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:55\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmworkflowmanagement, action:listwiring, id:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"193\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:56\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/listwiring/\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, controller:users, delimeter:,, generateEmail:NO, zeroDayProvisioning:NO, checkrules:NO, source:admin, sourceaction:userUpload, isApi:FALSE, savmodule:, firstrow:YES, valideRule:NO, generateSystemUsername:NO, uploadfile:org.springframework.web.multipart.commons.CommonsMultipartFile@2aa4aca8, userReconcillationField:, isCreateUser:NA, action:uploadusersubmit, passwordExpired:*****]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"194\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:03\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploadusersubmit\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, controller:users, delimeter:,, generateEmail:NO, zeroDayProvisioning:NO, checkrules:NO, source:admin, sourceaction:userUpload, isApi:FALSE, savmodule:, firstrow:YES, newColum:0, valideRule:NO, generateSystemUsername:NO, uploadfile:org.springframework.web.multipart.commons.CommonsMultipartFile@2aa4aca8, userReconcillationField:, isCreateUser:NA, action:uploadusersubmit, passwordExpired:*****]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"195\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:04\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduser\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391513]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"196\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:05\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"197\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, zeroDayProvisioning:NO, checkrules:NO, formfield_9:*****, formfield_4:SECONDARYEMAIL, formfield_3:CUSTOMPROPERTY2, formfield_2:PREFEREDFIRSTNAME, formfield_1:LASTNAME, formfield_8:CITY, formfield_7:USERNAME, formfield_6:CUSTOMPROPERTY34, formfield_5:EMAIL, action:uploaduserfinalstep, formfield_0:FIRSTNAME, formfield_11:TITLE, formfield_10:JOBCODE, formfield_13:_, controller:users, formfield_12:JOB_FUNCTION, generateEmail:NO, formfield_15:MANAGER, formfield_14:_, savmodule:, generateSystemUsername:NO, totalcolumn:16, userReconcillationField:, passwordExpired:*****, customer:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"198\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduserfinalstep\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391514]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"199\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Upload, objectKey:Upload User - Copy (1).csv02-17-2023]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"Upload\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Upload, objectKey:Upload User - Copy (1).csv02-17-2023\\\",\\\"message\\\":\\\"User Upload File 'Upload User - Copy (1).csv02-17-2023' completed by admin\\\"}\",\n            \"OBJECTKEY\": \"Upload User - Copy (1).csv02-17-2023\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"200\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduserfinalstep\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[insertedrecords:51, controller:users, updatedrecords:0, action:summaryPreview, totalrecords:51, savmodule:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"201\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/summaryPreview\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmworkflowmanagement, name:Camp, working:{\\\"modules\\\":[{\\\"config\\\":{\\\"position\\\":[353,61]},\\\"moduleId\\\":0,\\\"name\\\":\\\"Start\\\",\\\"value\\\":{}},{\\\"config\\\":{\\\"position\\\":[396,175]},\\\"moduleId\\\":1,\\\"name\\\":\\\"Activity : Grant Access\\\",\\\"value\\\":{\\\"comptemplate1\\\":\\\"Select Email Template\\\",\\\"name\\\":\\\"Grant\\\"}},{\\\"config\\\":{\\\"position\\\":[448,357]},\\\"moduleId\\\":2,\\\"name\\\":\\\"End\\\",\\\"value\\\":{}}],\\\"properties\\\":{\\\"name\\\":\\\"Camp\\\",\\\"wftype\\\":\\\"Parallel\\\"},\\\"wires\\\":[{\\\"src\\\":{\\\"moduleId\\\":0,\\\"terminal\\\":\\\"Requested\\\"},\\\"tgt\\\":{\\\"moduleId\\\":1,\\\"terminal\\\":\\\"SOURCES\\\"}},{\\\"src\\\":{\\\"moduleId\\\":1,\\\"terminal\\\":\\\"FOLLOWUPS\\\"},\\\"tgt\\\":{\\\"moduleId\\\":2,\\\"terminal\\\":\\\"SOURCES\\\"}}]}, action:jbpmworkflowsavecurrent, language:accesworkflow, id:, users:admin, ?test:1]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"202\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:18\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/jbpmworkflowsavecurrent/\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmworkflowmanagement, reload:1, action:jbpmworkfloweditor, id:4, users:admin, status:2]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"203\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:18\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/jbpmworkfloweditor/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, name:Camp, working:eyJtb2R1bGVzIjpbeyJjb25maWciOnsicG9zaXRpb24iOlszNTMsNjFdfSwibW9kdWxlSWQiOjAsIm5hbWUiOiJTdGFydCIsInZhbHVlIjp7fX0seyJjb25maWciOnsicG9zaXRpb24iOlszOTYsMTc1XX0sIm1vZHVsZUlkIjoxLCJuYW1lIjoiQWN0aXZpdHkgOiBHcmFudCBBY2Nlc3MiLCJ2YWx1ZSI6eyJjb21wdGVtcGxhdGUxIjoiU2VsZWN0IEVtYWlsIFRlbXBsYXRlIiwibmFtZSI6IkdyYW50In19LHsiY29uZmlnIjp7InBvc2l0aW9uIjpbNDQ4LDM1N119LCJtb2R1bGVJZCI6MiwibmFtZSI6IkVuZCIsInZhbHVlIjp7fX1dLCJwcm9wZXJ0aWVzIjp7Im5hbWUiOiJDYW1wIiwid2Z0eXBlIjoiUGFyYWxsZWwifSwid2lyZXMiOlt7InNyYyI6eyJtb2R1bGVJZCI6MCwidGVybWluYWwiOiJSZXF1ZXN0ZWQifSwidGd0Ijp7Im1vZHVsZUlkIjoxLCJ0ZXJtaW5hbCI6IlNPVVJDRVMifX0seyJzcmMiOnsibW9kdWxlSWQiOjEsInRlcm1pbmFsIjoiRk9MTE9XVVBTIn0sInRndCI6eyJtb2R1bGVJZCI6MiwidGVybWluYWwiOiJTT1VSQ0VTIn19XX0=, action:sendWorkflowForApproval, users:admin]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"204\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:18\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/sendWorkflowForApproval\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmworkflowmanagement, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"205\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:1]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"206\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"207\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:25\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"208\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:25\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmworkflowmanagement, action:workflowApprovalList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"209\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:26\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/workflowApprovalList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618601120]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"210\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:26\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618601121]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"211\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"212\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[workflowApprovalAction:accept, controller:jbpmworkflowmanagement, action:workflowComments, id:4, _:1676618546144]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"213\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/workflowComments/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"214\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:31\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:getusername, id:2, _:1676618530459]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"215\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:31\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/workflowmanagement/getusername/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmworkflowmanagement, comments:ss, action:acceptWorkflow, id:4, users:admin, _:1676618546145]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"216\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/acceptWorkflow/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:getECMDateFormat, _:1676618530460]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"217\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/ecmConfig/getECMDateFormat\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, update:1, action:usernamecheck, id:1, username:admin]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"218\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/usernamecheck/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:, job_function:, action:userCustomValidate, isEndDBlanked:, id:1, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:2, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:admin, vendor:, street:, managername:, costcenter:, email:, vendormanagername:systemadmin, secondarymanager:, controller:users, comments:, manager:, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:, displayname:, orgunitid:, location:, entity:, username:admin]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"219\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/userCustomValidate/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:, job_function:, action:update, isEndDBlanked:, id:1, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:2, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:admin, vendor:, street:, managername:, costcenter:, email:, vendormanagername:systemadmin, secondarymanager:, controller:users, comments:, manager:, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:, displayname:, orgunitid:, location:, entity:, username:admin]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"220\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/update/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:, job_function:, action:update, isEndDBlanked:, id:1, state:, inlineruleevaluation:false, isStartDBlanked:, preferedFirstName:, lastname:, regex:, auditDetailsMap:[remoteHost:202.142.116.195, actionUri:/users/update, userLoginsKey:11, loggedInUser:admin, remoteAddress:202.142.116.195], enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:2, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:admin, vendor:, street:, managername:, costcenter:, email:, vendormanagername:systemadmin, secondarymanager:, controller:users, comments:, manager:, calledUserUpdateFromUI:true, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:, displayname:, orgunitid:, location:, entity:, username:admin]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"User : admin, updated by admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"221\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/update/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:1]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"222\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"223\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:03\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"224\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Camp_SS, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:systemname, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"225\",\n            \"NEW_VALUE\": \"Camp_SS\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"systemname\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:defaultSystem, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"226\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"defaultSystem\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:automatedProvisioning, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"227\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"automatedProvisioning\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Camp, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:accessAddWorkflow, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"228\",\n            \"NEW_VALUE\": \"Camp\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"accessAddWorkflow\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Camp, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:accessRemoveWorkflow, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"229\",\n            \"NEW_VALUE\": \"Camp\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"accessRemoveWorkflow\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Camp, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:addServiceAccountWorkflow, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"230\",\n            \"NEW_VALUE\": \"Camp\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"addServiceAccountWorkflow\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Camp, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:removeServiceAccountWorkflow, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"231\",\n            \"NEW_VALUE\": \"Camp\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"removeServiceAccountWorkflow\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:useopenconnector, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"232\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"useopenconnector\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:manageEntity, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"233\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"manageEntity\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:persistentData, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"234\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"persistentData\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:true, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:reconApplication, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"235\",\n            \"NEW_VALUE\": \"true\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"reconApplication\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Camp_SS_Dispalyname, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:displayName, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"236\",\n            \"NEW_VALUE\": \"Camp_SS_Dispalyname\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"displayName\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Enable, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:status, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"237\",\n            \"NEW_VALUE\": \"Enable\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"status\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:instantprovision, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"238\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"instantprovision\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Fri Feb 17 07:23:16 UTC 2023, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:createDate, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"239\",\n            \"NEW_VALUE\": \"Fri Feb 17 07:23:16 UTC 2023\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"createDate\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:admin, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:createdBy, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"240\",\n            \"NEW_VALUE\": \"admin\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"createdBy\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:1, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:updatedBy, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"241\",\n            \"NEW_VALUE\": \"1\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"updatedBy\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Created Manually, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:createdFrom, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"242\",\n            \"NEW_VALUE\": \"Created Manually\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"createdFrom\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618596354, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Show, objectName:Camp_SS, objectAttributeName:null, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618596354, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/securitysystems\\\\/show, remoteAddress:27.7.131.65, objectType:SECURITY_SYSTEM\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security System Camp_SS viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"243\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"S-1676618596354\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/show/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618599835, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:19 UTC 2023, ipAddress:27.7.131.65, action:Show, objectName:Camp_SS, objectAttributeName:null, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618599835, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/securitysystems\\\\/showEndpoints, remoteAddress:27.7.131.65, _:1676618596449, objectType:SECURITY_SYSTEM\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"User admin requested to view  endpoint tab for SecuritySystem Camp_SS\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"244\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:20\",\n            \"EVENT_ID\": \"S-1676618599835\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/showEndpoints/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"245\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"246\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"247\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:1]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"248\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:36\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:getusername, id:2, _:1676618604961]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"249\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:50\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/workflowmanagement/getusername/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:getECMDateFormat, _:1676618604962]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"250\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/ecmConfig/getECMDateFormat\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, update:1, action:usernamecheck, id:1, username:admin]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"251\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/usernamecheck/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:, job_function:, action:userCustomValidate, isEndDBlanked:, id:1, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:2, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:admin, vendor:, street:, managername:systemadmin, costcenter:, email:, vendormanagername:  (systemadmin), secondarymanager:, controller:users, comments:, manager:2, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:, displayname:, orgunitid:, location:, entity:, username:admin]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"252\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:53\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/userCustomValidate/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:, job_function:, action:update, isEndDBlanked:, id:1, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:2, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:admin, vendor:, street:, managername:systemadmin, costcenter:, email:, vendormanagername:  (systemadmin), secondarymanager:, controller:users, comments:, manager:2, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:, displayname:, orgunitid:, location:, entity:, username:admin]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"253\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:53\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/update/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:, job_function:, action:update, isEndDBlanked:, id:1, state:, inlineruleevaluation:false, isStartDBlanked:, preferedFirstName:, lastname:, regex:, auditDetailsMap:[remoteHost:202.142.116.195, actionUri:/users/update, userLoginsKey:11, loggedInUser:admin, remoteAddress:202.142.116.195], enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:2, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:admin, vendor:, street:, managername:systemadmin, costcenter:, email:, vendormanagername:  (systemadmin), secondarymanager:, controller:users, comments:, manager:2, calledUserUpdateFromUI:true, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:, displayname:, orgunitid:, location:, entity:, username:admin]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"User : admin, updated by admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"254\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:53\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/update/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:1]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"255\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"256\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:EO_EP1, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:endpointname, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"257\",\n            \"NEW_VALUE\": \"EO_EP1\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"endpointname\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:2, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:securitysystemkey, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"258\",\n            \"NEW_VALUE\": \"2\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"securitysystemkey\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:createEntTaskforRemoveAcc, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"259\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"createEntTaskforRemoveAcc\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:allowRemoveAllRoleOnRequest, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"260\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"allowRemoveAllRoleOnRequest\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:EO_EP1_DN, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:displayName, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"261\",\n            \"NEW_VALUE\": \"EO_EP1_DN\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"displayName\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Enabled, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:status, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"262\",\n            \"NEW_VALUE\": \"Enabled\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"status\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:{\\\"DISABLEREMOVEACCOUNT\\\":\\\"False\\\",\\\"DISABLEMODIFYACCOUNT\\\":\\\"False\\\",\\\"DISABLENEWACCOUNT\\\":\\\"False\\\"}, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:disableaccountrequest, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"263\",\n            \"NEW_VALUE\": \"{\\\"DISABLEREMOVEACCOUNT\\\":\\\"False\\\",\\\"DISABLEMODIFYACCOUNT\\\":\\\"False\\\",\\\"DISABLENEWACCOUNT\\\":\\\"False\\\"}\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"disableaccountrequest\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:enableCopyAccess, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"264\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"enableCopyAccess\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Fri Feb 17 07:24:27 UTC 2023, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:createDate, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"265\",\n            \"NEW_VALUE\": \"Fri Feb 17 07:24:27 UTC 2023\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"createDate\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Fri Feb 17 07:24:27 UTC 2023, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:updateDate, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"266\",\n            \"NEW_VALUE\": \"Fri Feb 17 07:24:27 UTC 2023\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"updateDate\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:admin, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:createdBy, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"267\",\n            \"NEW_VALUE\": \"admin\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"createdBy\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Created Manually, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:createdFrom, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"268\",\n            \"NEW_VALUE\": \"Created Manually\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"createdFrom\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:{\\\"Copy Service Account Request Data\\\":true,\\\"DISABLE_SORTING\\\":false}, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:endpointConfig, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"269\",\n            \"NEW_VALUE\": \"{\\\"Copy Service Account Request Data\\\":true,\\\"DISABLE_SORTING\\\":false}\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"endpointConfig\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:<conf></conf>, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:connectionconfig, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"270\",\n            \"NEW_VALUE\": \"<conf></conf>\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"connectionconfig\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618667763, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Show, objectName:EO_EP1, objectAttributeName:null, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618667763, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/endpoints\\\\/show, savmodule:, remoteAddress:27.7.131.65, objectType:ENDPOINT\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"271\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:28\",\n            \"EVENT_ID\": \"S-1676618667763\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/show/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:create]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"272\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/create\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_types, action:create, id:2]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"273\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/create/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:Camp_Manager fname, controller:users, city:, phonenumber:, middlename:, startdate:Feb 17, 2023, lastname:Camp_Manager lname, enddate:, street:, action:usernamecheck, managername:, email:, username:Camp_Manager]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"274\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:40\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/usernamecheck\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:Camp_Manager fname, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Feb 17, 2023, street:, action:save, managername:, state:, costcenter:, email:, controller:users, comments:, manager:, middlename:, lastname:Camp_Manager lname, regex:, enddate:, statuskey:1, jobcode:, passwordExpired:*****, username:Camp_Manager, customer:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"275\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:Camp_Manager fname, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Fri Feb 17 00:00:00 UTC 2023, street:, action:save, managername:, state:, inlineruleevaluation:false, costcenter:, email:, controller:users, comments:, manager:, calledUserUpdateFromUI:true, middlename:, isApi:FALSE, lastname:Camp_Manager lname, regex:, enddate:, statuskey:1, jobcode:, isCreateUser:TRUE, passwordExpired:*****, termDate:, username:Camp_Manager, customer:]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User : Camp_Manager, created by :admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"276\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_types, endpointkey:2, action:checkEntitlementTypeName, entitlementname:EO_EP1_EntType, _:1676618675164]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"277\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/checkEntitlementTypeName\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:61]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"278\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/show/61\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:EO_EP1_EntType, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:entitlementname, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"279\",\n            \"NEW_VALUE\": \"EO_EP1_EntType\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"entitlementname\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:EO_EP1, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:endpointkey, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"280\",\n            \"NEW_VALUE\": \"EO_EP1\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"endpointkey\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:EO_EP1_EntType, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:displayName, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"281\",\n            \"NEW_VALUE\": \"EO_EP1_EntType\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"displayName\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:showonchild, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"282\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"showonchild\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:2, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:systemkey, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"283\",\n            \"NEW_VALUE\": \"2\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"systemkey\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:True, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:Certifiable, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"284\",\n            \"NEW_VALUE\": \"True\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"Certifiable\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Table, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:Request Form, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"285\",\n            \"NEW_VALUE\": \"Table\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"Request Form\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Not Required, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:Hierarchy Required, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"286\",\n            \"NEW_VALUE\": \"Not Required\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"Hierarchy Required\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:False, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:Required, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"287\",\n            \"NEW_VALUE\": \"False\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"Required\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:requiredinservicerequest, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"288\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"requiredinservicerequest\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:true, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:recon, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"289\",\n            \"NEW_VALUE\": \"true\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"recon\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:0, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:orderindex, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"290\",\n            \"NEW_VALUE\": \"0\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"orderindex\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:true, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:excludeRuleAssgnEntsInRequest, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"291\",\n            \"NEW_VALUE\": \"true\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"excludeRuleAssgnEntsInRequest\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618681445, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Show, objectName:EO_EP1_EntType, objectAttributeName:null, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618681445, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/entitlement_types\\\\/show, savmodule:, remoteAddress:27.7.131.65, objectType:ENTITLEMENT_TYPE\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"292\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"S-1676618681445\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"293\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"294\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747741]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"295\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:53\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618747742]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"296\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"297\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747743]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"298\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:04\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"299\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:07\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"300\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:07\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618707078]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"301\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618707079]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"302\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:09\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"303\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:09\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"14\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[entitlementJSON:[Data:[]], controller:restfulv5, riskSODEvaluationByUser:true, action:sodEvaluation, showSODForNewEntitlementsOnly:true]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"52.20.100.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"304\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:09\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"52.20.100.65\",\n            \"ACCESS_URL\": \"/api/v5/sodEvaluation\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"15\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmapi, action:workflowaccessreqStartMS]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"52.20.100.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"305\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"52.20.100.65\",\n            \"ACCESS_URL\": \"/api/jbpm/workflowaccessreqStartMS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"16\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[cc:, controller:restfulv5, bcc:, subject:Temporary Request ID: 1, action:sendEmail, from:, to:null, body:<div>Dear null null,</div><div><br></div><div>This is in regards to your request submission: 1 for EO_EP1_DN. Please find the details below:</div><div><br></div><div>Status: Approved</div><div>Request ID: 7</div><div></div><div></div><div><br></div><div>Regards,</div><div>Admin</div>]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"52.20.100.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"306\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"52.20.100.65\",\n            \"ACCESS_URL\": \"/api/v5/sendEmail\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, action:list]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"307\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747744]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"308\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, action:uploadEntitlementAssociationForm, _:1676618712764]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"309\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/uploadEntitlementAssociationForm\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747745]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"310\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:24\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747746]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"311\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:roles, query:, action:autocompletersecuritysystem, evaluatePermission:1, pagenum:1, _:1676618712765]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"312\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:40\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/autocompletersecuritysystem\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:roles, query:, action:autocompleterendPoint, pagenum:1, systemkey:2, _:1676618712766]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"313\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:42\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/autocompleterendPoint\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747747]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"314\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:44\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, firstrow:YES, delimeter:,, endpointKey:2, uploadfile:org.springframework.web.multipart.commons.CommonsMultipartFile@a96f370, createEntitlementValue:YES, action:entitlementAssociationUploadPreviewStep, systemKey:2, savmodule:]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"315\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlementAssociationUploadPreviewStep\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"316\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:46\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[entType1:1, controller:entitlement_values, delimeter:,, entType0:1, endpointKey:2, createEntitlementValue:YES, startjobnow:, firstrow:YES, totalcolumn:2, fieldemport1:entitlement2, action:uploadEntitlementAssociationFinalStep, fieldemport0:entitlement1, systemKey:2, col0:0=Entitlement1, col1:1=Entitlement2]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"317\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/uploadEntitlementAssociationFinalStep\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747748]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"318\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[entitlement2Created:12, controller:entitlement_values, entitlementMapping4Created:0, entitlement1Created:4, entitlement3Created:0, entitlementMapping3Created:0, entitlementMapping5Created:0, entitlement4Created:0, entitlement5Created:0, entitlementMapping2Created:12, action:entitlementAssociationUploadSummary]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"319\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:55\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlementAssociationUploadSummary\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"320\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:59\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"321\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:59\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618759084]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"322\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:00\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618759085]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"323\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:01\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"324\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:01\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747749]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"325\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:04\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:roles, action:list]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"326\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747750]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"327\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"328\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:generalConfig]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin cliked on Configurations\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"329\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfig\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:generalConfigNew]\",\n            \"TYPEOFACCESS\": \"New\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for New Configurations\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"330\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfigNew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:generalConfiguration, category:SoD, _:1676618776502]\",\n            \"TYPEOFACCESS\": \"uration\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for uration Configurations\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"331\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:18\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:globalConfigNewSearch, _:1676618776503]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"332\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:18\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/globalConfigNewSearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618777684, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:26:17 UTC 2023, ipAddress:27.7.131.65, action:Show, objectName:SoD, objectAttributeName:null, oldValue:null, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618777684, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/ecmConfig\\\\/generalConfiguration, category:SoD, remoteAddress:27.7.131.65, _:1676618776502, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"SoD\\\",\\\"message\\\":\\\"Configuration of category SoD viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"SoD\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"333\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:18\",\n            \"EVENT_ID\": \"S-1676618777684\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:userUploadForm, source:admin, sourceaction:userUpload, savmodule:, _:1676618829810]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"334\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/userUploadForm\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:generalConfiguration, category:Roles, _:1676618776505]\",\n            \"TYPEOFACCESS\": \"uration\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for uration Configurations\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"335\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618781379, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:26:21 UTC 2023, ipAddress:27.7.131.65, action:Show, objectName:Roles, objectAttributeName:null, oldValue:null, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618781379, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/ecmConfig\\\\/generalConfiguration, category:Roles, remoteAddress:27.7.131.65, _:1676618776505, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"Roles\\\",\\\"message\\\":\\\"Configuration of category Roles viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"Roles\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"336\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:21\",\n            \"EVENT_ID\": \"S-1676618781379\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:clearMsGlobalConfigCache, _:1676618776506]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"337\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/clearMsGlobalConfigCache\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:clearMsGlobalConfigCache, _:1676618776507]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"338\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/clearMsGlobalConfigCache\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:False, eventId:U-1676618783314, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:26:23 UTC 2023, ipAddress:27.7.131.65, action:Update, objectName:Role Export Format(First row as heading), objectAttributeName:configData, oldValue:, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"valuetemplate:ROLEEXFORMATH, actionType:Update, eventId:1676618783314, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/ecmConfig\\\\/updatetemplate, category:, remoteAddress:27.7.131.65, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"Role Export Format(First row as heading)\\\",\\\"message\\\":\\\"Configuration Role Export Format(First row as heading) updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"ROLEEXFORMATH\",\n            \"OLD_VALUE\": \"\",\n            \"USERLOGIN_ACCESSKEY\": \"339\",\n            \"NEW_VALUE\": \"False\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"configData\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:23\",\n            \"EVENT_ID\": \"U-1676618783314\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/updatetemplate/0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:clearMsGlobalConfigCache, _:1676618776508]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"340\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:24\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/clearMsGlobalConfigCache\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:True, eventId:U-1676618785702, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:26:25 UTC 2023, ipAddress:27.7.131.65, action:Update, objectName:Role modification auto approve, objectAttributeName:configData, oldValue:, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"valuetemplate:ROLEMODIFICATIONAUTOAPPROVAL, actionType:Update, eventId:1676618785702, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/ecmConfig\\\\/updatetemplate, remoteAddress:27.7.131.65, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"Role modification auto approve\\\",\\\"message\\\":\\\"Configuration Role modification auto approve updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"ROLEMODIFICATIONAUTOAPPROVAL\",\n            \"OLD_VALUE\": \"\",\n            \"USERLOGIN_ACCESSKEY\": \"341\",\n            \"NEW_VALUE\": \"True\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"configData\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:26\",\n            \"EVENT_ID\": \"U-1676618785702\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/updatetemplate/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:clearMsGlobalConfigCache, _:1676618776509]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"342\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:26\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/clearMsGlobalConfigCache\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:clearMsGlobalConfigCache, _:1676618776510]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"343\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:27\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/clearMsGlobalConfigCache\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, controller:users, delimeter:,, generateEmail:NO, zeroDayProvisioning:NO, checkrules:NO, source:admin, sourceaction:userUpload, isApi:FALSE, savmodule:, firstrow:YES, valideRule:NO, generateSystemUsername:NO, uploadfile:org.springframework.web.multipart.commons.CommonsMultipartFile@44322125, userReconcillationField:, isCreateUser:NA, action:uploadusersubmit, passwordExpired:*****]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"344\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploadusersubmit\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, controller:users, delimeter:,, generateEmail:NO, zeroDayProvisioning:NO, checkrules:NO, source:admin, sourceaction:userUpload, isApi:FALSE, savmodule:, firstrow:YES, newColum:0, valideRule:NO, generateSystemUsername:NO, uploadfile:org.springframework.web.multipart.commons.CommonsMultipartFile@44322125, userReconcillationField:, isCreateUser:NA, action:uploadusersubmit, passwordExpired:*****]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"345\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduser\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Camp, eventId:U-1676618790161, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:26:30 UTC 2023, ipAddress:27.7.131.65, action:Update, objectName:Roles Remove Workflow, objectAttributeName:configData, oldValue:, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"valuetemplate:ENTROLE_DEL_WORKFLOW, actionType:Update, eventId:1676618790161, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/ecmConfig\\\\/updatetemplate, remoteAddress:27.7.131.65, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"Roles Remove Workflow\\\",\\\"message\\\":\\\"Configuration Roles Remove Workflow updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"ENTROLE_DEL_WORKFLOW\",\n            \"OLD_VALUE\": \"\",\n            \"USERLOGIN_ACCESSKEY\": \"346\",\n            \"NEW_VALUE\": \"Camp\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"configData\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:30\",\n            \"EVENT_ID\": \"U-1676618790161\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/updatetemplate/Camp\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:clearMsGlobalConfigCache, _:1676618776511]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"347\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:30\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/clearMsGlobalConfigCache\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, zeroDayProvisioning:NO, checkrules:NO, formfield_9:*****, formfield_4:SECONDARYEMAIL, formfield_3:CUSTOMPROPERTY2, formfield_2:PREFEREDFIRSTNAME, formfield_1:LASTNAME, formfield_8:CITY, formfield_7:USERNAME, formfield_6:CUSTOMPROPERTY34, formfield_5:EMAIL, action:uploaduserfinalstep, formfield_0:FIRSTNAME, formfield_11:TITLE, formfield_10:JOBCODE, formfield_13:_, controller:users, formfield_12:JOB_FUNCTION, generateEmail:NO, formfield_15:MANAGER, formfield_14:_, savmodule:, generateSystemUsername:NO, totalcolumn:16, userReconcillationField:, passwordExpired:*****, customer:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"348\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduserfinalstep\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"16\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Upload, objectKey:Upload User - Copy (1).csv02-17-2023]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"Upload\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Upload, objectKey:Upload User - Copy (1).csv02-17-2023\\\",\\\"message\\\":\\\"User Upload File 'Upload User - Copy (1).csv02-17-2023' completed by admin\\\"}\",\n            \"OBJECTKEY\": \"Upload User - Copy (1).csv02-17-2023\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"349\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduserfinalstep\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[insertedrecords:0, controller:users, updatedrecords:1, action:summaryPreview, totalrecords:1, savmodule:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"350\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/summaryPreview\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Camp, eventId:U-1676618792126, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:26:32 UTC 2023, ipAddress:27.7.131.65, action:Update, objectName:Roles Add Workflow, objectAttributeName:configData, oldValue:, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"valuetemplate:ENTROLE_ADD_WORKFLOW, actionType:Update, eventId:1676618792126, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/ecmConfig\\\\/updatetemplate, remoteAddress:27.7.131.65, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"Roles Add Workflow\\\",\\\"message\\\":\\\"Configuration Roles Add Workflow updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"ENTROLE_ADD_WORKFLOW\",\n            \"OLD_VALUE\": \"\",\n            \"USERLOGIN_ACCESSKEY\": \"351\",\n            \"NEW_VALUE\": \"Camp\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"configData\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:32\",\n            \"EVENT_ID\": \"U-1676618792126\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/updatetemplate/Camp\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:clearMsGlobalConfigCache, _:1676618776512]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"352\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/clearMsGlobalConfigCache\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"353\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:37\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:roles, action:create, savmodule:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"354\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:37\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/create\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:roles, rolename:EO_dataset, action:existingNameCheck, _:1676618798378]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"355\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/existingNameCheck\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[customproperty4:, customproperty5:, customproperty2:, addParentGroupChk:-1, customproperty3:, customproperty1:, confidentiality:0, description:, objectKey:1, action:save, roletype:4, SYNCHRONIZER_TOKEN:b0dc67ae-4c8c-4dcd-a356-018a35e63536, syscritical:0, addChildGroupChk:1, controller:roles, level:, maxTimeFrameHrs:, endpointkey:, priviliged:0, SYNCHRONIZER_URI:/ECM/roles/create, savmodule:, manage:, role_name:EO_dataset, glossary:, actionType:Create, doNotShowButtons:1, addAccountChk:-1, displayname:, soxcritical:0, addOwnerChk:1, defaultTimeFrameHrs:, requestable:true, status:1, updateuser:1]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty4:, customproperty5:, customproperty2:, addParentGroupChk:-1, customproperty3:, customproperty1:, confidentiality:0, description:, roletype:4, SYNCHRONIZER_TOKEN:b0dc67ae-4c8c-4dcd-a356-018a35e63536, syscritical:0, addChildGroupChk:1, level:, maxTimeFrameHrs:, endpointkey:, priviliged:0, SYNCHRONIZER_URI:\\\\/ECM\\\\/roles\\\\/create, savmodule:, manage:, role_name:EO_dataset, glossary:, doNotShowButtons:1, addAccountChk:-1, displayname:, soxcritical:0, addOwnerChk:1, defaultTimeFrameHrs:, requestable:true, status:1, updateuser:1\\\",\\\"message\\\":\\\"Roles : EO_dataset, created by admin \\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"356\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:roles, objectKey:1, action:show, id:1, savmodule:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"savmodule:\\\",\\\"message\\\":\\\"User admin requested show for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"357\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roledetail, controller:roles, objectKey:1, action:roledetail, id:1, savmodule:, _:1676618817699]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roledetail\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"savmodule:, _:1676618817699\\\",\\\"message\\\":\\\"User admin requested roledetail for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"358\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:58\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roledetail/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roleTcodes, controller:roles, objectKey:1, action:roleTcodes, id:1, version:, savmodule:, _:1676618817701]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleTcodes\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"version:, savmodule:, _:1676618817701\\\",\\\"message\\\":\\\"User admin requested roleTcodes for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"359\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleTcodes/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, action:roletcodeentitlementslist, iColumns:7, id:1, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_6:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618817701, sSearch_3:, sSearch_2:, mDataProp_6:endpointname, sSearch_1:, controller:roles, mDataProp_5:systemname, sSearch_0:, bRegex:false, iDisplayStart:0, entitlementTypeKey:, actionType:roletcodeentitlementslist, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, mDataProp_4:entitlementtypekey, mDataProp_3:entitlement_glossary, sSearch_6:, mDataProp_2:description, sSearch_5:, mDataProp_1:entitlement_value, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roletcodeentitlementslist\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, iColumns:7, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_6:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618817701, sSearch_3:, sSearch_2:, mDataProp_6:endpointname, sSearch_1:, mDataProp_5:systemname, sSearch_0:, bRegex:false, iDisplayStart:0, entitlementTypeKey:, actionType:roleTcodes, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, mDataProp_4:entitlementtypekey, mDataProp_3:entitlement_glossary, sSearch_6:, mDataProp_2:description, sSearch_5:, mDataProp_1:entitlement_value, sSearch_4:\\\",\\\"message\\\":\\\"User admin requested roletcodeentitlementslist for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"360\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roletcodeentitlementslist/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:setentkeyinsessionset, controller:roles, objectKey:1, action:setentkeyinsessionset, id:1, _:1676618817702]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"setentkeyinsessionset\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"_:1676618817702\\\",\\\"message\\\":\\\"User admin requested setentkeyinsessionset for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"361\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:18\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/setentkeyinsessionset/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:setentkeyinsessionset, controller:roles, objectKey:null, action:setentkeyinsessionset, id:4, _:1676618817703]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"setentkeyinsessionset\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"_:1676618817703\\\",\\\"message\\\":\\\"User admin requested setentkeyinsessionset for role null\\\"}\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"362\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:20\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/setentkeyinsessionset/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:setentkeyinsessionset, controller:roles, objectKey:null, action:setentkeyinsessionset, id:7, _:1676618817704]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"setentkeyinsessionset\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"_:1676618817704\\\",\\\"message\\\":\\\"User admin requested setentkeyinsessionset for role null\\\"}\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"363\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/setentkeyinsessionset/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:setentkeyinsessionset, controller:roles, objectKey:null, action:setentkeyinsessionset, id:10, _:1676618817705]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"setentkeyinsessionset\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"_:1676618817705\\\",\\\"message\\\":\\\"User admin requested setentkeyinsessionset for role null\\\"}\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"364\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:26\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/setentkeyinsessionset/10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:roles, atype:ent, action:checkIfanyChecked, _:1676618817706]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"365\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:27\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/checkIfanyChecked\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:roles, rolekey:1, action:addTcodeToRole]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"366\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:27\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/addTcodeToRole\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:roles, tab:tcode, objectKey:1, action:show, id:1]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"tab:tcode\\\",\\\"message\\\":\\\"User admin requested show for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"367\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roledetail, controller:roles, objectKey:1, action:roledetail, id:1, savmodule:, _:1676618847609]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roledetail\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"savmodule:, _:1676618847609\\\",\\\"message\\\":\\\"User admin requested roledetail for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"368\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roledetail/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roleTcodes, controller:roles, objectKey:1, action:roleTcodes, id:1, version:, savmodule:, _:1676618847611]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleTcodes\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"version:, savmodule:, _:1676618847611\\\",\\\"message\\\":\\\"User admin requested roleTcodes for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"369\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:30\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleTcodes/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, action:roletcodeentitlementslist, iColumns:7, id:1, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_6:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618847611, sSearch_3:, sSearch_2:, mDataProp_6:endpointname, sSearch_1:, controller:roles, mDataProp_5:systemname, sSearch_0:, bRegex:false, iDisplayStart:0, entitlementTypeKey:, actionType:roletcodeentitlementslist, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, mDataProp_4:entitlementtypekey, mDataProp_3:entitlement_glossary, sSearch_6:, mDataProp_2:description, sSearch_5:, mDataProp_1:entitlement_value, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roletcodeentitlementslist\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, iColumns:7, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_6:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618847611, sSearch_3:, sSearch_2:, mDataProp_6:endpointname, sSearch_1:, mDataProp_5:systemname, sSearch_0:, bRegex:false, iDisplayStart:0, entitlementTypeKey:, actionType:roleTcodes, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, mDataProp_4:entitlementtypekey, mDataProp_3:entitlement_glossary, sSearch_6:, mDataProp_2:description, sSearch_5:, mDataProp_1:entitlement_value, sSearch_4:\\\",\\\"message\\\":\\\"User admin requested roletcodeentitlementslist for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"370\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:30\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roletcodeentitlementslist/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roleUsers, controller:roles, objectKey:1, action:roleUsers, id:1, version:, savmodule:, _:1676618847612]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleUsers\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"version:, savmodule:, _:1676618847612\\\",\\\"message\\\":\\\"User admin requested roleUsers for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"371\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleUsers/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, bSortable_9:true, bSortable_7:true, bSortable_8:true, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, action:roleuserslist, iColumns:10, id:1, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_9:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_9:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618847612, mDataProp_8:STARTDATE, sSearch_3:, mDataProp_7:JOBCODE, sSearch_2:, mDataProp_6:MANAGER, sSearch_1:, controller:roles, mDataProp_5:EMAIL, sSearch_0:, mDataProp_9:ENDDATE, bRegex:false, roleusers:1, iDisplayStart:0, actionType:roleuserslist, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, sSearch_9:, sSearch_8:, mDataProp_4:CITY, sSearch_7:, mDataProp_3:LASTNAME, sSearch_6:, mDataProp_2:FIRSTNAME, sSearch_5:, mDataProp_1:USERNAME, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleuserslist\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, bSortable_9:true, bSortable_7:true, bSortable_8:true, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, iColumns:10, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_9:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_9:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618847612, mDataProp_8:STARTDATE, sSearch_3:, mDataProp_7:JOBCODE, sSearch_2:, mDataProp_6:MANAGER, sSearch_1:, mDataProp_5:EMAIL, sSearch_0:, mDataProp_9:ENDDATE, bRegex:false, roleusers:1, iDisplayStart:0, actionType:roleUsers, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, sSearch_9:, sSearch_8:, mDataProp_4:CITY, sSearch_7:, mDataProp_3:LASTNAME, sSearch_6:, mDataProp_2:FIRSTNAME, sSearch_5:, mDataProp_1:USERNAME, sSearch_4:\\\",\\\"message\\\":\\\"User admin requested roleuserslist for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"372\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:33\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleuserslist/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:10, _:1676618847613]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"373\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:42\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:11, _:1676618847614]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"374\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:43\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:12, _:1676618847615]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"375\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:44\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:13, _:1676618847616]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"376\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:44\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/13\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:userUploadForm, source:admin, sourceaction:userUpload, savmodule:, _:1676618853103]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"377\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/userUploadForm\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:14, _:1676618847617]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"378\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/14\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:15, _:1676618847618]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"379\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/15\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:16, _:1676618847619]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"380\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/16\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:17, _:1676618847620]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"381\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:53\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/17\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:18, _:1676618847621]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"382\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/18\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:19, _:1676618847622]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"383\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:55\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/19\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, controller:users, delimeter:,, generateEmail:NO, zeroDayProvisioning:NO, checkrules:NO, source:admin, sourceaction:userUpload, isApi:FALSE, savmodule:, firstrow:YES, valideRule:NO, generateSystemUsername:NO, uploadfile:org.springframework.web.multipart.commons.CommonsMultipartFile@266c4023, userReconcillationField:, isCreateUser:NA, action:uploadusersubmit, passwordExpired:*****]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"384\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:56\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploadusersubmit\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, controller:users, delimeter:,, generateEmail:NO, zeroDayProvisioning:NO, checkrules:NO, source:admin, sourceaction:userUpload, isApi:FALSE, savmodule:, firstrow:YES, newColum:0, valideRule:NO, generateSystemUsername:NO, uploadfile:org.springframework.web.multipart.commons.CommonsMultipartFile@266c4023, userReconcillationField:, isCreateUser:NA, action:uploadusersubmit, passwordExpired:*****]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"385\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:56\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduser\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, zeroDayProvisioning:NO, checkrules:NO, formfield_9:*****, formfield_4:SECONDARYEMAIL, formfield_3:CUSTOMPROPERTY2, formfield_2:PREFEREDFIRSTNAME, formfield_1:LASTNAME, formfield_8:CITY, formfield_7:USERNAME, formfield_6:CUSTOMPROPERTY34, formfield_5:EMAIL, action:uploaduserfinalstep, formfield_0:FIRSTNAME, formfield_11:TITLE, formfield_10:JOBCODE, formfield_13:_, controller:users, formfield_12:JOB_FUNCTION, generateEmail:NO, formfield_15:MANAGER, formfield_14:_, savmodule:, generateSystemUsername:NO, totalcolumn:16, userReconcillationField:, passwordExpired:*****, customer:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"386\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:01\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduserfinalstep\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"16\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Upload, objectKey:Upload User - Copy (2).csv02-17-2023]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"Upload\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Upload, objectKey:Upload User - Copy (2).csv02-17-2023\\\",\\\"message\\\":\\\"User Upload File 'Upload User - Copy (2).csv02-17-2023' completed by admin\\\"}\",\n            \"OBJECTKEY\": \"Upload User - Copy (2).csv02-17-2023\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"387\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:02\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduserfinalstep\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:roles, atype:roleUser, action:checkIfanyRoleUserChecked, _:1676618847623]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"388\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:02\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/checkIfanyRoleUserChecked\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[insertedrecords:0, controller:users, updatedrecords:51, action:summaryPreview, totalrecords:51, savmodule:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"389\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:03\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/summaryPreview\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[date:Fri, 17 Feb 2023 07:28:02 GMT, addusertorole:'addusertorole', controller:roles, rolekey:1, action:saveuserstorole, savmodule:, manage:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"390\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:03\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/saveuserstorole\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"391\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:07\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:roles, tab:user, objectKey:1, action:show, id:1, savmodule:, manage:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"tab:user, savmodule:, manage:\\\",\\\"message\\\":\\\"User admin requested show for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"392\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:09\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roleUsers, controller:roles, objectKey:1, action:roleUsers, id:1, version:, savmodule:, _:1676618888870]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleUsers\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"version:, savmodule:, _:1676618888870\\\",\\\"message\\\":\\\"User admin requested roleUsers for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"393\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleUsers/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, bSortable_9:true, bSortable_7:true, bSortable_8:true, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, action:roleuserslist, iColumns:10, id:1, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_9:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_9:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618888870, mDataProp_8:STARTDATE, sSearch_3:, mDataProp_7:JOBCODE, sSearch_2:, mDataProp_6:MANAGER, sSearch_1:, controller:roles, mDataProp_5:EMAIL, sSearch_0:, mDataProp_9:ENDDATE, bRegex:false, roleusers:1, iDisplayStart:0, actionType:roleuserslist, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, sSearch_9:, sSearch_8:, mDataProp_4:CITY, sSearch_7:, mDataProp_3:LASTNAME, sSearch_6:, mDataProp_2:FIRSTNAME, sSearch_5:, mDataProp_1:USERNAME, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleuserslist\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, bSortable_9:true, bSortable_7:true, bSortable_8:true, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, iColumns:10, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_9:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_9:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618888870, mDataProp_8:STARTDATE, sSearch_3:, mDataProp_7:JOBCODE, sSearch_2:, mDataProp_6:MANAGER, sSearch_1:, mDataProp_5:EMAIL, sSearch_0:, mDataProp_9:ENDDATE, bRegex:false, roleusers:1, iDisplayStart:0, actionType:roleUsers, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, sSearch_9:, sSearch_8:, mDataProp_4:CITY, sSearch_7:, mDataProp_3:LASTNAME, sSearch_6:, mDataProp_2:FIRSTNAME, sSearch_5:, mDataProp_1:USERNAME, sSearch_4:\\\",\\\"message\\\":\\\"User admin requested roleuserslist for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"394\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleuserslist/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"395\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"396\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618895944]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"397\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618895945]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"398\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"399\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618895946]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"400\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:27\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"401\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"402\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:38\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/pendingtasklist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"403\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:38\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/taskssearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"404\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:38\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/taskendpointssearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"405\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:38\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/tasksecuritysystemsearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"406\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:38\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/taskentsearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"407\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:38\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/taskuserssearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"408\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:46\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:, alltask:1, description:, type:complete, undefined:*****, entitlement_glossary:, requestedby:, endpoint:, systemUserName:, localTimeZone:, action:completeAllTasksConfirmationModal, entitlement_value:, TaskCreationDateEnd:, taskid:, _:1676618917988, taskowneruser:, TaskCreationDateStart:, controller:jbpmworkflowmanagement, securitysystem:, endpointdescription:, parenttaskid:, lastname:, taskownerusergroup:, sSearch:, port:, requestid:, account:, updateuser:, username:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"409\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:46\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/completeAllTasksConfirmationModal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"410\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:46\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618981674]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"411\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:46\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618981675]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"412\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"413\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:, alltask:1, description:, type:complete, undefined:*****, entitlement_glossary:, requestedby:, endpoint:, systemUserName:, localTimeZone:, action:completeAllTasksConfirmationModal, entitlement_value:, TaskCreationDateEnd:, taskid:, _:1676618917989, taskowneruser:, TaskCreationDateStart:, controller:jbpmworkflowmanagement, securitysystem:, endpointdescription:, parenttaskid:, lastname:, taskownerusergroup:, sSearch:, port:, requestid:, account:, updateuser:, username:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"414\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:50\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/completeAllTasksConfirmationModal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:, alltask:1, description:, type:complete, undefined:*****, entitlement_glossary:, requestedby:, endpoint:, systemUserName:, localTimeZone:, action:completeAllTasks, entitlement_value:, TaskCreationDateEnd:, taskid:, _:1676618917990, taskowneruser:, TaskCreationDateStart:, controller:jbpmworkflowmanagement, comments:undefined, securitysystem:, endpointdescription:, parenttaskid:, lastname:, taskownerusergroup:, sSearch:, port:, requestid:, account:, updateuser:, username:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"415\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:51\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/completeAllTasks\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"416\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/pendingtasklist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618981676]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"417\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"418\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/taskssearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"419\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/taskendpointssearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"420\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/tasksecuritysystemsearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"421\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/taskentsearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"422\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/taskuserssearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roleTcodes, controller:roles, objectKey:1, action:roleTcodes, id:1, version:, savmodule:, _:1676618888872]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleTcodes\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"version:, savmodule:, _:1676618888872\\\",\\\"message\\\":\\\"User admin requested roleTcodes for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"423\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:11\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleTcodes/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, action:roletcodeentitlementslist, iColumns:7, id:1, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_6:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618888872, sSearch_3:, sSearch_2:, mDataProp_6:endpointname, sSearch_1:, controller:roles, mDataProp_5:systemname, sSearch_0:, bRegex:false, iDisplayStart:0, entitlementTypeKey:, actionType:roletcodeentitlementslist, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, mDataProp_4:entitlementtypekey, mDataProp_3:entitlement_glossary, sSearch_6:, mDataProp_2:description, sSearch_5:, mDataProp_1:entitlement_value, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roletcodeentitlementslist\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, iColumns:7, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_6:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618888872, sSearch_3:, sSearch_2:, mDataProp_6:endpointname, sSearch_1:, mDataProp_5:systemname, sSearch_0:, bRegex:false, iDisplayStart:0, entitlementTypeKey:, actionType:roleTcodes, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, mDataProp_4:entitlementtypekey, mDataProp_3:entitlement_glossary, sSearch_6:, mDataProp_2:description, sSearch_5:, mDataProp_1:entitlement_value, sSearch_4:\\\",\\\"message\\\":\\\"User admin requested roletcodeentitlementslist for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"424\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:11\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roletcodeentitlementslist/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roleUsers, controller:roles, objectKey:1, action:roleUsers, id:1, version:, savmodule:, _:1676618888873]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleUsers\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"version:, savmodule:, _:1676618888873\\\",\\\"message\\\":\\\"User admin requested roleUsers for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"425\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:11\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleUsers/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, bSortable_9:true, bSortable_7:true, bSortable_8:true, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, action:roleuserslist, iColumns:10, id:1, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_9:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_9:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618888873, mDataProp_8:STARTDATE, sSearch_3:, mDataProp_7:JOBCODE, sSearch_2:, mDataProp_6:MANAGER, sSearch_1:, controller:roles, mDataProp_5:EMAIL, sSearch_0:, mDataProp_9:ENDDATE, bRegex:false, roleusers:1, iDisplayStart:0, actionType:roleuserslist, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, sSearch_9:, sSearch_8:, mDataProp_4:CITY, sSearch_7:, mDataProp_3:LASTNAME, sSearch_6:, mDataProp_2:FIRSTNAME, sSearch_5:, mDataProp_1:USERNAME, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleuserslist\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, bSortable_9:true, bSortable_7:true, bSortable_8:true, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, iColumns:10, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_9:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_9:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618888873, mDataProp_8:STARTDATE, sSearch_3:, mDataProp_7:JOBCODE, sSearch_2:, mDataProp_6:MANAGER, sSearch_1:, mDataProp_5:EMAIL, sSearch_0:, mDataProp_9:ENDDATE, bRegex:false, roleusers:1, iDisplayStart:0, actionType:roleUsers, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, sSearch_9:, sSearch_8:, mDataProp_4:CITY, sSearch_7:, mDataProp_3:LASTNAME, sSearch_6:, mDataProp_2:FIRSTNAME, sSearch_5:, mDataProp_1:USERNAME, sSearch_4:\\\",\\\"message\\\":\\\"User admin requested roleuserslist for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"426\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleuserslist/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roleTcodes, controller:roles, objectKey:1, action:roleTcodes, id:1, version:, savmodule:, _:1676618888874]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleTcodes\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"version:, savmodule:, _:1676618888874\\\",\\\"message\\\":\\\"User admin requested roleTcodes for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"427\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleTcodes/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, action:roletcodeentitlementslist, iColumns:7, id:1, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_6:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618888874, sSearch_3:, sSearch_2:, mDataProp_6:endpointname, sSearch_1:, controller:roles, mDataProp_5:systemname, sSearch_0:, bRegex:false, iDisplayStart:0, entitlementTypeKey:, actionType:roletcodeentitlementslist, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, mDataProp_4:entitlementtypekey, mDataProp_3:entitlement_glossary, sSearch_6:, mDataProp_2:description, sSearch_5:, mDataProp_1:entitlement_value, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roletcodeentitlementslist\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, iColumns:7, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_6:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618888874, sSearch_3:, sSearch_2:, mDataProp_6:endpointname, sSearch_1:, mDataProp_5:systemname, sSearch_0:, bRegex:false, iDisplayStart:0, entitlementTypeKey:, actionType:roleTcodes, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, mDataProp_4:entitlementtypekey, mDataProp_3:entitlement_glossary, sSearch_6:, mDataProp_2:description, sSearch_5:, mDataProp_1:entitlement_value, sSearch_4:\\\",\\\"message\\\":\\\"User admin requested roletcodeentitlementslist for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"428\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roletcodeentitlementslist/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:entitlement_values, objectKey:1, action:show, id:1]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"Data cannot be shown\\\",\\\"objectName\\\":\\\"EO_EP1_ParentEnt1\\\",\\\"message\\\":\\\"User admin requested show for Entitlement EO_EP1_ParentEnt1\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"429\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, sEcho:1, bRegex_0:false, sColumns:, bRegex_1:false, bSortable_1:true, bSortable_0:true, objectKey:1, action:entitlement_class, iColumns:2, id:1, sSearch_1:, controller:entitlement_values, sSearch_0:, iSortingCols:1, bRegex:false, iDisplayLength:15, iDisplayStart:0, sSearch:, actionType:entitlement_class, bSearchable_1:true, sSortDir_0:asc, jsontype:datatable, bSearchable_0:true, mDataProp_0:accessclass, mDataProp_1:description]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"entitlement_class\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, sEcho:1, bRegex_0:false, sColumns:, bRegex_1:false, bSortable_1:true, bSortable_0:true, objectKey:1, iColumns:2, sSearch_1:, sSearch_0:, iSortingCols:1, bRegex:false, iDisplayLength:15, iDisplayStart:0, sSearch:, actionType:Show, bSearchable_1:true, sSortDir_0:asc, jsontype:datatable, bSearchable_0:true, mDataProp_0:accessclass, mDataProp_1:description\\\",\\\"message\\\":\\\"User admin requested entitlement_class for entitlement_values EO_EP1_ParentEnt1\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"430\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlement_class/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, entitlement_glossary:, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, bSortable_0:false, objectKey:1, action:entvalforsystemendpointj, roletype:, iColumns:5, id:1, entitlement_value:, endpoint1:, iSortingCols:1, iDisplayLength:5, priviliged:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, soxcritical:, bSearchable_4:true, bSearchable_3:true, securitysystems1:, customproperty2:, customproperty3:, customproperty1:, confidentiality:, description:, sEcho:1, undefined:*****, bRegex_0:false, bRegex_1:false, bRegex_4:false, bRegex_2:false, bRegex_3:false, statuse:, sSearch_3:, owner:, syscritical:, sSearch_2:, sSearch_1:, controller:workflowmanagement, sSearch_0:, bRegex:false, iDisplayStart:0, actionType:Show, sSortDir_0:asc, jsontype:datatable, entitlementtypekey:, mDataProp_0:FK, risk:, mDataProp_4:endpointname, mDataProp_3:systemname, mDataProp_2:description, mDataProp_1:role_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"431\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/entvalforsystemendpointj/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:entitlement_values, objectKey:1, action:entitlement_ownerslist, id:1, savmodule:, _:1676618956756]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"Data cannot be shown\\\",\\\"objectName\\\":\\\"EO_EP1_ParentEnt1\\\",\\\"message\\\":\\\"User admin requested to view entitlement owner list for Entitlement EO_EP1_ParentEnt1\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"432\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlement_ownerslist/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, action:addowner, entValId:1, _:1676618956757]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"433\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/addowner\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:20, _:1676618956758]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"434\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/20\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Update, controller:entitlement_values, objectKey:1, action:addownerinentitlment, id:1, userkey:20,, _:1676618956760]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"userkey:20,, _:1676618956760\\\",\\\"message\\\":\\\"Entitlement_value EO_EP1_ParentEnt1 updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"435\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:30\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/addownerinentitlment/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, attrId:rank_20_1_1, newrank:26, action:checkIfThereAreNoPrimaryCertifier, _:1676618956761]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"436\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/checkIfThereAreNoPrimaryCertifier\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[entvalkey:1, actionType:Update, controller:entitlement_values, oldrank:1, objectKey:1, rank:26, action:setrank, userkey:20, _:1676618956762]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"entvalkey:1, oldrank:1, rank:26, userkey:20, _:1676618956762\\\",\\\"message\\\":\\\"Entitlement_value EO_EP1_ParentEnt1 updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"437\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/setrank\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:entitlement_values, objectKey:4, action:show, id:4]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"Data cannot be shown\\\",\\\"objectName\\\":\\\"EO_EP1_ParentEnt2\\\",\\\"message\\\":\\\"User admin requested show for Entitlement EO_EP1_ParentEnt2\\\"}\",\n            \"OBJECTKEY\": \"4\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"438\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:38\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/show/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[customproperty10:, customproperty12:, customproperty11:, customproperty18:, customproperty17:, customproperty19:, customproperty14:, customproperty13:, customproperty16:, customproperty15:, sColumns:, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:listjsongroup, iColumns:3, id:null, iSortingCols:1, sSearch:, status:, customproperty4:, customproperty5:, customproperty2:, customproperty3:, customproperty1:, sEcho:1, bp:, bRegex_0:false, bRegex_1:false, customproperty8:, customproperty9:, bRegex_2:false, customproperty6:, customproperty7:, sSearch_2:, sSearch_1:, controller:campaignEoAndRo, sSearch_0:, customproperty60:, campaignAccessableUrlSet:[/certification/discontinue, /campaignOrganization/**, /campaign/create, /campaignAOMetaData/**, /campaignTemplate/**, /stepone/export, /firststep/actions, /campaignTemplate/schedulecampaign, /secondstep/actions, /campaignTemplate/campaignTemplate_History, /campaign/reconfigure, /campaign/discontinue, /certificationlist/export, /campaign/viewAllCampCertAccess, /certification/export, /campaignlist/export, /campaign/summary, /secondstep/export, /certification/**, /campaignTemplate/campaignTemplateList, /campaignEoAndRo/**, /campaignTemplate/deleteTemplate], allowReadOnlyAuditorAccess:false, jsontype:datatable, displayname:, customproperty54:, customproperty53:, customproperty56:, customproperty55:, iSortCol_0:0, customproperty50:, customproperty52:, customproperty51:, customproperty58:, customproperty57:, customproperty59:, mininginstance:, customproperty43:, customproperty42:, customproperty45:, customproperty44:, customproperty41:, customproperty40:, iDisplayLength:15, customproperty47:, customproperty46:, users:admin, customproperty49:, customproperty48:, role_name:, glossary:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, customproperty32:, customproperty31:, customproperty34:, customproperty33:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty35:, customproperty38:, customproperty37:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, bRegex:false, customproperty29:, customproperty28:, customproperty25:, customproperty24:, customproperty27:, iDisplayStart:0, customproperty26:, sSortDir_0:asc, mDataProp_0:chk, mDataProp_2:description, mDataProp_1:role_name]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"439\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:39\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/campaignEoAndRo/listjsongroup/null\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, sEcho:1, bRegex_0:false, sColumns:, bRegex_1:false, bSortable_1:true, bSortable_0:true, objectKey:4, action:entitlement_class, iColumns:2, id:4, sSearch_1:, controller:entitlement_values, sSearch_0:, iSortingCols:1, bRegex:false, iDisplayLength:15, iDisplayStart:0, sSearch:, actionType:entitlement_class, bSearchable_1:true, sSortDir_0:asc, jsontype:datatable, bSearchable_0:true, mDataProp_0:accessclass, mDataProp_1:description]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"entitlement_class\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, sEcho:1, bRegex_0:false, sColumns:, bRegex_1:false, bSortable_1:true, bSortable_0:true, objectKey:4, iColumns:2, sSearch_1:, sSearch_0:, iSortingCols:1, bRegex:false, iDisplayLength:15, iDisplayStart:0, sSearch:, actionType:Show, bSearchable_1:true, sSortDir_0:asc, jsontype:datatable, bSearchable_0:true, mDataProp_0:accessclass, mDataProp_1:description\\\",\\\"message\\\":\\\"User admin requested entitlement_class for entitlement_values EO_EP1_ParentEnt2\\\"}\",\n            \"OBJECTKEY\": \"4\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"440\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:40\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlement_class/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, entitlement_glossary:, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, bSortable_0:false, objectKey:4, action:entvalforsystemendpointj, roletype:, iColumns:5, id:4, entitlement_value:, endpoint1:, iSortingCols:1, iDisplayLength:5, priviliged:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, soxcritical:, bSearchable_4:true, bSearchable_3:true, securitysystems1:, customproperty2:, customproperty3:, customproperty1:, confidentiality:, description:, sEcho:1, undefined:*****, bRegex_0:false, bRegex_1:false, bRegex_4:false, bRegex_2:false, bRegex_3:false, statuse:, sSearch_3:, owner:, syscritical:, sSearch_2:, sSearch_1:, controller:workflowmanagement, sSearch_0:, bRegex:false, iDisplayStart:0, actionType:Show, sSortDir_0:asc, jsontype:datatable, entitlementtypekey:, mDataProp_0:FK, risk:, mDataProp_4:endpointname, mDataProp_3:systemname, mDataProp_2:description, mDataProp_1:role_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"4\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"441\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:40\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/entvalforsystemendpointj/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:entitlement_values, objectKey:4, action:entitlement_ownerslist, id:4, savmodule:, _:1676618978257]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"Data cannot be shown\\\",\\\"objectName\\\":\\\"EO_EP1_ParentEnt2\\\",\\\"message\\\":\\\"User admin requested to view entitlement owner list for Entitlement EO_EP1_ParentEnt2\\\"}\",\n            \"OBJECTKEY\": \"4\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"442\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:41\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlement_ownerslist/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, action:addowner, entValId:4, _:1676618978258]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"443\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:42\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/addowner\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:21, _:1676618978259]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"444\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/21\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Update, controller:entitlement_values, objectKey:4, action:addownerinentitlment, id:4, userkey:21,, _:1676618978261]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"userkey:21,, _:1676618978261\\\",\\\"message\\\":\\\"Entitlement_value EO_EP1_ParentEnt2 updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"4\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"445\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:49\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/addownerinentitlment/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, callFrom:createcampaign, action:generalConfiguration, category:Campaign Config Entitlement Owner, _:1676619032674]\",\n            \"TYPEOFACCESS\": \"uration\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for uration Configurations\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"446\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, attrId:rank_21_4_1, newrank:26, action:checkIfThereAreNoPrimaryCertifier, _:1676618978262]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"447\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/checkIfThereAreNoPrimaryCertifier\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618993574, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:29:53 UTC 2023, ipAddress:49.207.209.154, action:Show, objectName:Campaign Config Entitlement Owner, objectAttributeName:null, oldValue:null, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618993574, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 6, remoteHost:49.207.209.154, callFrom:createcampaign, actionUri:\\\\/ecmConfig\\\\/generalConfiguration, category:Campaign Config Entitlement Owner, remoteAddress:49.207.209.154, _:1676619032674, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"Campaign Config Entitlement Owner\\\",\\\"message\\\":\\\"Configuration of category Campaign Config Entitlement Owner viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"Campaign Config Entitlement Owner\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"448\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:54\",\n            \"EVENT_ID\": \"S-1676618993574\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[entvalkey:4, actionType:Update, controller:entitlement_values, oldrank:1, objectKey:4, rank:26, action:setrank, userkey:21, _:1676618978263]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"entvalkey:4, oldrank:1, rank:26, userkey:21, _:1676618978263\\\",\\\"message\\\":\\\"Entitlement_value EO_EP1_ParentEnt2 updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"4\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"449\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/setrank\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:entitlement_values, objectKey:7, action:show, id:7]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"Data cannot be shown\\\",\\\"objectName\\\":\\\"EO_EP1_ParentEnt3\\\",\\\"message\\\":\\\"User admin requested show for Entitlement EO_EP1_ParentEnt3\\\"}\",\n            \"OBJECTKEY\": \"7\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"450\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:56\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/show/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:entitlement_values, objectKey:10, action:show, id:10]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"Data cannot be shown\\\",\\\"objectName\\\":\\\"EO_EP1_ParentEnt4\\\",\\\"message\\\":\\\"User admin requested show for Entitlement EO_EP1_ParentEnt4\\\"}\",\n            \"OBJECTKEY\": \"10\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"451\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:58\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/show/10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, sEcho:1, bRegex_0:false, sColumns:, bRegex_1:false, bSortable_1:true, bSortable_0:true, objectKey:7, action:entitlement_class, iColumns:2, id:7, sSearch_1:, controller:entitlement_values, sSearch_0:, iSortingCols:1, bRegex:false, iDisplayLength:15, iDisplayStart:0, sSearch:, actionType:entitlement_class, bSearchable_1:true, sSortDir_0:asc, jsontype:datatable, bSearchable_0:true, mDataProp_0:accessclass, mDataProp_1:description]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"entitlement_class\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, sEcho:1, bRegex_0:false, sColumns:, bRegex_1:false, bSortable_1:true, bSortable_0:true, objectKey:7, iColumns:2, sSearch_1:, sSearch_0:, iSortingCols:1, bRegex:false, iDisplayLength:15, iDisplayStart:0, sSearch:, actionType:Show, bSearchable_1:true, sSortDir_0:asc, jsontype:datatable, bSearchable_0:true, mDataProp_0:accessclass, mDataProp_1:description\\\",\\\"message\\\":\\\"User admin requested entitlement_class for entitlement_values EO_EP1_ParentEnt3\\\"}\",\n            \"OBJECTKEY\": \"7\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"452\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:58\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlement_class/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, entitlement_glossary:, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, bSortable_0:false, objectKey:7, action:entvalforsystemendpointj, roletype:, iColumns:5, id:7, entitlement_value:, endpoint1:, iSortingCols:1, iDisplayLength:5, priviliged:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, soxcritical:, bSearchable_4:true, bSearchable_3:true, securitysystems1:, customproperty2:, customproperty3:, customproperty1:, confidentiality:, description:, sEcho:1, undefined:*****, bRegex_0:false, bRegex_1:false, bRegex_4:false, bRegex_2:false, bRegex_3:false, statuse:, sSearch_3:, owner:, syscritical:, sSearch_2:, sSearch_1:, controller:workflowmanagement, sSearch_0:, bRegex:false, iDisplayStart:0, actionType:Show, sSortDir_0:asc, jsontype:datatable, entitlementtypekey:, mDataProp_0:FK, risk:, mDataProp_4:endpointname, mDataProp_3:systemname, mDataProp_2:description, mDataProp_1:role_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"7\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"453\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:58\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/entvalforsystemendpointj/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, sEcho:1, bRegex_0:false, sColumns:, bRegex_1:false, bSortable_1:true, bSortable_0:true, objectKey:10, action:entitlement_class, iColumns:2, id:10, sSearch_1:, controller:entitlement_values, sSearch_0:, iSortingCols:1, bRegex:false, iDisplayLength:15, iDisplayStart:0, sSearch:, actionType:entitlement_class, bSearchable_1:true, sSortDir_0:asc, jsontype:datatable, bSearchable_0:true, mDataProp_0:accessclass, mDataProp_1:description]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"entitlement_class\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, sEcho:1, bRegex_0:false, sColumns:, bRegex_1:false, bSortable_1:true, bSortable_0:true, objectKey:10, iColumns:2, sSearch_1:, sSearch_0:, iSortingCols:1, bRegex:false, iDisplayLength:15, iDisplayStart:0, sSearch:, actionType:Show, bSearchable_1:true, sSortDir_0:asc, jsontype:datatable, bSearchable_0:true, mDataProp_0:accessclass, mDataProp_1:description\\\",\\\"message\\\":\\\"User admin requested entitlement_class for entitlement_values EO_EP1_ParentEnt4\\\"}\",\n            \"OBJECTKEY\": \"10\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"454\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:00\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlement_class/10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, entitlement_glossary:, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, bSortable_0:false, objectKey:10, action:entvalforsystemendpointj, roletype:, iColumns:5, id:10, entitlement_value:, endpoint1:, iSortingCols:1, iDisplayLength:5, priviliged:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, soxcritical:, bSearchable_4:true, bSearchable_3:true, securitysystems1:, customproperty2:, customproperty3:, customproperty1:, confidentiality:, description:, sEcho:1, undefined:*****, bRegex_0:false, bRegex_1:false, bRegex_4:false, bRegex_2:false, bRegex_3:false, statuse:, sSearch_3:, owner:, syscritical:, sSearch_2:, sSearch_1:, controller:workflowmanagement, sSearch_0:, bRegex:false, iDisplayStart:0, actionType:Show, sSortDir_0:asc, jsontype:datatable, entitlementtypekey:, mDataProp_0:FK, risk:, mDataProp_4:endpointname, mDataProp_3:systemname, mDataProp_2:description, mDataProp_1:role_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"10\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"455\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:00\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/entvalforsystemendpointj/10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:entitlement_values, objectKey:7, action:entitlement_ownerslist, id:7, savmodule:, _:1676618996663]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"Data cannot be shown\\\",\\\"objectName\\\":\\\"EO_EP1_ParentEnt3\\\",\\\"message\\\":\\\"User admin requested to view entitlement owner list for Entitlement EO_EP1_ParentEnt3\\\"}\",\n            \"OBJECTKEY\": \"7\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"456\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:00\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlement_ownerslist/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, action:addowner, entValId:7, _:1676618996664]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"457\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:02\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/addowner\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:20, _:1676618996665]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"458\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:07\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/20\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Update, controller:entitlement_values, objectKey:7, action:addownerinentitlment, id:7, userkey:20,, _:1676618996667]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"userkey:20,, _:1676618996667\\\",\\\"message\\\":\\\"Entitlement_value EO_EP1_ParentEnt3 updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"7\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"459\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/addownerinentitlment/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, attrId:rank_20_7_1, newrank:26, action:checkIfThereAreNoPrimaryCertifier, _:1676618996668]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"460\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/checkIfThereAreNoPrimaryCertifier\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[entvalkey:7, actionType:Update, controller:entitlement_values, oldrank:1, objectKey:7, rank:26, action:setrank, userkey:20, _:1676618996669]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"entvalkey:7, oldrank:1, rank:26, userkey:20, _:1676618996669\\\",\\\"message\\\":\\\"Entitlement_value EO_EP1_ParentEnt3 updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"7\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"461\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/setrank\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:entitlement_values, objectKey:10, action:entitlement_ownerslist, id:10, savmodule:, _:1676618998004]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"Data cannot be shown\\\",\\\"objectName\\\":\\\"EO_EP1_ParentEnt4\\\",\\\"message\\\":\\\"User admin requested to view entitlement owner list for Entitlement EO_EP1_ParentEnt4\\\"}\",\n            \"OBJECTKEY\": \"10\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"462\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlement_ownerslist/10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, action:addowner, entValId:10, _:1676618998005]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"463\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/addowner\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:21, _:1676618998006]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"464\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:24\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/21\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Update, controller:entitlement_values, objectKey:10, action:addownerinentitlment, id:10, userkey:21,, _:1676618998008]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"userkey:21,, _:1676618998008\\\",\\\"message\\\":\\\"Entitlement_value EO_EP1_ParentEnt4 updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"10\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"465\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:25\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/addownerinentitlment/10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, attrId:rank_21_10_1, newrank:26, action:checkIfThereAreNoPrimaryCertifier, _:1676618998009]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"466\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/checkIfThereAreNoPrimaryCertifier\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[entvalkey:10, actionType:Update, controller:entitlement_values, oldrank:1, objectKey:10, rank:26, action:setrank, userkey:21, _:1676618998010]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"entvalkey:10, oldrank:1, rank:26, userkey:21, _:1676618998010\\\",\\\"message\\\":\\\"Entitlement_value EO_EP1_ParentEnt4 updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"10\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"467\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/setrank\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"468\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"469\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619129691]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"470\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676619129692]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"471\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"472\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619129693]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"473\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:25\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"474\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"475\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089402]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"476\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:30\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676619089403]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"477\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:31\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"478\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:31\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619129694]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"479\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089404]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"480\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:40\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619129695]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"481\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:runningjobs]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"482\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:48\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/jobcontrol/runningjobs\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089405]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"483\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:50\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"484\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:51\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619166906]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"485\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676619166907]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"486\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"487\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089406]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"488\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:00\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619166908]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"489\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:02\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089407]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"490\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619166909]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"491\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089408]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"492\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:20\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619166910]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"493\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089409]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"494\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:30\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619166911]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"495\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089410]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"496\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:40\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619166912]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"497\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:42\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089411]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"498\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:50\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089412]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"499\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:33:00\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089413]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"500\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:33:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        }\n    ],\n    \"displaycount\": \"500\",\n    \"subcategory\": \"\",\n    \"category\": \"Access Request System\",\n    \"errorcode\": \"0\",\n    \"openconflictcount\": \"128998\"\n}"},{"id":"05789e08-fba5-4ac3-a8cc-f9b0e72e2f72","name":"POST Socket","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"analyticsid\":\"1646\",\r\n\"max\":\"10000\",\r\n\"offset\":\"0\",\r\n\"loggedinuser\":\"admin\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchControlDetailsES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Mar 2023 09:02:34 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ec340fef-653e-4e68-9010-f3fdbc988027; Path=/; Secure; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"offset\": 0,\n    \"analyticstype\": \"SQL\",\n    \"lastrun\": \"2023-03-07 07:18:15\",\n    \"description\": \"\",\n    \"conflictcount\": \"128998\",\n    \"recommendations\": \"\",\n    \"result\": [\n        {\n            \"LOGINKEY\": \"2\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:*****, controller:maintenance, password:*****, calledUserUpdateFromUI:true, objectKey:1, new_password:*****, re_enter_password:*****, action:securityQuestions, newPassword:*****, inlineruleevaluation:false, username:admin]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"CHANGE PASSWORD\",\n            \"IPADDRESS\": \"111.125.207.92\",\n            \"DETAIL\": \"\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"1\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:03:46\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"111.125.207.92\",\n            \"ACCESS_URL\": \"/maintenance/securityQuestions\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"3\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676617522119]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"2\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:05:38\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"3\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:requesthome, menu:1]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"3\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:05:43\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/workflowmanagement/requesthome\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"4\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"4\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:05:46\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676617560648]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"5\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:06:06\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676617560649]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"6\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:06:07\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"7\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:06:07\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"8\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:06:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"3\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"9\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:06:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"10\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:20\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"11\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676617699818]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"12\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676617699819]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"13\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"14\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676617699820]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"15\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676617699821]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"16\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:42\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676617699822]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"17\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"18\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:08:58\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:create]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"19\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:05\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/create\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"7\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"20\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:05\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:getusername, id:1, _:1676617743991]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"21\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/workflowmanagement/getusername/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:getusername, id:1, _:1676617743992]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"22\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/workflowmanagement/getusername/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:, controller:users, city:, phonenumber:, middlename:, startdate:Feb 17, 2023, lastname:, enddate:, street:, action:usernamecheck, managername:admin, email:, username:admin_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"23\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:20\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/usernamecheck\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:, controller:users, city:, phonenumber:, middlename:, startdate:Feb 17, 2023, lastname:, enddate:, street:, action:usernamecheck, managername:admin, email:, username:admin_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"24\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:20\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/usernamecheck\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Feb 17, 2023, street:, action:save, managername:admin, state:, costcenter:, email:, controller:users, comments:, manager:1, middlename:, lastname:, regex:, enddate:, statuskey:1, jobcode:, passwordExpired:*****, username:admin_shaik, customer:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"25\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:20\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Fri Feb 17 00:00:00 UTC 2023, street:, action:save, managername:admin, state:, inlineruleevaluation:false, costcenter:, email:, controller:users, comments:, manager:1, calledUserUpdateFromUI:true, middlename:, isApi:FALSE, lastname:, regex:, enddate:, statuskey:1, jobcode:, isCreateUser:TRUE, passwordExpired:*****, termDate:, username:admin_shaik, customer:]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"User : admin_shaik, created by :admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"26\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:6]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"27\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/show/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserSavRoles, id:6, _:1676617760110]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"28\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/showUserSavRoles/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, checked:0, action:setrolekeyinsessionset, id:1, _:1676617760111]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"29\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/savRoles/setrolekeyinsessionset/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[rolekeysavroles:1, controller:roles, action:saveusersavroles, SYNCHRONIZER_URI:/ECM/users/showUserSavRoles/6, SYNCHRONIZER_TOKEN:4086344a-bd36-498a-b95b-3af4d5110ca3, userkey:6, myDataTableusersavroles_length:15]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"30\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/roles/saveusersavroles\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Update, objectKey:6]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Update, objectKey:6\\\",\\\"message\\\":\\\"User admin added SAV ROLE :ROLE_ADMIN\\\"}\",\n            \"OBJECTKEY\": \"6\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"31\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/roles/saveusersavroles\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, tab:savRole, action:show, id:6]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"32\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:36\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/show/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserSavRoles, id:6, _:1676617774747]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"33\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:37\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/showUserSavRoles/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, update:1, action:usernamecheck, id:6, username:admin_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"34\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:43\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/usernamecheck/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Feb 17, 2023, job_function:, action:userCustomValidate, isEndDBlanked:, id:6, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:5, vendor:, street:, managername:  (admin), costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:1, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:admin_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"35\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:44\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/userCustomValidate/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Feb 17, 2023, job_function:, action:update, isEndDBlanked:, id:6, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:5, vendor:, street:, managername:  (admin), costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:1, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:admin_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"36\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/update/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Fri Feb 17 00:00:00 UTC 2023, job_function:, action:update, isEndDBlanked:, id:6, state:, inlineruleevaluation:false, isStartDBlanked:, preferedFirstName:, lastname:, regex:, auditDetailsMap:[remoteHost:122.172.81.14, actionUri:/users/update, userLoginsKey:5, loggedInUser:admin, remoteAddress:122.172.81.14], enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:5, vendor:, street:, managername:  (admin), costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:1, calledUserUpdateFromUI:true, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:admin_shaik]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"User : admin_shaik, updated by admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"37\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/update/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:6]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"38\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/show/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:getECMDateFormat, _:1676617774748]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"39\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/ecmConfig/getECMDateFormat\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"40\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:49\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:create]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"41\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/create\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676617808917]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"42\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:09:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676617808918]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"43\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:02\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"44\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:02\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676617808919]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"45\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:getusername, id:6, _:1676617790949]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"46\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:09\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/workflowmanagement/getusername/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:getusername, id:6, _:1676617790950]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"47\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/workflowmanagement/getusername/6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:, controller:users, city:, phonenumber:, middlename:, startdate:Feb 17, 2023, lastname:, enddate:, street:, action:usernamecheck, managername:admin_shaik, email:, username:enduser_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"48\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:11\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/usernamecheck\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:, controller:users, city:, phonenumber:, middlename:, startdate:Feb 17, 2023, lastname:, enddate:, street:, action:usernamecheck, managername:admin_shaik, email:, username:enduser_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"49\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/usernamecheck\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Feb 17, 2023, street:, action:save, managername:admin_shaik, state:, costcenter:, email:, controller:users, comments:, manager:6, middlename:, lastname:, regex:, enddate:, statuskey:1, jobcode:, passwordExpired:*****, username:enduser_shaik, customer:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"50\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Fri Feb 17 00:00:00 UTC 2023, street:, action:save, managername:admin_shaik, state:, inlineruleevaluation:false, costcenter:, email:, controller:users, comments:, manager:6, calledUserUpdateFromUI:true, middlename:, isApi:FALSE, lastname:, regex:, enddate:, statuskey:1, jobcode:, isCreateUser:TRUE, passwordExpired:*****, termDate:, username:enduser_shaik, customer:]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"User : enduser_shaik, created by :admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"51\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:7]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"52\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/show/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:fileDir]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"53\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/fileDir\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserSavRoles, id:7, _:1676617811559]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"54\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/showUserSavRoles/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:fileExtensions, _:1676617829950]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"55\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:18\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/fileExtensions\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, checked:0, action:setrolekeyinsessionset, id:8, _:1676617811560]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"56\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/savRoles/setrolekeyinsessionset/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[rolekeysavroles:8, controller:roles, action:saveusersavroles, SYNCHRONIZER_URI:/ECM/users/showUserSavRoles/7, SYNCHRONIZER_TOKEN:0cd5f153-a39d-43f8-a0f8-cee9febeffc6, userkey:7, myDataTableusersavroles_length:15]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"57\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/roles/saveusersavroles\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Update, objectKey:7]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Update, objectKey:7\\\",\\\"message\\\":\\\"User admin added SAV ROLE :ROLE_SAV_ENDUSER\\\"}\",\n            \"OBJECTKEY\": \"7\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"58\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/roles/saveusersavroles\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[rolekeysavroles:8, controller:roles, action:saveusersavroles, SYNCHRONIZER_URI:/ECM/users/showUserSavRoles/7, SYNCHRONIZER_TOKEN:0cd5f153-a39d-43f8-a0f8-cee9febeffc6, userkey:7, myDataTableusersavroles_length:15]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"59\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/roles/saveusersavroles\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, tab:savRole, action:show, id:7]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"60\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/show/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserSavRoles, id:7, _:1676617821014]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"61\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/showUserSavRoles/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Edit, fileName:blacklist.txt, controller:ecmConfig, objectKey:blacklist.txt, calledFrom:views, foldername:blacklist, action:editViewFile, _:1676617829951]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Edit\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"fileName:blacklist.txt, calledFrom:views, foldername:blacklist, _:1676617829951\\\",\\\"message\\\":\\\"editConfig page is opened by admin\\\"}\",\n            \"OBJECTKEY\": \"blacklist.txt\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"62\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:26\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/editViewFile\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:getECMDateFormat, _:1676617821015]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"63\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:26\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/ecmConfig/getECMDateFormat\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, update:1, action:usernamecheck, id:7, username:enduser_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"64\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:27\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/usernamecheck/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Feb 17, 2023, job_function:, action:userCustomValidate, isEndDBlanked:, id:7, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:6, vendor:, street:, managername:  (admin_shaik), costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:6, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:enduser_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"65\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/userCustomValidate/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:getECMDateFormat, _:1676617821016]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"66\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/ecmConfig/getECMDateFormat\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, update:1, action:usernamecheck, id:7, username:enduser_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"67\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/usernamecheck/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Feb 17, 2023, job_function:, action:userCustomValidate, isEndDBlanked:, id:7, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:6, vendor:, street:, managername:  (admin_shaik), costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:6, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:enduser_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"68\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/userCustomValidate/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Feb 17, 2023, job_function:, action:update, isEndDBlanked:, id:7, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:6, vendor:, street:, managername:  (admin_shaik), costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:6, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:enduser_shaik]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"69\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/update/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Fri Feb 17 00:00:00 UTC 2023, job_function:, action:update, isEndDBlanked:, id:7, state:, inlineruleevaluation:false, isStartDBlanked:, preferedFirstName:, lastname:, regex:, auditDetailsMap:[remoteHost:122.172.81.14, actionUri:/users/update, userLoginsKey:5, loggedInUser:admin, remoteAddress:122.172.81.14], enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:6, vendor:, street:, managername:  (admin_shaik), costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:6, calledUserUpdateFromUI:true, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:enduser_shaik]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"User : enduser_shaik, updated by admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"70\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/update/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:7]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"71\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/show/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"5\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"122.172.81.14\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"72\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"122.172.81.14\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, filename:blacklist.txt, foldername:blacklist, action:versionsPopup, _:1676617829952]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"73\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:10:46\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/versionsPopup\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676617864903, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:11:04 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:AOBApplicationPasswordPolicy, objectAttributeName:null, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676617864903, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/policyRule\\\\/show, remoteAddress:49.37.241.252, objectType:*****\\\",\\\"objectName\\\":\\\"AOBApplicationPasswordPolicy\\\",\\\"message\\\":\\\"Password Policy AOBApplicationPasswordPolicy viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"74\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:11:05\",\n            \"EVENT_ID\": \"S-1676617864903\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:YES, eventId:C-1676617876647, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:11:16 UTC 2023, ipAddress:49.37.241.252, action:Update, objectName:AOBApplicationPasswordPolicy, objectAttributeName:configData, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"valuetemplate:useBlackListDictionary_1, actionType:Update, eventId:1676617876647, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/ecmConfig\\\\/updatetemplate, remoteAddress:49.37.241.252, _:1676617878759, objectType:*****\\\",\\\"objectName\\\":\\\"AOBApplicationPasswordPolicy\\\",\\\"message\\\":\\\"Password Policy AOBApplicationPasswordPolicy updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"useBlackListDictionary_1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"75\",\n            \"NEW_VALUE\": \"YES\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"configData\",\n            \"ACCESSTIME\": \"2023-02-17 07:11:17\",\n            \"EVENT_ID\": \"C-1676617876647\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/updatetemplate/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676617879378, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:11:19 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:AOBApplicationPasswordPolicy, objectAttributeName:null, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676617879378, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/policyRule\\\\/show, remoteAddress:49.37.241.252, objectType:*****\\\",\\\"objectName\\\":\\\"AOBApplicationPasswordPolicy\\\",\\\"message\\\":\\\"Password Policy AOBApplicationPasswordPolicy viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"76\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:11:19\",\n            \"EVENT_ID\": \"S-1676617879378\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:YES, eventId:C-1676617944813, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:24 UTC 2023, ipAddress:49.37.241.252, action:Create, objectName:null, objectAttributeName:Use Blacklist Dictionary, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"minlength:, remoteHost:49.37.241.252, minlowchar:, actionUri:\\\\/policyRule\\\\/save, description:, minalpnumchar:, pwdexpemailtemplate:*****, minnumchar:, minunqchar:, daystonotifybeforepwdexpire:*****, passwordnotification:*****, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, scope:USER, disalastpass:*****, expireaft:60, minimumage:, useDictionary:1, SYNCHRONIZER_TOKEN:8a58c50e-9a6b-4868-b5c2-0f22d62178fc, minimumSpecialCharacter:, maxlength:, regexDescription:, SYNCHRONIZER_URI:\\\\/ECM\\\\/policyRule\\\\/create, minuppchar:, regex:, blacklistedAttributes:, minaplhchar:, maxrepchar:, name:SaviyntDefaultRule\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"77\",\n            \"NEW_VALUE\": \"YES\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"Use Blacklist Dictionary\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:25\",\n            \"EVENT_ID\": \"C-1676617944813\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:SaviyntDefaultRule, eventId:C-1676617944813, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:24 UTC 2023, ipAddress:49.37.241.252, action:Create, objectName:SaviyntDefaultRule, objectAttributeName:name, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"minlength:, remoteHost:49.37.241.252, minlowchar:, actionUri:\\\\/policyRule\\\\/save, description:, minalpnumchar:, pwdexpemailtemplate:*****, objectType:*****, minnumchar:, minunqchar:, daystonotifybeforepwdexpire:*****, passwordnotification:*****, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, scope:USER, disalastpass:*****, expireaft:60, minimumage:, useDictionary:1, remoteAddress:49.37.241.252, SYNCHRONIZER_TOKEN:8a58c50e-9a6b-4868-b5c2-0f22d62178fc, minimumSpecialCharacter:, eventId:1676617944813, maxlength:, regexDescription:, SYNCHRONIZER_URI:\\\\/ECM\\\\/policyRule\\\\/create, minuppchar:, actionType:Create, regex:, blacklistedAttributes:, minaplhchar:, maxrepchar:, name:SaviyntDefaultRule\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"78\",\n            \"NEW_VALUE\": \"SaviyntDefaultRule\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"name\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:25\",\n            \"EVENT_ID\": \"C-1676617944813\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:60, eventId:C-1676617944813, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:24 UTC 2023, ipAddress:49.37.241.252, action:Create, objectName:SaviyntDefaultRule, objectAttributeName:expireaft, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"minlength:, remoteHost:49.37.241.252, minlowchar:, actionUri:\\\\/policyRule\\\\/save, description:, minalpnumchar:, pwdexpemailtemplate:*****, objectType:*****, minnumchar:, minunqchar:, daystonotifybeforepwdexpire:*****, passwordnotification:*****, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, scope:USER, disalastpass:*****, expireaft:60, minimumage:, useDictionary:1, remoteAddress:49.37.241.252, SYNCHRONIZER_TOKEN:8a58c50e-9a6b-4868-b5c2-0f22d62178fc, minimumSpecialCharacter:, eventId:1676617944813, maxlength:, regexDescription:, SYNCHRONIZER_URI:\\\\/ECM\\\\/policyRule\\\\/create, minuppchar:, actionType:Create, regex:, blacklistedAttributes:, minaplhchar:, maxrepchar:, name:SaviyntDefaultRule\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"79\",\n            \"NEW_VALUE\": \"60\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"expireaft\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:25\",\n            \"EVENT_ID\": \"C-1676617944813\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:USER, eventId:C-1676617944813, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:24 UTC 2023, ipAddress:49.37.241.252, action:Create, objectName:SaviyntDefaultRule, objectAttributeName:scope, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"minlength:, remoteHost:49.37.241.252, minlowchar:, actionUri:\\\\/policyRule\\\\/save, description:, minalpnumchar:, pwdexpemailtemplate:*****, objectType:*****, minnumchar:, minunqchar:, daystonotifybeforepwdexpire:*****, passwordnotification:*****, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, scope:USER, disalastpass:*****, expireaft:60, minimumage:, useDictionary:1, remoteAddress:49.37.241.252, SYNCHRONIZER_TOKEN:8a58c50e-9a6b-4868-b5c2-0f22d62178fc, minimumSpecialCharacter:, eventId:1676617944813, maxlength:, regexDescription:, SYNCHRONIZER_URI:\\\\/ECM\\\\/policyRule\\\\/create, minuppchar:, actionType:Create, regex:, blacklistedAttributes:, minaplhchar:, maxrepchar:, name:SaviyntDefaultRule\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"80\",\n            \"NEW_VALUE\": \"USER\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"scope\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:25\",\n            \"EVENT_ID\": \"C-1676617944813\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676617944813, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:24 UTC 2023, ipAddress:49.37.241.252, action:Create, objectName:SaviyntDefaultRule, objectAttributeName:notificationtouser, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"minlength:, remoteHost:49.37.241.252, minlowchar:, actionUri:\\\\/policyRule\\\\/save, description:, minalpnumchar:, pwdexpemailtemplate:*****, objectType:*****, minnumchar:, minunqchar:, daystonotifybeforepwdexpire:*****, passwordnotification:*****, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, scope:USER, disalastpass:*****, expireaft:60, minimumage:, useDictionary:1, remoteAddress:49.37.241.252, SYNCHRONIZER_TOKEN:8a58c50e-9a6b-4868-b5c2-0f22d62178fc, minimumSpecialCharacter:, eventId:1676617944813, maxlength:, regexDescription:, SYNCHRONIZER_URI:\\\\/ECM\\\\/policyRule\\\\/create, minuppchar:, actionType:Create, regex:, blacklistedAttributes:, minaplhchar:, maxrepchar:, name:SaviyntDefaultRule\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"81\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"notificationtouser\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:25\",\n            \"EVENT_ID\": \"C-1676617944813\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:5, eventId:C-1676617944813, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:24 UTC 2023, ipAddress:49.37.241.252, action:Create, objectName:SaviyntDefaultRule, objectAttributeName:daystonotifybeforepwdexpire, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"minlength:, remoteHost:49.37.241.252, minlowchar:, actionUri:\\\\/policyRule\\\\/save, description:, minalpnumchar:, pwdexpemailtemplate:*****, objectType:*****, minnumchar:, minunqchar:, daystonotifybeforepwdexpire:*****, passwordnotification:*****, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, scope:USER, disalastpass:*****, expireaft:60, minimumage:, useDictionary:1, remoteAddress:49.37.241.252, SYNCHRONIZER_TOKEN:8a58c50e-9a6b-4868-b5c2-0f22d62178fc, minimumSpecialCharacter:, eventId:1676617944813, maxlength:, regexDescription:, SYNCHRONIZER_URI:\\\\/ECM\\\\/policyRule\\\\/create, minuppchar:, actionType:Create, regex:, blacklistedAttributes:, minaplhchar:, maxrepchar:, name:SaviyntDefaultRule\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"82\",\n            \"NEW_VALUE\": \"5\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"daystonotifybeforepwdexpire\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:25\",\n            \"EVENT_ID\": \"C-1676617944813\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[customproperty10:, customproperty12:, customproperty11:, customproperty18:, customproperty17:, customproperty19:, customproperty14:, customproperty13:, customproperty16:, customproperty15:, sColumns:, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:listjsongroup, iColumns:3, id:null, iSortingCols:1, sSearch:, status:, customproperty4:, customproperty5:, customproperty2:, customproperty3:, customproperty1:, sEcho:1, bp:, bRegex_0:false, bRegex_1:false, customproperty8:, customproperty9:, bRegex_2:false, customproperty6:, customproperty7:, sSearch_2:, sSearch_1:, controller:campaignEoAndRo, sSearch_0:, customproperty60:, campaignAccessableUrlSet:[/certification/discontinue, /campaignOrganization/**, /campaign/create, /campaignAOMetaData/**, /campaignTemplate/**, /stepone/export, /firststep/actions, /campaignTemplate/schedulecampaign, /secondstep/actions, /campaignTemplate/campaignTemplate_History, /campaign/reconfigure, /campaign/discontinue, /certificationlist/export, /campaign/viewAllCampCertAccess, /certification/export, /campaignlist/export, /campaign/summary, /secondstep/export, /certification/**, /campaignTemplate/campaignTemplateList, /campaignEoAndRo/**, /campaignTemplate/deleteTemplate], allowReadOnlyAuditorAccess:false, jsontype:datatable, displayname:, customproperty54:, customproperty53:, customproperty56:, customproperty55:, iSortCol_0:0, customproperty50:, customproperty52:, customproperty51:, customproperty58:, customproperty57:, customproperty59:, mininginstance:, customproperty43:, customproperty42:, customproperty45:, customproperty44:, customproperty41:, customproperty40:, iDisplayLength:15, customproperty47:, customproperty46:, users:admin, customproperty49:, customproperty48:, role_name:, glossary:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, customproperty32:, customproperty31:, customproperty34:, customproperty33:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty35:, customproperty38:, customproperty37:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, bRegex:false, customproperty29:, customproperty28:, customproperty25:, customproperty24:, customproperty27:, iDisplayStart:0, customproperty26:, sSortDir_0:asc, mDataProp_0:chk, mDataProp_2:description, mDataProp_1:role_name]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"83\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:26\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/campaignEoAndRo/listjsongroup/null\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, callFrom:createcampaign, action:generalConfiguration, category:Campaign Config User Manager, _:1676617998909]\",\n            \"TYPEOFACCESS\": \"uration\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for uration Configurations\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"84\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:31\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676617951160, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:31 UTC 2023, ipAddress:49.207.209.154, action:Show, objectName:Campaign Config User Manager, objectAttributeName:null, oldValue:null, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676617951160, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 6, remoteHost:49.207.209.154, callFrom:createcampaign, actionUri:\\\\/ecmConfig\\\\/generalConfiguration, category:Campaign Config User Manager, remoteAddress:49.207.209.154, _:1676617998909, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"Campaign Config User Manager\\\",\\\"message\\\":\\\"Configuration of category Campaign Config User Manager viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"Campaign Config User Manager\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"85\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:31\",\n            \"EVENT_ID\": \"S-1676617951160\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676617955091, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:35 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:SaviyntDefaultRule, objectAttributeName:null, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676617955091, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/policyRule\\\\/show, remoteAddress:49.37.241.252, objectType:*****\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"86\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:35\",\n            \"EVENT_ID\": \"S-1676617955091\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/show/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676617965203, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:12:45 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:SaviyntDefaultRule, objectAttributeName:null, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676617965203, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/policyRule\\\\/show, remoteAddress:49.37.241.252, objectType:*****\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"87\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:45\",\n            \"EVENT_ID\": \"S-1676617965203\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/show/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"88\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:12:50\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"89\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:create]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"90\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/create\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:, controller:users, city:, phonenumber:, middlename:, startdate:Feb 17, 2023, lastname:, enddate:, street:, action:usernamecheck, managername:, email:, username:UserP]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"91\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/usernamecheck\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Feb 17, 2023, street:, action:save, managername:, state:, costcenter:, email:, controller:users, comments:, manager:, middlename:, lastname:, regex:, enddate:, statuskey:1, jobcode:, passwordExpired:*****, username:UserP, customer:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"92\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Fri Feb 17 00:00:00 UTC 2023, street:, action:save, managername:, state:, inlineruleevaluation:false, costcenter:, email:, controller:users, comments:, manager:, calledUserUpdateFromUI:true, middlename:, isApi:FALSE, lastname:, regex:, enddate:, statuskey:1, jobcode:, isCreateUser:TRUE, passwordExpired:*****, termDate:, username:UserP, customer:]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"User : UserP, created by :admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"93\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:8]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"94\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:30\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/show/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"95\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"96\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:33\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618068602]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"97\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618068603]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"98\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"99\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"100\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:37\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:create]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"101\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/create\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618027916, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:13:47 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:Privileged_Application, objectAttributeName:null, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618027916, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/securitysystems\\\\/show, remoteAddress:49.37.241.252, objectType:SECURITY_SYSTEM\\\",\\\"objectName\\\":\\\"Privileged_Application\\\",\\\"message\\\":\\\"Security System Privileged_Application viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"102\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:13:48\",\n            \"EVENT_ID\": \"S-1676618027916\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/securitysystems/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618043152, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:14:03 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:Privileged_Application, objectAttributeName:null, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618043152, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/securitysystems\\\\/showEndpoints, remoteAddress:49.37.241.252, _:1676618041777, objectType:SECURITY_SYSTEM\\\",\\\"objectName\\\":\\\"Privileged_Application\\\",\\\"message\\\":\\\"User admin requested to view  endpoint tab for SecuritySystem Privileged_Application\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"103\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:03\",\n            \"EVENT_ID\": \"S-1676618043152\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/securitysystems/showEndpoints/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:Campaign_admin fm, controller:users, city:, phonenumber:, middlename:, startdate:Feb 17, 2023, lastname:Campaign_admin lame, enddate:, street:, action:usernamecheck, managername:, email:, username:Campaign_admin]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"104\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/usernamecheck\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:Campaign_admin fm, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Feb 17, 2023, street:, action:save, managername:, state:, costcenter:, email:, controller:users, comments:, manager:, middlename:, lastname:Campaign_admin lame, regex:, enddate:, statuskey:1, jobcode:, passwordExpired:*****, username:Campaign_admin, customer:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"105\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:Campaign_admin fm, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Fri Feb 17 00:00:00 UTC 2023, street:, action:save, managername:, state:, inlineruleevaluation:false, costcenter:, email:, controller:users, comments:, manager:, calledUserUpdateFromUI:true, middlename:, isApi:FALSE, lastname:Campaign_admin lame, regex:, enddate:, statuskey:1, jobcode:, isCreateUser:TRUE, passwordExpired:*****, termDate:, username:Campaign_admin, customer:]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User : Campaign_admin, created by :admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"106\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618053817, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:14:13 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:Privileged_Application, objectAttributeName:null, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618053817, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/securitysystems\\\\/show, remoteAddress:49.37.241.252, objectType:SECURITY_SYSTEM\\\",\\\"objectName\\\":\\\"Privileged_Application\\\",\\\"message\\\":\\\"Security System Privileged_Application viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"107\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:14\",\n            \"EVENT_ID\": \"S-1676618053817\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/securitysystems/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:9]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"108\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/show/9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserSavRoles, id:9, _:1676618109872]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"109\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/showUserSavRoles/9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618058012, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:14:18 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:Privileged_Application, objectAttributeName:null, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618058012, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/securitysystems\\\\/showEndpoints, remoteAddress:49.37.241.252, _:1676618067667, objectType:SECURITY_SYSTEM\\\",\\\"objectName\\\":\\\"Privileged_Application\\\",\\\"message\\\":\\\"User admin requested to view  endpoint tab for SecuritySystem Privileged_Application\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"110\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:18\",\n            \"EVENT_ID\": \"S-1676618058012\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/securitysystems/showEndpoints/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, checked:0, action:setrolekeyinsessionset, id:1, _:1676618109873]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"111\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/savRoles/setrolekeyinsessionset/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[rolekeysavroles:1, controller:roles, action:saveusersavroles, SYNCHRONIZER_URI:/ECM/users/showUserSavRoles/9, SYNCHRONIZER_TOKEN:b4f305f7-3f7e-403b-a7ec-6988cb50da00, userkey:9, myDataTableusersavroles_length:15]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"112\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/roles/saveusersavroles\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Update, objectKey:9]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Update, objectKey:9\\\",\\\"message\\\":\\\"User admin added SAV ROLE :ROLE_ADMIN\\\"}\",\n            \"OBJECTKEY\": \"9\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"113\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/roles/saveusersavroles\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, tab:savRole, action:show, id:9]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"114\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/show/9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserSavRoles, id:9, _:1676618118480]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"115\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/showUserSavRoles/9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"116\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:24\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:8]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"117\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/show/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserAccounts, id:8, _:1676618088485]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"118\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:39\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/showUserAccounts/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, bSortable_7:true, bSortable_8:true, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:users_accountslist, iColumns:9, id:8, iSortingCols:1, iDisplayLength:15, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618088485, mDataProp_8:lockedState, sSearch_3:, mDataProp_7:status, sSearch_2:, mDataProp_6:description, sSearch_1:, controller:users, mDataProp_5:comments, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, sSearch_8:, mDataProp_4:accounttype, sSearch_7:, mDataProp_3:endpoints, sSearch_6:, mDataProp_2:securitysystem, sSearch_5:, mDataProp_1:name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"119\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:39\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/users_accountslist/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"120\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:44\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:getECMDateFormat, _:1676618088486]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"121\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/getECMDateFormat\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, update:1, action:usernamecheck, id:8, username:UserP]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"122\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/usernamecheck/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Feb 17, 2023, job_function:, action:userCustomValidate, isEndDBlanked:, id:8, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:7, vendor:, street:, managername:, costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:UserP]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"123\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/userCustomValidate/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Feb 17, 2023, job_function:, action:update, isEndDBlanked:, id:8, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:7, vendor:, street:, managername:, costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:UserP]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"124\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:48\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/update/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:Fri Feb 17 00:00:00 UTC 2023, job_function:, action:update, isEndDBlanked:, id:8, state:, inlineruleevaluation:false, isStartDBlanked:, preferedFirstName:, lastname:, regex:, auditDetailsMap:[remoteHost:49.37.241.252, actionUri:/users/update, userLoginsKey:8, loggedInUser:admin, remoteAddress:49.37.241.252], enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:7, vendor:, street:, managername:, costcenter:, email:, vendormanagername:, secondarymanager:, controller:users, comments:, manager:, calledUserUpdateFromUI:true, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:admin, displayname:, orgunitid:, location:, entity:, username:UserP]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"User : UserP, updated by admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"125\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:48\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/update/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:8]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"126\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:48\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/users/show/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:9]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"127\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:14:53\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/show/9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618105178, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:15:05 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:SaviyntDefaultRule, objectAttributeName:null, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618105178, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/policyRule\\\\/show, remoteAddress:49.37.241.252, objectType:*****\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"128\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:05\",\n            \"EVENT_ID\": \"S-1676618105178\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/show/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:getusername, id:1, _:1676618149225]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"129\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/workflowmanagement/getusername/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:1]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"130\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserSavRoles, id:1, _:1676618166317]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"131\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/showUserSavRoles/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, action:adminfunction]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"132\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/savRoles/adminfunction\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:showUserSavRoles, id:9, _:1676618149226]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"133\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/showUserSavRoles/9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, action:manageuser, id:8, _:1676618128426]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"134\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/savRoles/manageuser/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"135\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:pmgmt]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"136\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:15:37\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/pmgmt/checkPassword\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, action:adminfunction]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"137\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:16:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/savRoles/adminfunction\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:fileDir]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"138\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:16:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/fileDir\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:fileExtensions, _:1676618191043]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"139\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:16:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/fileExtensions\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Edit, fileName:blacklist.txt, controller:ecmConfig, objectKey:blacklist.txt, calledFrom:views, foldername:blacklist, action:editViewFile, _:1676618191044]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Edit\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"fileName:blacklist.txt, calledFrom:views, foldername:blacklist, _:1676618191044\\\",\\\"message\\\":\\\"editConfig page is opened by admin\\\"}\",\n            \"OBJECTKEY\": \"blacklist.txt\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"140\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:16:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/editViewFile\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618224557, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:17:04 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:SaviyntDefaultRule, objectAttributeName:null, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618224557, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/policyRule\\\\/show, remoteAddress:49.37.241.252, objectType:*****\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"141\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:17:05\",\n            \"EVENT_ID\": \"S-1676618224557\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/show/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618234726, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:17:14 UTC 2023, ipAddress:49.37.241.252, action:Show, objectName:SaviyntDefaultRule, objectAttributeName:null, oldValue:null, objectType:PASSWORD_POLICY]\",\n            \"TYPEOFACCESS\": \"PASSWORD_POLICY\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618234726, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 8, remoteHost:49.37.241.252, actionUri:\\\\/policyRule\\\\/show, remoteAddress:49.37.241.252, objectType:*****\\\",\\\"objectName\\\":\\\"SaviyntDefaultRule\\\",\\\"message\\\":\\\"Password Policy SaviyntDefaultRule viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"142\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:17:15\",\n            \"EVENT_ID\": \"S-1676618234726\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/policyRule/show/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"9\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"143\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:17:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Edit, fileName:blacklist.txt, controller:ecmConfig, objectKey:blacklist.txt, calledFrom:views, foldername:blacklist, action:editViewFile, _:1676618191045]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Edit\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"fileName:blacklist.txt, calledFrom:views, foldername:blacklist, _:1676618191045\\\",\\\"message\\\":\\\"editConfig page is opened by admin\\\"}\",\n            \"OBJECTKEY\": \"blacklist.txt\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"144\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:17:20\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/editViewFile\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Edit, fileName:blacklist.txt, controller:ecmConfig, objectKey:blacklist.txt, calledFrom:views, foldername:blacklist, action:editViewFile, _:1676618191046]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Edit\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"fileName:blacklist.txt, calledFrom:views, foldername:blacklist, _:1676618191046\\\",\\\"message\\\":\\\"editConfig page is opened by admin\\\"}\",\n            \"OBJECTKEY\": \"blacklist.txt\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"145\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:18:02\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/editViewFile\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, filename:blacklist.txt, foldername:blacklist, action:versionsPopup, _:1676618191047]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"146\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:18:06\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/versionsPopup\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Edit, fileName:blacklist.txt, controller:ecmConfig, objectKey:blacklist.txt, calledFrom:views, foldername:blacklist, action:editViewFile, _:1676618191048]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Edit\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"fileName:blacklist.txt, calledFrom:views, foldername:blacklist, _:1676618191048\\\",\\\"message\\\":\\\"editConfig page is opened by admin\\\"}\",\n            \"OBJECTKEY\": \"blacklist.txt\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"147\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:18:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/ecmConfig/editViewFile\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, action:adminfunction]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"148\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:18:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/savRoles/adminfunction\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, action:manageuser, id:8, _:1676618316886]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"149\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:18:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/savRoles/manageuser/8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:requesthome, menu:1]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"150\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:18:44\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/workflowmanagement/requesthome\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"151\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:18:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:pmgmt]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"152\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:18:48\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/pmgmt/checkPassword\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:pmgmt]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"153\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:19:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/pmgmt/checkPassword\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:pmgmt]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"154\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:19:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/pmgmt/resetpassword\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:*****, password:*****, controller:pmgmt, objectKey:8, action:resetpassword, source:*****, passwordExpired:*****, userid:8, SYNCHRONIZER_URI:/ECM/savRoles/manageuser/8, SYNCHRONIZER_TOKEN:93c20cdf-01b1-4e36-9666-7b0fbe3094c2]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"CHANGE PASSWORD\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"\",\n            \"OBJECTKEY\": \"8\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"155\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:19:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/pmgmt/resetpassword\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"8\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, action:adminfunction]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.37.241.252\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"156\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:19:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.37.241.252\",\n            \"ACCESS_URL\": \"/savRoles/adminfunction\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[customproperty10:, customproperty12:, customproperty11:, customproperty18:, customproperty17:, customproperty19:, customproperty14:, customproperty13:, customproperty16:, customproperty15:, sColumns:, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:listjsongroup, iColumns:3, id:null, iSortingCols:1, sSearch:, status:, customproperty4:, customproperty5:, customproperty2:, customproperty3:, customproperty1:, sEcho:1, bp:, bRegex_0:false, bRegex_1:false, customproperty8:, customproperty9:, bRegex_2:false, customproperty6:, customproperty7:, sSearch_2:, sSearch_1:, controller:campaignEoAndRo, sSearch_0:, customproperty60:, campaignAccessableUrlSet:[/certification/discontinue, /campaignOrganization/**, /campaign/create, /campaignAOMetaData/**, /campaignTemplate/**, /stepone/export, /firststep/actions, /campaignTemplate/schedulecampaign, /secondstep/actions, /campaignTemplate/campaignTemplate_History, /campaign/reconfigure, /campaign/discontinue, /certificationlist/export, /campaign/viewAllCampCertAccess, /certification/export, /campaignlist/export, /campaign/summary, /secondstep/export, /certification/**, /campaignTemplate/campaignTemplateList, /campaignEoAndRo/**, /campaignTemplate/deleteTemplate], allowReadOnlyAuditorAccess:false, jsontype:datatable, displayname:, customproperty54:, customproperty53:, customproperty56:, customproperty55:, iSortCol_0:0, customproperty50:, customproperty52:, customproperty51:, customproperty58:, customproperty57:, customproperty59:, mininginstance:, customproperty43:, customproperty42:, customproperty45:, customproperty44:, customproperty41:, customproperty40:, iDisplayLength:15, customproperty47:, customproperty46:, users:admin, customproperty49:, customproperty48:, role_name:, glossary:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, customproperty32:, customproperty31:, customproperty34:, customproperty33:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty35:, customproperty38:, customproperty37:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, bRegex:false, customproperty29:, customproperty28:, customproperty25:, customproperty24:, customproperty27:, iDisplayStart:0, customproperty26:, sSortDir_0:asc, mDataProp_0:chk, mDataProp_2:description, mDataProp_1:role_name]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"157\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:19:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/campaignEoAndRo/listjsongroup/null\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, callFrom:createcampaign, action:generalConfiguration, category:Campaign Config User Manager, _:1676618408105]\",\n            \"TYPEOFACCESS\": \"uration\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for uration Configurations\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"158\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:19:30\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618369714, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:19:29 UTC 2023, ipAddress:49.207.209.154, action:Show, objectName:Campaign Config User Manager, objectAttributeName:null, oldValue:null, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618369714, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 6, remoteHost:49.207.209.154, callFrom:createcampaign, actionUri:\\\\/ecmConfig\\\\/generalConfiguration, category:Campaign Config User Manager, remoteAddress:49.207.209.154, _:1676618408105, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"Campaign Config User Manager\\\",\\\"message\\\":\\\"Configuration of category Campaign Config User Manager viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"Campaign Config User Manager\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"159\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:19:30\",\n            \"EVENT_ID\": \"S-1676618369714\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"10\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"160\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:19:31\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"161\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:06\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"162\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:06\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618461652]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"163\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:07\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618461653]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"164\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"165\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391501]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"166\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618391502]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"167\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"168\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618461654]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"169\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:18\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391503]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"170\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:25\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"171\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:26\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:create]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"172\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:33\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/create\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391504]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"173\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"174\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:39\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391505]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"175\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391506]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"176\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:20:55\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"12\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"177\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:01\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391507]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"178\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:05\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618464763]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"179\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:07\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"180\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618464764]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"181\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:userUploadForm, source:admin, sourceaction:userUpload, savmodule:, _:1676618495066]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"182\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:09\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/userUploadForm\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:savRoles, action:adminfunction]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"183\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/savRoles/adminfunction\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391508]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"184\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"185\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391509]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"186\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:25\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391510]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"187\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391511]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"188\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmworkflowmanagement, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"189\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:49\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:userUploadForm, source:admin, sourceaction:userUpload, savmodule:, _:1676618495068]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"190\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/userUploadForm\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmworkflowmanagement, action:jbpmworkfloweditor, users:admin, status:new]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"191\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:55\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/jbpmworkfloweditor\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391512]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"192\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:55\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmworkflowmanagement, action:listwiring, id:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"193\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:21:56\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/listwiring/\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, controller:users, delimeter:,, generateEmail:NO, zeroDayProvisioning:NO, checkrules:NO, source:admin, sourceaction:userUpload, isApi:FALSE, savmodule:, firstrow:YES, valideRule:NO, generateSystemUsername:NO, uploadfile:org.springframework.web.multipart.commons.CommonsMultipartFile@2aa4aca8, userReconcillationField:, isCreateUser:NA, action:uploadusersubmit, passwordExpired:*****]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"194\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:03\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploadusersubmit\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, controller:users, delimeter:,, generateEmail:NO, zeroDayProvisioning:NO, checkrules:NO, source:admin, sourceaction:userUpload, isApi:FALSE, savmodule:, firstrow:YES, newColum:0, valideRule:NO, generateSystemUsername:NO, uploadfile:org.springframework.web.multipart.commons.CommonsMultipartFile@2aa4aca8, userReconcillationField:, isCreateUser:NA, action:uploadusersubmit, passwordExpired:*****]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"195\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:04\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduser\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391513]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"196\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:05\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"197\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, zeroDayProvisioning:NO, checkrules:NO, formfield_9:*****, formfield_4:SECONDARYEMAIL, formfield_3:CUSTOMPROPERTY2, formfield_2:PREFEREDFIRSTNAME, formfield_1:LASTNAME, formfield_8:CITY, formfield_7:USERNAME, formfield_6:CUSTOMPROPERTY34, formfield_5:EMAIL, action:uploaduserfinalstep, formfield_0:FIRSTNAME, formfield_11:TITLE, formfield_10:JOBCODE, formfield_13:_, controller:users, formfield_12:JOB_FUNCTION, generateEmail:NO, formfield_15:MANAGER, formfield_14:_, savmodule:, generateSystemUsername:NO, totalcolumn:16, userReconcillationField:, passwordExpired:*****, customer:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"198\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduserfinalstep\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618391514]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"199\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Upload, objectKey:Upload User - Copy (1).csv02-17-2023]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"Upload\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Upload, objectKey:Upload User - Copy (1).csv02-17-2023\\\",\\\"message\\\":\\\"User Upload File 'Upload User - Copy (1).csv02-17-2023' completed by admin\\\"}\",\n            \"OBJECTKEY\": \"Upload User - Copy (1).csv02-17-2023\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"200\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduserfinalstep\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[insertedrecords:51, controller:users, updatedrecords:0, action:summaryPreview, totalrecords:51, savmodule:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"201\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/summaryPreview\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmworkflowmanagement, name:Camp, working:{\\\"modules\\\":[{\\\"config\\\":{\\\"position\\\":[353,61]},\\\"moduleId\\\":0,\\\"name\\\":\\\"Start\\\",\\\"value\\\":{}},{\\\"config\\\":{\\\"position\\\":[396,175]},\\\"moduleId\\\":1,\\\"name\\\":\\\"Activity : Grant Access\\\",\\\"value\\\":{\\\"comptemplate1\\\":\\\"Select Email Template\\\",\\\"name\\\":\\\"Grant\\\"}},{\\\"config\\\":{\\\"position\\\":[448,357]},\\\"moduleId\\\":2,\\\"name\\\":\\\"End\\\",\\\"value\\\":{}}],\\\"properties\\\":{\\\"name\\\":\\\"Camp\\\",\\\"wftype\\\":\\\"Parallel\\\"},\\\"wires\\\":[{\\\"src\\\":{\\\"moduleId\\\":0,\\\"terminal\\\":\\\"Requested\\\"},\\\"tgt\\\":{\\\"moduleId\\\":1,\\\"terminal\\\":\\\"SOURCES\\\"}},{\\\"src\\\":{\\\"moduleId\\\":1,\\\"terminal\\\":\\\"FOLLOWUPS\\\"},\\\"tgt\\\":{\\\"moduleId\\\":2,\\\"terminal\\\":\\\"SOURCES\\\"}}]}, action:jbpmworkflowsavecurrent, language:accesworkflow, id:, users:admin, ?test:1]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"202\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:18\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/jbpmworkflowsavecurrent/\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmworkflowmanagement, reload:1, action:jbpmworkfloweditor, id:4, users:admin, status:2]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"203\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:18\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/jbpmworkfloweditor/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, name:Camp, working:eyJtb2R1bGVzIjpbeyJjb25maWciOnsicG9zaXRpb24iOlszNTMsNjFdfSwibW9kdWxlSWQiOjAsIm5hbWUiOiJTdGFydCIsInZhbHVlIjp7fX0seyJjb25maWciOnsicG9zaXRpb24iOlszOTYsMTc1XX0sIm1vZHVsZUlkIjoxLCJuYW1lIjoiQWN0aXZpdHkgOiBHcmFudCBBY2Nlc3MiLCJ2YWx1ZSI6eyJjb21wdGVtcGxhdGUxIjoiU2VsZWN0IEVtYWlsIFRlbXBsYXRlIiwibmFtZSI6IkdyYW50In19LHsiY29uZmlnIjp7InBvc2l0aW9uIjpbNDQ4LDM1N119LCJtb2R1bGVJZCI6MiwibmFtZSI6IkVuZCIsInZhbHVlIjp7fX1dLCJwcm9wZXJ0aWVzIjp7Im5hbWUiOiJDYW1wIiwid2Z0eXBlIjoiUGFyYWxsZWwifSwid2lyZXMiOlt7InNyYyI6eyJtb2R1bGVJZCI6MCwidGVybWluYWwiOiJSZXF1ZXN0ZWQifSwidGd0Ijp7Im1vZHVsZUlkIjoxLCJ0ZXJtaW5hbCI6IlNPVVJDRVMifX0seyJzcmMiOnsibW9kdWxlSWQiOjEsInRlcm1pbmFsIjoiRk9MTE9XVVBTIn0sInRndCI6eyJtb2R1bGVJZCI6MiwidGVybWluYWwiOiJTT1VSQ0VTIn19XX0=, action:sendWorkflowForApproval, users:admin]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"204\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:18\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/sendWorkflowForApproval\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmworkflowmanagement, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"205\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:1]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"206\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"207\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:25\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"208\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:25\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmworkflowmanagement, action:workflowApprovalList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"209\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:26\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/workflowApprovalList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618601120]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"210\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:26\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618601121]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"211\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"212\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[workflowApprovalAction:accept, controller:jbpmworkflowmanagement, action:workflowComments, id:4, _:1676618546144]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"213\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/workflowComments/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"214\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:31\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:getusername, id:2, _:1676618530459]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"215\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:31\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/workflowmanagement/getusername/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmworkflowmanagement, comments:ss, action:acceptWorkflow, id:4, users:admin, _:1676618546145]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"216\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/acceptWorkflow/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:getECMDateFormat, _:1676618530460]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"217\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/ecmConfig/getECMDateFormat\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, update:1, action:usernamecheck, id:1, username:admin]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"218\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/usernamecheck/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:, job_function:, action:userCustomValidate, isEndDBlanked:, id:1, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:2, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:admin, vendor:, street:, managername:, costcenter:, email:, vendormanagername:systemadmin, secondarymanager:, controller:users, comments:, manager:, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:, displayname:, orgunitid:, location:, entity:, username:admin]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"219\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/userCustomValidate/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:, job_function:, action:update, isEndDBlanked:, id:1, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:2, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:admin, vendor:, street:, managername:, costcenter:, email:, vendormanagername:systemadmin, secondarymanager:, controller:users, comments:, manager:, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:, displayname:, orgunitid:, location:, entity:, username:admin]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"220\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/update/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:, job_function:, action:update, isEndDBlanked:, id:1, state:, inlineruleevaluation:false, isStartDBlanked:, preferedFirstName:, lastname:, regex:, auditDetailsMap:[remoteHost:202.142.116.195, actionUri:/users/update, userLoginsKey:11, loggedInUser:admin, remoteAddress:202.142.116.195], enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:2, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:admin, vendor:, street:, managername:, costcenter:, email:, vendormanagername:systemadmin, secondarymanager:, controller:users, comments:, manager:, calledUserUpdateFromUI:true, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:, displayname:, orgunitid:, location:, entity:, username:admin]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"User : admin, updated by admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"221\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/update/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:1]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"222\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:22:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"223\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:03\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"224\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Camp_SS, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:systemname, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"225\",\n            \"NEW_VALUE\": \"Camp_SS\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"systemname\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:defaultSystem, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"226\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"defaultSystem\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:automatedProvisioning, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"227\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"automatedProvisioning\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Camp, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:accessAddWorkflow, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"228\",\n            \"NEW_VALUE\": \"Camp\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"accessAddWorkflow\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Camp, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:accessRemoveWorkflow, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"229\",\n            \"NEW_VALUE\": \"Camp\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"accessRemoveWorkflow\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Camp, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:addServiceAccountWorkflow, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"230\",\n            \"NEW_VALUE\": \"Camp\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"addServiceAccountWorkflow\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Camp, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:removeServiceAccountWorkflow, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"231\",\n            \"NEW_VALUE\": \"Camp\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"removeServiceAccountWorkflow\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:useopenconnector, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"232\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"useopenconnector\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:manageEntity, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"233\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"manageEntity\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:persistentData, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"234\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"persistentData\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:true, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:reconApplication, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"235\",\n            \"NEW_VALUE\": \"true\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"reconApplication\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Camp_SS_Dispalyname, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:displayName, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"236\",\n            \"NEW_VALUE\": \"Camp_SS_Dispalyname\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"displayName\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Enable, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:status, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"237\",\n            \"NEW_VALUE\": \"Enable\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"status\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:instantprovision, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"238\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"instantprovision\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Fri Feb 17 07:23:16 UTC 2023, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:createDate, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"239\",\n            \"NEW_VALUE\": \"Fri Feb 17 07:23:16 UTC 2023\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"createDate\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:admin, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:createdBy, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"240\",\n            \"NEW_VALUE\": \"admin\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"createdBy\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:1, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:updatedBy, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"241\",\n            \"NEW_VALUE\": \"1\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"updatedBy\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Created Manually, eventId:C-1676618596028, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:Camp_SS, objectAttributeName:createdFrom, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"externalConnection:, passwordManagementConnection:*****, accessAddWorkflow:Camp, defaultSystem:false, provisioningConnection:, firefighteridWorkflow:, serviceDeskConnection:, remoteHost:27.7.131.65, displayName:Camp_SS_Dispalyname, actionUri:\\\\/securitysystems\\\\/save, removeServiceAccountWorkflow:Camp, instantprovision:false, objectType:SECURITY_SYSTEM, manageEntity:false, hostname:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, provisioningcomments:, useopenconnector:false, policyRule.id:, proposedAccountOwnersworkflow:, firefighteridRequestAccessWorkflow:, reconApplication:true, remoteAddress:27.7.131.65, eventId:1676618596028, automatedProvisioning:false, persistentData:false, systemname:Camp_SS, provisioningTries:, actionType:Create, accessRemoveWorkflow:Camp, policyRule:id:, port:, addServiceAccountWorkflow:Camp\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security system Camp_SS createdby user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"242\",\n            \"NEW_VALUE\": \"Created Manually\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"createdFrom\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"C-1676618596028\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618596354, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:16 UTC 2023, ipAddress:27.7.131.65, action:Show, objectName:Camp_SS, objectAttributeName:null, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618596354, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/securitysystems\\\\/show, remoteAddress:27.7.131.65, objectType:SECURITY_SYSTEM\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"Security System Camp_SS viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"243\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:16\",\n            \"EVENT_ID\": \"S-1676618596354\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/show/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618599835, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:23:19 UTC 2023, ipAddress:27.7.131.65, action:Show, objectName:Camp_SS, objectAttributeName:null, oldValue:null, objectType:SECURITY_SYSTEM]\",\n            \"TYPEOFACCESS\": \"SECURITY_SYSTEM\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618599835, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/securitysystems\\\\/showEndpoints, remoteAddress:27.7.131.65, _:1676618596449, objectType:SECURITY_SYSTEM\\\",\\\"objectName\\\":\\\"Camp_SS\\\",\\\"message\\\":\\\"User admin requested to view  endpoint tab for SecuritySystem Camp_SS\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"244\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:20\",\n            \"EVENT_ID\": \"S-1676618599835\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/securitysystems/showEndpoints/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"245\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"246\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"247\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:1]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"248\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:36\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:getusername, id:2, _:1676618604961]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"249\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:50\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/workflowmanagement/getusername/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:getECMDateFormat, _:1676618604962]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"250\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/ecmConfig/getECMDateFormat\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, update:1, action:usernamecheck, id:1, username:admin]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"251\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/usernamecheck/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:, job_function:, action:userCustomValidate, isEndDBlanked:, id:1, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:2, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:admin, vendor:, street:, managername:systemadmin, costcenter:, email:, vendormanagername:  (systemadmin), secondarymanager:, controller:users, comments:, manager:2, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:, displayname:, orgunitid:, location:, entity:, username:admin]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"252\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:53\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/userCustomValidate/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:, job_function:, action:update, isEndDBlanked:, id:1, state:, isStartDBlanked:, preferedFirstName:, lastname:, regex:, enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:2, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:admin, vendor:, street:, managername:systemadmin, costcenter:, email:, vendormanagername:  (systemadmin), secondarymanager:, controller:users, comments:, manager:2, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:, displayname:, orgunitid:, location:, entity:, username:admin]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"253\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:53\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/update/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[sourceLastLoginDate:, country:, regioncode:, owneronTerminateName:, jobCode:, source:admin, sourceaction:updateuser, startdate:, job_function:, action:update, isEndDBlanked:, id:1, state:, inlineruleevaluation:false, isStartDBlanked:, preferedFirstName:, lastname:, regex:, auditDetailsMap:[remoteHost:202.142.116.195, actionUri:/users/update, userLoginsKey:11, loggedInUser:admin, remoteAddress:202.142.116.195], enddate:, secondaryManagerName:, statuskey:1, departmentname:, companyname:, departmentNumber:, isCreateUser:FALSE, jobDescription:, jobcodedesc:, region:, termDate:, leaveStatus:, doNotDisturbDelegate:, secondaryPhone:, firstname:, locationnumber:, secondaryEmail:, city:, employeeclass:, phonenumber:, vendorManagerID:2, donotdistrub:, locationdesc:, title:, employeeid:, adminUi:1, systemUserName:admin, vendor:, street:, managername:systemadmin, costcenter:, email:, vendormanagername:  (systemadmin), secondarymanager:, controller:users, comments:, manager:2, calledUserUpdateFromUI:true, donotdistrubdelegateuser:, middlename:, isApi:FALSE, employeeType:, owneronTerminate:, isTermDBlanked:, createdBy:, displayname:, orgunitid:, location:, entity:, username:admin]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"User : admin, updated by admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"254\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:53\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/update/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:1]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"255\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:23:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/users/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"256\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:EO_EP1, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:endpointname, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"257\",\n            \"NEW_VALUE\": \"EO_EP1\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"endpointname\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:2, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:securitysystemkey, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"258\",\n            \"NEW_VALUE\": \"2\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"securitysystemkey\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:createEntTaskforRemoveAcc, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"259\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"createEntTaskforRemoveAcc\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:allowRemoveAllRoleOnRequest, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"260\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"allowRemoveAllRoleOnRequest\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:EO_EP1_DN, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:displayName, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"261\",\n            \"NEW_VALUE\": \"EO_EP1_DN\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"displayName\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Enabled, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:status, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"262\",\n            \"NEW_VALUE\": \"Enabled\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"status\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:{\\\"DISABLEREMOVEACCOUNT\\\":\\\"False\\\",\\\"DISABLEMODIFYACCOUNT\\\":\\\"False\\\",\\\"DISABLENEWACCOUNT\\\":\\\"False\\\"}, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:disableaccountrequest, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"263\",\n            \"NEW_VALUE\": \"{\\\"DISABLEREMOVEACCOUNT\\\":\\\"False\\\",\\\"DISABLEMODIFYACCOUNT\\\":\\\"False\\\",\\\"DISABLENEWACCOUNT\\\":\\\"False\\\"}\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"disableaccountrequest\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:enableCopyAccess, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"264\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"enableCopyAccess\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Fri Feb 17 07:24:27 UTC 2023, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:createDate, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"265\",\n            \"NEW_VALUE\": \"Fri Feb 17 07:24:27 UTC 2023\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"createDate\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Fri Feb 17 07:24:27 UTC 2023, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:updateDate, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"266\",\n            \"NEW_VALUE\": \"Fri Feb 17 07:24:27 UTC 2023\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"updateDate\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:admin, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:createdBy, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"267\",\n            \"NEW_VALUE\": \"admin\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"createdBy\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Created Manually, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:createdFrom, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"268\",\n            \"NEW_VALUE\": \"Created Manually\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"createdFrom\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:{\\\"Copy Service Account Request Data\\\":true,\\\"DISABLE_SORTING\\\":false}, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:endpointConfig, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"269\",\n            \"NEW_VALUE\": \"{\\\"Copy Service Account Request Data\\\":true,\\\"DISABLE_SORTING\\\":false}\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"endpointConfig\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:<conf></conf>, eventId:C-1676618667385, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1, objectAttributeName:connectionconfig, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty10:, customproperty12:, customproperty47Label:, customproperty11:, customproperty9Label:, remoteHost:27.7.131.65, customproperty18:, customproperty17:, customproperty19:, customproperty16Label:, customproperty14:, customproperty13:, customproperty50Label:, customproperty16:, customproperty15:, allowChangePassword_sqlquery:*****, customproperty48Label:, requestowner:, customproperty33Label:, customproperty17Label:, customproperty29Label:, customproperty15Label:, customproperty34Label:, customproperty18Label:, customproperty45Label:, savmodule:, customproperty8Label:, customproperty31Label:, customproperty20Label:, ownerkeytemp:, requestownertype:0, customproperty4:, customproperty5:, customproperty2:, securitysystemkey.id:2, customproperty3:, customproperty1:, customproperty44Label:, displayName:EO_EP1_DN, customproperty19Label:, accountNameRule:, customproperty13Label:, customproperty1Label:, customproperty7Label:, customproperty28Label:, customproperty22Label:, customproperty8:, customproperty9:, customproperty6:, customproperty7:, customproperty51Label:, customproperty38Label:, customproperty32Label:, customproperty35Label:, Copy Service Account Request Data:on, securitysystemkey:id:2, customproperty54Label:, ownerType:, customproperty39Label:, actionUri:\\\\/endpoints\\\\/save, customproperty55Label:, customproperty10Label:, customproperty3Label:, objectType:ENDPOINT, CONNECTIONCONFIG:, accessquery:, customproperty11Label:, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty56Label:, customproperty25Label:, customproperty4Label:, customproperty41Label:, remoteAddress:27.7.131.65, customproperty43:, customproperty42:, eventId:1676618667385, customproperty45:, customproperty12Label:, customproperty26Label:, customproperty44:, customproperty41:, customproperty40:, customproperty23Label:, customproperty37Label:, customproperty42Label:, customproperty5Label:, customproperty2Label:, customproperty32:, customproperty30Label:, customproperty31:, customproperty34:, customproperty6Label:, customproperty33:, customproperty36Label:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty53Label:, customproperty35:, customproperty38:, customproperty37:, customproperty21Label:, customproperty14Label:, customproperty52Label:, requestownertemp:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, customproperty29:, customproperty28:, customproperty40Label:, customproperty25:, ownerkey:, customproperty24:, customproperty27:, customproperty26:, actionType:Create, customproperty24Label:, customproperty27Label:, endpointname:EO_EP1, customproperty43Label:, customproperty46Label:, customproperty49Label:\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 created by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"270\",\n            \"NEW_VALUE\": \"<conf></conf>\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"connectionconfig\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:27\",\n            \"EVENT_ID\": \"C-1676618667385\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618667763, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:27 UTC 2023, ipAddress:27.7.131.65, action:Show, objectName:EO_EP1, objectAttributeName:null, oldValue:null, objectType:ENDPOINT]\",\n            \"TYPEOFACCESS\": \"ENDPOINT\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618667763, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/endpoints\\\\/show, savmodule:, remoteAddress:27.7.131.65, objectType:ENDPOINT\\\",\\\"objectName\\\":\\\"EO_EP1\\\",\\\"message\\\":\\\"Endpoint EO_EP1 viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"2\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"271\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:28\",\n            \"EVENT_ID\": \"S-1676618667763\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/endpoints/show/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:create]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"272\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/create\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_types, action:create, id:2]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"273\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/create/2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:Camp_Manager fname, controller:users, city:, phonenumber:, middlename:, startdate:Feb 17, 2023, lastname:Camp_Manager lname, enddate:, street:, action:usernamecheck, managername:, email:, username:Camp_Manager]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"274\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:40\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/usernamecheck\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:Camp_Manager fname, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Feb 17, 2023, street:, action:save, managername:, state:, costcenter:, email:, controller:users, comments:, manager:, middlename:, lastname:Camp_Manager lname, regex:, enddate:, statuskey:1, jobcode:, passwordExpired:*****, username:Camp_Manager, customer:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"275\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[country:, firstname:Camp_Manager fname, city:, phonenumber:, source:admin, sourceaction:createuser, startdate:Fri Feb 17 00:00:00 UTC 2023, street:, action:save, managername:, state:, inlineruleevaluation:false, costcenter:, email:, controller:users, comments:, manager:, calledUserUpdateFromUI:true, middlename:, isApi:FALSE, lastname:Camp_Manager lname, regex:, enddate:, statuskey:1, jobcode:, isCreateUser:TRUE, passwordExpired:*****, termDate:, username:Camp_Manager, customer:]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User : Camp_Manager, created by :admin\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"276\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_types, endpointkey:2, action:checkEntitlementTypeName, entitlementname:EO_EP1_EntType, _:1676618675164]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"277\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/checkEntitlementTypeName\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:show, id:61]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"278\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/show/61\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:EO_EP1_EntType, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:entitlementname, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"279\",\n            \"NEW_VALUE\": \"EO_EP1_EntType\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"entitlementname\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:EO_EP1, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:endpointkey, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"280\",\n            \"NEW_VALUE\": \"EO_EP1\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"endpointkey\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:EO_EP1_EntType, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:displayName, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"281\",\n            \"NEW_VALUE\": \"EO_EP1_EntType\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"displayName\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:showonchild, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"282\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"showonchild\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:2, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:systemkey, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"283\",\n            \"NEW_VALUE\": \"2\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"systemkey\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:True, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:Certifiable, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"284\",\n            \"NEW_VALUE\": \"True\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"Certifiable\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Table, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:Request Form, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"285\",\n            \"NEW_VALUE\": \"Table\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"Request Form\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Not Required, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:Hierarchy Required, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"286\",\n            \"NEW_VALUE\": \"Not Required\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"Hierarchy Required\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:False, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:Required, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"287\",\n            \"NEW_VALUE\": \"False\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"Required\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:false, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:requiredinservicerequest, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"288\",\n            \"NEW_VALUE\": \"false\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"requiredinservicerequest\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:true, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:recon, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"289\",\n            \"NEW_VALUE\": \"true\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"recon\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:0, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:orderindex, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"290\",\n            \"NEW_VALUE\": \"0\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"orderindex\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:true, eventId:C-1676618681108, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Create, objectName:EO_EP1_EntType, objectAttributeName:excludeRuleAssgnEntsInRequest, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"eventId:1676618681108, customproperty2_label:, endpointkey.id:2, workflow:, remoteHost:27.7.131.65, displayName:EO_EP1_EntType, endpointkey:id:2, actionUri:\\\\/entitlement_types\\\\/savenew, customproperty3_label:, customproperty4_label:, savmodule:, entitlementname:EO_EP1_EntType, objectType:ENTITLEMENT_TYPE, customproperty5_label:, actionType:Create, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, customproperty1_label:, entitlementdescription:, remoteAddress:27.7.131.65\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType created by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"291\",\n            \"NEW_VALUE\": \"true\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"excludeRuleAssgnEntsInRequest\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"C-1676618681108\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/savenew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618681445, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:24:41 UTC 2023, ipAddress:27.7.131.65, action:Show, objectName:EO_EP1_EntType, objectAttributeName:null, oldValue:null, objectType:ENTITLEMENT_TYPE]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENT_TYPE\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618681445, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/entitlement_types\\\\/show, savmodule:, remoteAddress:27.7.131.65, objectType:ENTITLEMENT_TYPE\\\",\\\"objectName\\\":\\\"EO_EP1_EntType\\\",\\\"message\\\":\\\"Entitlement Type EO_EP1_EntType viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"292\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:41\",\n            \"EVENT_ID\": \"S-1676618681445\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_types/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"293\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"294\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747741]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"295\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:53\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618747742]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"296\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"297\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:24:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747743]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"298\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:04\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"299\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:07\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"300\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:07\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618707078]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"301\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618707079]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"302\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:09\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"303\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:09\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"14\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[entitlementJSON:[Data:[]], controller:restfulv5, riskSODEvaluationByUser:true, action:sodEvaluation, showSODForNewEntitlementsOnly:true]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"52.20.100.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"304\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:09\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"52.20.100.65\",\n            \"ACCESS_URL\": \"/api/v5/sodEvaluation\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"15\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jbpmapi, action:workflowaccessreqStartMS]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"52.20.100.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"305\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"52.20.100.65\",\n            \"ACCESS_URL\": \"/api/jbpm/workflowaccessreqStartMS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"16\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[cc:, controller:restfulv5, bcc:, subject:Temporary Request ID: 1, action:sendEmail, from:, to:null, body:<div>Dear null null,</div><div><br></div><div>This is in regards to your request submission: 1 for EO_EP1_DN. Please find the details below:</div><div><br></div><div>Status: Approved</div><div>Request ID: 7</div><div></div><div></div><div><br></div><div>Regards,</div><div>Admin</div>]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"52.20.100.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"306\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"52.20.100.65\",\n            \"ACCESS_URL\": \"/api/v5/sendEmail\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, action:list]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"307\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747744]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"308\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, action:uploadEntitlementAssociationForm, _:1676618712764]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"309\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/uploadEntitlementAssociationForm\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747745]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"310\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:24\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747746]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"311\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:roles, query:, action:autocompletersecuritysystem, evaluatePermission:1, pagenum:1, _:1676618712765]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"312\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:40\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/autocompletersecuritysystem\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:roles, query:, action:autocompleterendPoint, pagenum:1, systemkey:2, _:1676618712766]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"313\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:42\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/autocompleterendPoint\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747747]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"314\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:44\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, firstrow:YES, delimeter:,, endpointKey:2, uploadfile:org.springframework.web.multipart.commons.CommonsMultipartFile@a96f370, createEntitlementValue:YES, action:entitlementAssociationUploadPreviewStep, systemKey:2, savmodule:]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"315\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlementAssociationUploadPreviewStep\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"11\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"202.142.116.195\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"316\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:46\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"202.142.116.195\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[entType1:1, controller:entitlement_values, delimeter:,, entType0:1, endpointKey:2, createEntitlementValue:YES, startjobnow:, firstrow:YES, totalcolumn:2, fieldemport1:entitlement2, action:uploadEntitlementAssociationFinalStep, fieldemport0:entitlement1, systemKey:2, col0:0=Entitlement1, col1:1=Entitlement2]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"317\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/uploadEntitlementAssociationFinalStep\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747748]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"318\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[entitlement2Created:12, controller:entitlement_values, entitlementMapping4Created:0, entitlement1Created:4, entitlement3Created:0, entitlementMapping3Created:0, entitlementMapping5Created:0, entitlement4Created:0, entitlement5Created:0, entitlementMapping2Created:12, action:entitlementAssociationUploadSummary]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"319\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:55\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlementAssociationUploadSummary\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"320\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:59\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"321\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:25:59\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618759084]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"322\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:00\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618759085]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"323\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:01\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"324\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:01\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747749]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"325\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:04\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:roles, action:list]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"326\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618747750]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"327\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"328\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:generalConfig]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin cliked on Configurations\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"329\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfig\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:generalConfigNew]\",\n            \"TYPEOFACCESS\": \"New\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for New Configurations\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"330\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfigNew\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:generalConfiguration, category:SoD, _:1676618776502]\",\n            \"TYPEOFACCESS\": \"uration\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for uration Configurations\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"331\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:18\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:globalConfigNewSearch, _:1676618776503]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"332\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:18\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/globalConfigNewSearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618777684, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:26:17 UTC 2023, ipAddress:27.7.131.65, action:Show, objectName:SoD, objectAttributeName:null, oldValue:null, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618777684, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/ecmConfig\\\\/generalConfiguration, category:SoD, remoteAddress:27.7.131.65, _:1676618776502, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"SoD\\\",\\\"message\\\":\\\"Configuration of category SoD viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"SoD\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"333\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:18\",\n            \"EVENT_ID\": \"S-1676618777684\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:userUploadForm, source:admin, sourceaction:userUpload, savmodule:, _:1676618829810]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"334\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/userUploadForm\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, action:generalConfiguration, category:Roles, _:1676618776505]\",\n            \"TYPEOFACCESS\": \"uration\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for uration Configurations\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"335\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618781379, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:26:21 UTC 2023, ipAddress:27.7.131.65, action:Show, objectName:Roles, objectAttributeName:null, oldValue:null, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618781379, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/ecmConfig\\\\/generalConfiguration, category:Roles, remoteAddress:27.7.131.65, _:1676618776505, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"Roles\\\",\\\"message\\\":\\\"Configuration of category Roles viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"Roles\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"336\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:21\",\n            \"EVENT_ID\": \"S-1676618781379\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:clearMsGlobalConfigCache, _:1676618776506]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"337\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/clearMsGlobalConfigCache\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:clearMsGlobalConfigCache, _:1676618776507]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"338\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/clearMsGlobalConfigCache\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:False, eventId:U-1676618783314, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:26:23 UTC 2023, ipAddress:27.7.131.65, action:Update, objectName:Role Export Format(First row as heading), objectAttributeName:configData, oldValue:, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"valuetemplate:ROLEEXFORMATH, actionType:Update, eventId:1676618783314, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/ecmConfig\\\\/updatetemplate, category:, remoteAddress:27.7.131.65, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"Role Export Format(First row as heading)\\\",\\\"message\\\":\\\"Configuration Role Export Format(First row as heading) updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"ROLEEXFORMATH\",\n            \"OLD_VALUE\": \"\",\n            \"USERLOGIN_ACCESSKEY\": \"339\",\n            \"NEW_VALUE\": \"False\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"configData\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:23\",\n            \"EVENT_ID\": \"U-1676618783314\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/updatetemplate/0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:clearMsGlobalConfigCache, _:1676618776508]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"340\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:24\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/clearMsGlobalConfigCache\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:True, eventId:U-1676618785702, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:26:25 UTC 2023, ipAddress:27.7.131.65, action:Update, objectName:Role modification auto approve, objectAttributeName:configData, oldValue:, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"valuetemplate:ROLEMODIFICATIONAUTOAPPROVAL, actionType:Update, eventId:1676618785702, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/ecmConfig\\\\/updatetemplate, remoteAddress:27.7.131.65, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"Role modification auto approve\\\",\\\"message\\\":\\\"Configuration Role modification auto approve updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"ROLEMODIFICATIONAUTOAPPROVAL\",\n            \"OLD_VALUE\": \"\",\n            \"USERLOGIN_ACCESSKEY\": \"341\",\n            \"NEW_VALUE\": \"True\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"configData\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:26\",\n            \"EVENT_ID\": \"U-1676618785702\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/updatetemplate/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:clearMsGlobalConfigCache, _:1676618776509]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"342\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:26\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/clearMsGlobalConfigCache\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:clearMsGlobalConfigCache, _:1676618776510]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"343\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:27\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/clearMsGlobalConfigCache\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, controller:users, delimeter:,, generateEmail:NO, zeroDayProvisioning:NO, checkrules:NO, source:admin, sourceaction:userUpload, isApi:FALSE, savmodule:, firstrow:YES, valideRule:NO, generateSystemUsername:NO, uploadfile:org.springframework.web.multipart.commons.CommonsMultipartFile@44322125, userReconcillationField:, isCreateUser:NA, action:uploadusersubmit, passwordExpired:*****]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"344\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploadusersubmit\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, controller:users, delimeter:,, generateEmail:NO, zeroDayProvisioning:NO, checkrules:NO, source:admin, sourceaction:userUpload, isApi:FALSE, savmodule:, firstrow:YES, newColum:0, valideRule:NO, generateSystemUsername:NO, uploadfile:org.springframework.web.multipart.commons.CommonsMultipartFile@44322125, userReconcillationField:, isCreateUser:NA, action:uploadusersubmit, passwordExpired:*****]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"345\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduser\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Camp, eventId:U-1676618790161, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:26:30 UTC 2023, ipAddress:27.7.131.65, action:Update, objectName:Roles Remove Workflow, objectAttributeName:configData, oldValue:, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"valuetemplate:ENTROLE_DEL_WORKFLOW, actionType:Update, eventId:1676618790161, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/ecmConfig\\\\/updatetemplate, remoteAddress:27.7.131.65, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"Roles Remove Workflow\\\",\\\"message\\\":\\\"Configuration Roles Remove Workflow updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"ENTROLE_DEL_WORKFLOW\",\n            \"OLD_VALUE\": \"\",\n            \"USERLOGIN_ACCESSKEY\": \"346\",\n            \"NEW_VALUE\": \"Camp\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"configData\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:30\",\n            \"EVENT_ID\": \"U-1676618790161\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/updatetemplate/Camp\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:clearMsGlobalConfigCache, _:1676618776511]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"347\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:30\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/clearMsGlobalConfigCache\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, zeroDayProvisioning:NO, checkrules:NO, formfield_9:*****, formfield_4:SECONDARYEMAIL, formfield_3:CUSTOMPROPERTY2, formfield_2:PREFEREDFIRSTNAME, formfield_1:LASTNAME, formfield_8:CITY, formfield_7:USERNAME, formfield_6:CUSTOMPROPERTY34, formfield_5:EMAIL, action:uploaduserfinalstep, formfield_0:FIRSTNAME, formfield_11:TITLE, formfield_10:JOBCODE, formfield_13:_, controller:users, formfield_12:JOB_FUNCTION, generateEmail:NO, formfield_15:MANAGER, formfield_14:_, savmodule:, generateSystemUsername:NO, totalcolumn:16, userReconcillationField:, passwordExpired:*****, customer:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"348\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduserfinalstep\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"16\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Upload, objectKey:Upload User - Copy (1).csv02-17-2023]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"Upload\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Upload, objectKey:Upload User - Copy (1).csv02-17-2023\\\",\\\"message\\\":\\\"User Upload File 'Upload User - Copy (1).csv02-17-2023' completed by admin\\\"}\",\n            \"OBJECTKEY\": \"Upload User - Copy (1).csv02-17-2023\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"349\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduserfinalstep\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[insertedrecords:0, controller:users, updatedrecords:1, action:summaryPreview, totalrecords:1, savmodule:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"350\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/summaryPreview\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:Camp, eventId:U-1676618792126, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:26:32 UTC 2023, ipAddress:27.7.131.65, action:Update, objectName:Roles Add Workflow, objectAttributeName:configData, oldValue:, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"valuetemplate:ENTROLE_ADD_WORKFLOW, actionType:Update, eventId:1676618792126, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 13, remoteHost:27.7.131.65, actionUri:\\\\/ecmConfig\\\\/updatetemplate, remoteAddress:27.7.131.65, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"Roles Add Workflow\\\",\\\"message\\\":\\\"Configuration Roles Add Workflow updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"ENTROLE_ADD_WORKFLOW\",\n            \"OLD_VALUE\": \"\",\n            \"USERLOGIN_ACCESSKEY\": \"351\",\n            \"NEW_VALUE\": \"Camp\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"configData\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:32\",\n            \"EVENT_ID\": \"U-1676618792126\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/ecmConfig/updatetemplate/Camp\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:clearMsGlobalConfigCache, _:1676618776512]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"352\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/clearMsGlobalConfigCache\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"353\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:37\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:roles, action:create, savmodule:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"354\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:37\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/create\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:roles, rolename:EO_dataset, action:existingNameCheck, _:1676618798378]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"355\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/existingNameCheck\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[customproperty4:, customproperty5:, customproperty2:, addParentGroupChk:-1, customproperty3:, customproperty1:, confidentiality:0, description:, objectKey:1, action:save, roletype:4, SYNCHRONIZER_TOKEN:b0dc67ae-4c8c-4dcd-a356-018a35e63536, syscritical:0, addChildGroupChk:1, controller:roles, level:, maxTimeFrameHrs:, endpointkey:, priviliged:0, SYNCHRONIZER_URI:/ECM/roles/create, savmodule:, manage:, role_name:EO_dataset, glossary:, actionType:Create, doNotShowButtons:1, addAccountChk:-1, displayname:, soxcritical:0, addOwnerChk:1, defaultTimeFrameHrs:, requestable:true, status:1, updateuser:1]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"Create\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"customproperty4:, customproperty5:, customproperty2:, addParentGroupChk:-1, customproperty3:, customproperty1:, confidentiality:0, description:, roletype:4, SYNCHRONIZER_TOKEN:b0dc67ae-4c8c-4dcd-a356-018a35e63536, syscritical:0, addChildGroupChk:1, level:, maxTimeFrameHrs:, endpointkey:, priviliged:0, SYNCHRONIZER_URI:\\\\/ECM\\\\/roles\\\\/create, savmodule:, manage:, role_name:EO_dataset, glossary:, doNotShowButtons:1, addAccountChk:-1, displayname:, soxcritical:0, addOwnerChk:1, defaultTimeFrameHrs:, requestable:true, status:1, updateuser:1\\\",\\\"message\\\":\\\"Roles : EO_dataset, created by admin \\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"356\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/save\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:roles, objectKey:1, action:show, id:1, savmodule:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"savmodule:\\\",\\\"message\\\":\\\"User admin requested show for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"357\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roledetail, controller:roles, objectKey:1, action:roledetail, id:1, savmodule:, _:1676618817699]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roledetail\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"savmodule:, _:1676618817699\\\",\\\"message\\\":\\\"User admin requested roledetail for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"358\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:26:58\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roledetail/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roleTcodes, controller:roles, objectKey:1, action:roleTcodes, id:1, version:, savmodule:, _:1676618817701]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleTcodes\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"version:, savmodule:, _:1676618817701\\\",\\\"message\\\":\\\"User admin requested roleTcodes for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"359\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleTcodes/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, action:roletcodeentitlementslist, iColumns:7, id:1, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_6:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618817701, sSearch_3:, sSearch_2:, mDataProp_6:endpointname, sSearch_1:, controller:roles, mDataProp_5:systemname, sSearch_0:, bRegex:false, iDisplayStart:0, entitlementTypeKey:, actionType:roletcodeentitlementslist, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, mDataProp_4:entitlementtypekey, mDataProp_3:entitlement_glossary, sSearch_6:, mDataProp_2:description, sSearch_5:, mDataProp_1:entitlement_value, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roletcodeentitlementslist\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, iColumns:7, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_6:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618817701, sSearch_3:, sSearch_2:, mDataProp_6:endpointname, sSearch_1:, mDataProp_5:systemname, sSearch_0:, bRegex:false, iDisplayStart:0, entitlementTypeKey:, actionType:roleTcodes, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, mDataProp_4:entitlementtypekey, mDataProp_3:entitlement_glossary, sSearch_6:, mDataProp_2:description, sSearch_5:, mDataProp_1:entitlement_value, sSearch_4:\\\",\\\"message\\\":\\\"User admin requested roletcodeentitlementslist for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"360\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roletcodeentitlementslist/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:setentkeyinsessionset, controller:roles, objectKey:1, action:setentkeyinsessionset, id:1, _:1676618817702]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"setentkeyinsessionset\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"_:1676618817702\\\",\\\"message\\\":\\\"User admin requested setentkeyinsessionset for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"361\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:18\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/setentkeyinsessionset/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:setentkeyinsessionset, controller:roles, objectKey:null, action:setentkeyinsessionset, id:4, _:1676618817703]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"setentkeyinsessionset\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"_:1676618817703\\\",\\\"message\\\":\\\"User admin requested setentkeyinsessionset for role null\\\"}\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"362\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:20\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/setentkeyinsessionset/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:setentkeyinsessionset, controller:roles, objectKey:null, action:setentkeyinsessionset, id:7, _:1676618817704]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"setentkeyinsessionset\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"_:1676618817704\\\",\\\"message\\\":\\\"User admin requested setentkeyinsessionset for role null\\\"}\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"363\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/setentkeyinsessionset/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:setentkeyinsessionset, controller:roles, objectKey:null, action:setentkeyinsessionset, id:10, _:1676618817705]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"setentkeyinsessionset\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"_:1676618817705\\\",\\\"message\\\":\\\"User admin requested setentkeyinsessionset for role null\\\"}\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"364\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:26\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/setentkeyinsessionset/10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:roles, atype:ent, action:checkIfanyChecked, _:1676618817706]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"365\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:27\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/checkIfanyChecked\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:roles, rolekey:1, action:addTcodeToRole]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"366\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:27\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/addTcodeToRole\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:roles, tab:tcode, objectKey:1, action:show, id:1]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"tab:tcode\\\",\\\"message\\\":\\\"User admin requested show for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"367\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roledetail, controller:roles, objectKey:1, action:roledetail, id:1, savmodule:, _:1676618847609]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roledetail\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"savmodule:, _:1676618847609\\\",\\\"message\\\":\\\"User admin requested roledetail for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"368\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roledetail/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roleTcodes, controller:roles, objectKey:1, action:roleTcodes, id:1, version:, savmodule:, _:1676618847611]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleTcodes\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"version:, savmodule:, _:1676618847611\\\",\\\"message\\\":\\\"User admin requested roleTcodes for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"369\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:30\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleTcodes/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, action:roletcodeentitlementslist, iColumns:7, id:1, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_6:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618847611, sSearch_3:, sSearch_2:, mDataProp_6:endpointname, sSearch_1:, controller:roles, mDataProp_5:systemname, sSearch_0:, bRegex:false, iDisplayStart:0, entitlementTypeKey:, actionType:roletcodeentitlementslist, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, mDataProp_4:entitlementtypekey, mDataProp_3:entitlement_glossary, sSearch_6:, mDataProp_2:description, sSearch_5:, mDataProp_1:entitlement_value, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roletcodeentitlementslist\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, iColumns:7, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_6:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618847611, sSearch_3:, sSearch_2:, mDataProp_6:endpointname, sSearch_1:, mDataProp_5:systemname, sSearch_0:, bRegex:false, iDisplayStart:0, entitlementTypeKey:, actionType:roleTcodes, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, mDataProp_4:entitlementtypekey, mDataProp_3:entitlement_glossary, sSearch_6:, mDataProp_2:description, sSearch_5:, mDataProp_1:entitlement_value, sSearch_4:\\\",\\\"message\\\":\\\"User admin requested roletcodeentitlementslist for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"370\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:30\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roletcodeentitlementslist/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roleUsers, controller:roles, objectKey:1, action:roleUsers, id:1, version:, savmodule:, _:1676618847612]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleUsers\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"version:, savmodule:, _:1676618847612\\\",\\\"message\\\":\\\"User admin requested roleUsers for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"371\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleUsers/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, bSortable_9:true, bSortable_7:true, bSortable_8:true, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, action:roleuserslist, iColumns:10, id:1, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_9:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_9:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618847612, mDataProp_8:STARTDATE, sSearch_3:, mDataProp_7:JOBCODE, sSearch_2:, mDataProp_6:MANAGER, sSearch_1:, controller:roles, mDataProp_5:EMAIL, sSearch_0:, mDataProp_9:ENDDATE, bRegex:false, roleusers:1, iDisplayStart:0, actionType:roleuserslist, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, sSearch_9:, sSearch_8:, mDataProp_4:CITY, sSearch_7:, mDataProp_3:LASTNAME, sSearch_6:, mDataProp_2:FIRSTNAME, sSearch_5:, mDataProp_1:USERNAME, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleuserslist\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, bSortable_9:true, bSortable_7:true, bSortable_8:true, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, iColumns:10, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_9:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_9:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618847612, mDataProp_8:STARTDATE, sSearch_3:, mDataProp_7:JOBCODE, sSearch_2:, mDataProp_6:MANAGER, sSearch_1:, mDataProp_5:EMAIL, sSearch_0:, mDataProp_9:ENDDATE, bRegex:false, roleusers:1, iDisplayStart:0, actionType:roleUsers, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, sSearch_9:, sSearch_8:, mDataProp_4:CITY, sSearch_7:, mDataProp_3:LASTNAME, sSearch_6:, mDataProp_2:FIRSTNAME, sSearch_5:, mDataProp_1:USERNAME, sSearch_4:\\\",\\\"message\\\":\\\"User admin requested roleuserslist for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"372\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:33\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleuserslist/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:10, _:1676618847613]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"373\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:42\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:11, _:1676618847614]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"374\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:43\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:12, _:1676618847615]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"375\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:44\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:13, _:1676618847616]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"376\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:44\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/13\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:userUploadForm, source:admin, sourceaction:userUpload, savmodule:, _:1676618853103]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"377\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/userUploadForm\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:14, _:1676618847617]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"378\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/14\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:15, _:1676618847618]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"379\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/15\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:16, _:1676618847619]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"380\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/16\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:17, _:1676618847620]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"381\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:53\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/17\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:18, _:1676618847621]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"382\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/18\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:19, _:1676618847622]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"383\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:55\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/19\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, controller:users, delimeter:,, generateEmail:NO, zeroDayProvisioning:NO, checkrules:NO, source:admin, sourceaction:userUpload, isApi:FALSE, savmodule:, firstrow:YES, valideRule:NO, generateSystemUsername:NO, uploadfile:org.springframework.web.multipart.commons.CommonsMultipartFile@266c4023, userReconcillationField:, isCreateUser:NA, action:uploadusersubmit, passwordExpired:*****]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"384\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:56\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploadusersubmit\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, controller:users, delimeter:,, generateEmail:NO, zeroDayProvisioning:NO, checkrules:NO, source:admin, sourceaction:userUpload, isApi:FALSE, savmodule:, firstrow:YES, newColum:0, valideRule:NO, generateSystemUsername:NO, uploadfile:org.springframework.web.multipart.commons.CommonsMultipartFile@266c4023, userReconcillationField:, isCreateUser:NA, action:uploadusersubmit, passwordExpired:*****]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"385\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:27:56\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduser\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[modifyuserdatajson:, zeroDayProvisioning:NO, checkrules:NO, formfield_9:*****, formfield_4:SECONDARYEMAIL, formfield_3:CUSTOMPROPERTY2, formfield_2:PREFEREDFIRSTNAME, formfield_1:LASTNAME, formfield_8:CITY, formfield_7:USERNAME, formfield_6:CUSTOMPROPERTY34, formfield_5:EMAIL, action:uploaduserfinalstep, formfield_0:FIRSTNAME, formfield_11:TITLE, formfield_10:JOBCODE, formfield_13:_, controller:users, formfield_12:JOB_FUNCTION, generateEmail:NO, formfield_15:MANAGER, formfield_14:_, savmodule:, generateSystemUsername:NO, totalcolumn:16, userReconcillationField:, passwordExpired:*****, customer:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"386\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:01\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduserfinalstep\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"16\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Upload, objectKey:Upload User - Copy (2).csv02-17-2023]\",\n            \"TYPEOFACCESS\": \"USERS\",\n            \"ACTIONTYPE\": \"Upload\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Upload, objectKey:Upload User - Copy (2).csv02-17-2023\\\",\\\"message\\\":\\\"User Upload File 'Upload User - Copy (2).csv02-17-2023' completed by admin\\\"}\",\n            \"OBJECTKEY\": \"Upload User - Copy (2).csv02-17-2023\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"387\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:02\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/uploaduserfinalstep\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:roles, atype:roleUser, action:checkIfanyRoleUserChecked, _:1676618847623]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"388\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:02\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/checkIfanyRoleUserChecked\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[insertedrecords:0, controller:users, updatedrecords:51, action:summaryPreview, totalrecords:51, savmodule:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"389\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:03\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/summaryPreview\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[date:Fri, 17 Feb 2023 07:28:02 GMT, addusertorole:'addusertorole', controller:roles, rolekey:1, action:saveuserstorole, savmodule:, manage:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Roles\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"390\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:03\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/saveuserstorole\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:list]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"391\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:07\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/users/list\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:roles, tab:user, objectKey:1, action:show, id:1, savmodule:, manage:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"tab:user, savmodule:, manage:\\\",\\\"message\\\":\\\"User admin requested show for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"392\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:09\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roleUsers, controller:roles, objectKey:1, action:roleUsers, id:1, version:, savmodule:, _:1676618888870]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleUsers\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"version:, savmodule:, _:1676618888870\\\",\\\"message\\\":\\\"User admin requested roleUsers for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"393\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleUsers/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, bSortable_9:true, bSortable_7:true, bSortable_8:true, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, action:roleuserslist, iColumns:10, id:1, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_9:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_9:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618888870, mDataProp_8:STARTDATE, sSearch_3:, mDataProp_7:JOBCODE, sSearch_2:, mDataProp_6:MANAGER, sSearch_1:, controller:roles, mDataProp_5:EMAIL, sSearch_0:, mDataProp_9:ENDDATE, bRegex:false, roleusers:1, iDisplayStart:0, actionType:roleuserslist, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, sSearch_9:, sSearch_8:, mDataProp_4:CITY, sSearch_7:, mDataProp_3:LASTNAME, sSearch_6:, mDataProp_2:FIRSTNAME, sSearch_5:, mDataProp_1:USERNAME, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleuserslist\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, bSortable_9:true, bSortable_7:true, bSortable_8:true, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, iColumns:10, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_9:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_9:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618888870, mDataProp_8:STARTDATE, sSearch_3:, mDataProp_7:JOBCODE, sSearch_2:, mDataProp_6:MANAGER, sSearch_1:, mDataProp_5:EMAIL, sSearch_0:, mDataProp_9:ENDDATE, bRegex:false, roleusers:1, iDisplayStart:0, actionType:roleUsers, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, sSearch_9:, sSearch_8:, mDataProp_4:CITY, sSearch_7:, mDataProp_3:LASTNAME, sSearch_6:, mDataProp_2:FIRSTNAME, sSearch_5:, mDataProp_1:USERNAME, sSearch_4:\\\",\\\"message\\\":\\\"User admin requested roleuserslist for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"394\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleuserslist/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"395\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"396\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618895944]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"397\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618895945]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"398\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"399\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618895946]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"400\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:27\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[certifierUsername:admin, controller:restfulv5, refreshProgress:N, offset:0, max:1, action:fetchCertificationList, status:new,inprogress,readytosubmit]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"401\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/api/v5/fetchCertificationList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"402\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:38\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/pendingtasklist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"403\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:38\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/taskssearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"404\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:38\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/taskendpointssearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"405\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:38\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/tasksecuritysystemsearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"406\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:38\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/taskentsearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"407\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:38\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/taskuserssearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"408\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:46\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:, alltask:1, description:, type:complete, undefined:*****, entitlement_glossary:, requestedby:, endpoint:, systemUserName:, localTimeZone:, action:completeAllTasksConfirmationModal, entitlement_value:, TaskCreationDateEnd:, taskid:, _:1676618917988, taskowneruser:, TaskCreationDateStart:, controller:jbpmworkflowmanagement, securitysystem:, endpointdescription:, parenttaskid:, lastname:, taskownerusergroup:, sSearch:, port:, requestid:, account:, updateuser:, username:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"409\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:46\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/completeAllTasksConfirmationModal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"410\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:46\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618981674]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"411\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:46\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676618981675]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"412\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"413\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:, alltask:1, description:, type:complete, undefined:*****, entitlement_glossary:, requestedby:, endpoint:, systemUserName:, localTimeZone:, action:completeAllTasksConfirmationModal, entitlement_value:, TaskCreationDateEnd:, taskid:, _:1676618917989, taskowneruser:, TaskCreationDateStart:, controller:jbpmworkflowmanagement, securitysystem:, endpointdescription:, parenttaskid:, lastname:, taskownerusergroup:, sSearch:, port:, requestid:, account:, updateuser:, username:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"414\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:50\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/completeAllTasksConfirmationModal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[firstname:, alltask:1, description:, type:complete, undefined:*****, entitlement_glossary:, requestedby:, endpoint:, systemUserName:, localTimeZone:, action:completeAllTasks, entitlement_value:, TaskCreationDateEnd:, taskid:, _:1676618917990, taskowneruser:, TaskCreationDateStart:, controller:jbpmworkflowmanagement, comments:undefined, securitysystem:, endpointdescription:, parenttaskid:, lastname:, taskownerusergroup:, sSearch:, port:, requestid:, account:, updateuser:, username:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"415\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:51\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jbpmworkflowmanagement/completeAllTasks\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"416\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/pendingtasklist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676618981676]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"417\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"418\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/taskssearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"419\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/taskendpointssearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"420\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/tasksecuritysystemsearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"421\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/taskentsearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:workflowmanagement, jsontype:datatable, action:pendingtasklist]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"422\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:28:57\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/taskuserssearch\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roleTcodes, controller:roles, objectKey:1, action:roleTcodes, id:1, version:, savmodule:, _:1676618888872]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleTcodes\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"version:, savmodule:, _:1676618888872\\\",\\\"message\\\":\\\"User admin requested roleTcodes for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"423\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:11\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleTcodes/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, action:roletcodeentitlementslist, iColumns:7, id:1, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_6:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618888872, sSearch_3:, sSearch_2:, mDataProp_6:endpointname, sSearch_1:, controller:roles, mDataProp_5:systemname, sSearch_0:, bRegex:false, iDisplayStart:0, entitlementTypeKey:, actionType:roletcodeentitlementslist, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, mDataProp_4:entitlementtypekey, mDataProp_3:entitlement_glossary, sSearch_6:, mDataProp_2:description, sSearch_5:, mDataProp_1:entitlement_value, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roletcodeentitlementslist\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, iColumns:7, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_6:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618888872, sSearch_3:, sSearch_2:, mDataProp_6:endpointname, sSearch_1:, mDataProp_5:systemname, sSearch_0:, bRegex:false, iDisplayStart:0, entitlementTypeKey:, actionType:roleTcodes, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, mDataProp_4:entitlementtypekey, mDataProp_3:entitlement_glossary, sSearch_6:, mDataProp_2:description, sSearch_5:, mDataProp_1:entitlement_value, sSearch_4:\\\",\\\"message\\\":\\\"User admin requested roletcodeentitlementslist for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"424\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:11\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roletcodeentitlementslist/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roleUsers, controller:roles, objectKey:1, action:roleUsers, id:1, version:, savmodule:, _:1676618888873]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleUsers\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"version:, savmodule:, _:1676618888873\\\",\\\"message\\\":\\\"User admin requested roleUsers for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"425\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:11\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleUsers/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, bSortable_9:true, bSortable_7:true, bSortable_8:true, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, action:roleuserslist, iColumns:10, id:1, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_9:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_9:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618888873, mDataProp_8:STARTDATE, sSearch_3:, mDataProp_7:JOBCODE, sSearch_2:, mDataProp_6:MANAGER, sSearch_1:, controller:roles, mDataProp_5:EMAIL, sSearch_0:, mDataProp_9:ENDDATE, bRegex:false, roleusers:1, iDisplayStart:0, actionType:roleuserslist, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, sSearch_9:, sSearch_8:, mDataProp_4:CITY, sSearch_7:, mDataProp_3:LASTNAME, sSearch_6:, mDataProp_2:FIRSTNAME, sSearch_5:, mDataProp_1:USERNAME, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleuserslist\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, bSortable_9:true, bSortable_7:true, bSortable_8:true, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, iColumns:10, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_9:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_9:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618888873, mDataProp_8:STARTDATE, sSearch_3:, mDataProp_7:JOBCODE, sSearch_2:, mDataProp_6:MANAGER, sSearch_1:, mDataProp_5:EMAIL, sSearch_0:, mDataProp_9:ENDDATE, bRegex:false, roleusers:1, iDisplayStart:0, actionType:roleUsers, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, sSearch_9:, sSearch_8:, mDataProp_4:CITY, sSearch_7:, mDataProp_3:LASTNAME, sSearch_6:, mDataProp_2:FIRSTNAME, sSearch_5:, mDataProp_1:USERNAME, sSearch_4:\\\",\\\"message\\\":\\\"User admin requested roleuserslist for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"426\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleuserslist/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:roleTcodes, controller:roles, objectKey:1, action:roleTcodes, id:1, version:, savmodule:, _:1676618888874]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roleTcodes\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"version:, savmodule:, _:1676618888874\\\",\\\"message\\\":\\\"User admin requested roleTcodes for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"427\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roleTcodes/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, action:roletcodeentitlementslist, iColumns:7, id:1, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_6:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618888874, sSearch_3:, sSearch_2:, mDataProp_6:endpointname, sSearch_1:, controller:roles, mDataProp_5:systemname, sSearch_0:, bRegex:false, iDisplayStart:0, entitlementTypeKey:, actionType:roletcodeentitlementslist, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, mDataProp_4:entitlementtypekey, mDataProp_3:entitlement_glossary, sSearch_6:, mDataProp_2:description, sSearch_5:, mDataProp_1:entitlement_value, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"ROLE\",\n            \"ACTIONTYPE\": \"roletcodeentitlementslist\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, bSortable_5:true, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, tab:null, bSortable_0:false, objectKey:1, iColumns:7, iSortingCols:1, iDisplayLength:15, version:, savmodule:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_6:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, _:1676618888874, sSearch_3:, sSearch_2:, mDataProp_6:endpointname, sSearch_1:, mDataProp_5:systemname, sSearch_0:, bRegex:false, iDisplayStart:0, entitlementTypeKey:, actionType:roleTcodes, sSortDir_0:asc, jsontype:datatable, mDataProp_0:FK, mDataProp_4:entitlementtypekey, mDataProp_3:entitlement_glossary, sSearch_6:, mDataProp_2:description, sSearch_5:, mDataProp_1:entitlement_value, sSearch_4:\\\",\\\"message\\\":\\\"User admin requested roletcodeentitlementslist for role EO_dataset\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"428\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/roles/roletcodeentitlementslist/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:entitlement_values, objectKey:1, action:show, id:1]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"Data cannot be shown\\\",\\\"objectName\\\":\\\"EO_EP1_ParentEnt1\\\",\\\"message\\\":\\\"User admin requested show for Entitlement EO_EP1_ParentEnt1\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"429\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/show/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, sEcho:1, bRegex_0:false, sColumns:, bRegex_1:false, bSortable_1:true, bSortable_0:true, objectKey:1, action:entitlement_class, iColumns:2, id:1, sSearch_1:, controller:entitlement_values, sSearch_0:, iSortingCols:1, bRegex:false, iDisplayLength:15, iDisplayStart:0, sSearch:, actionType:entitlement_class, bSearchable_1:true, sSortDir_0:asc, jsontype:datatable, bSearchable_0:true, mDataProp_0:accessclass, mDataProp_1:description]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"entitlement_class\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, sEcho:1, bRegex_0:false, sColumns:, bRegex_1:false, bSortable_1:true, bSortable_0:true, objectKey:1, iColumns:2, sSearch_1:, sSearch_0:, iSortingCols:1, bRegex:false, iDisplayLength:15, iDisplayStart:0, sSearch:, actionType:Show, bSearchable_1:true, sSortDir_0:asc, jsontype:datatable, bSearchable_0:true, mDataProp_0:accessclass, mDataProp_1:description\\\",\\\"message\\\":\\\"User admin requested entitlement_class for entitlement_values EO_EP1_ParentEnt1\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"430\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlement_class/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, entitlement_glossary:, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, bSortable_0:false, objectKey:1, action:entvalforsystemendpointj, roletype:, iColumns:5, id:1, entitlement_value:, endpoint1:, iSortingCols:1, iDisplayLength:5, priviliged:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, soxcritical:, bSearchable_4:true, bSearchable_3:true, securitysystems1:, customproperty2:, customproperty3:, customproperty1:, confidentiality:, description:, sEcho:1, undefined:*****, bRegex_0:false, bRegex_1:false, bRegex_4:false, bRegex_2:false, bRegex_3:false, statuse:, sSearch_3:, owner:, syscritical:, sSearch_2:, sSearch_1:, controller:workflowmanagement, sSearch_0:, bRegex:false, iDisplayStart:0, actionType:Show, sSortDir_0:asc, jsontype:datatable, entitlementtypekey:, mDataProp_0:FK, risk:, mDataProp_4:endpointname, mDataProp_3:systemname, mDataProp_2:description, mDataProp_1:role_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"431\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/entvalforsystemendpointj/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:entitlement_values, objectKey:1, action:entitlement_ownerslist, id:1, savmodule:, _:1676618956756]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"Data cannot be shown\\\",\\\"objectName\\\":\\\"EO_EP1_ParentEnt1\\\",\\\"message\\\":\\\"User admin requested to view entitlement owner list for Entitlement EO_EP1_ParentEnt1\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"432\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:21\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlement_ownerslist/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, action:addowner, entValId:1, _:1676618956757]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"433\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:23\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/addowner\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:20, _:1676618956758]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"434\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:28\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/20\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Update, controller:entitlement_values, objectKey:1, action:addownerinentitlment, id:1, userkey:20,, _:1676618956760]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"userkey:20,, _:1676618956760\\\",\\\"message\\\":\\\"Entitlement_value EO_EP1_ParentEnt1 updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"435\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:30\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/addownerinentitlment/1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, attrId:rank_20_1_1, newrank:26, action:checkIfThereAreNoPrimaryCertifier, _:1676618956761]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"436\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/checkIfThereAreNoPrimaryCertifier\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[entvalkey:1, actionType:Update, controller:entitlement_values, oldrank:1, objectKey:1, rank:26, action:setrank, userkey:20, _:1676618956762]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"entvalkey:1, oldrank:1, rank:26, userkey:20, _:1676618956762\\\",\\\"message\\\":\\\"Entitlement_value EO_EP1_ParentEnt1 updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"1\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"437\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:34\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/setrank\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:entitlement_values, objectKey:4, action:show, id:4]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"Data cannot be shown\\\",\\\"objectName\\\":\\\"EO_EP1_ParentEnt2\\\",\\\"message\\\":\\\"User admin requested show for Entitlement EO_EP1_ParentEnt2\\\"}\",\n            \"OBJECTKEY\": \"4\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"438\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:38\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/show/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[customproperty10:, customproperty12:, customproperty11:, customproperty18:, customproperty17:, customproperty19:, customproperty14:, customproperty13:, customproperty16:, customproperty15:, sColumns:, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:listjsongroup, iColumns:3, id:null, iSortingCols:1, sSearch:, status:, customproperty4:, customproperty5:, customproperty2:, customproperty3:, customproperty1:, sEcho:1, bp:, bRegex_0:false, bRegex_1:false, customproperty8:, customproperty9:, bRegex_2:false, customproperty6:, customproperty7:, sSearch_2:, sSearch_1:, controller:campaignEoAndRo, sSearch_0:, customproperty60:, campaignAccessableUrlSet:[/certification/discontinue, /campaignOrganization/**, /campaign/create, /campaignAOMetaData/**, /campaignTemplate/**, /stepone/export, /firststep/actions, /campaignTemplate/schedulecampaign, /secondstep/actions, /campaignTemplate/campaignTemplate_History, /campaign/reconfigure, /campaign/discontinue, /certificationlist/export, /campaign/viewAllCampCertAccess, /certification/export, /campaignlist/export, /campaign/summary, /secondstep/export, /certification/**, /campaignTemplate/campaignTemplateList, /campaignEoAndRo/**, /campaignTemplate/deleteTemplate], allowReadOnlyAuditorAccess:false, jsontype:datatable, displayname:, customproperty54:, customproperty53:, customproperty56:, customproperty55:, iSortCol_0:0, customproperty50:, customproperty52:, customproperty51:, customproperty58:, customproperty57:, customproperty59:, mininginstance:, customproperty43:, customproperty42:, customproperty45:, customproperty44:, customproperty41:, customproperty40:, iDisplayLength:15, customproperty47:, customproperty46:, users:admin, customproperty49:, customproperty48:, role_name:, glossary:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, customproperty32:, customproperty31:, customproperty34:, customproperty33:, customproperty30:, description:, customproperty39:, customproperty36:, customproperty35:, customproperty38:, customproperty37:, customproperty21:, customproperty20:, customproperty23:, customproperty22:, bRegex:false, customproperty29:, customproperty28:, customproperty25:, customproperty24:, customproperty27:, iDisplayStart:0, customproperty26:, sSortDir_0:asc, mDataProp_0:chk, mDataProp_2:description, mDataProp_1:role_name]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"439\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:39\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/campaignEoAndRo/listjsongroup/null\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, sEcho:1, bRegex_0:false, sColumns:, bRegex_1:false, bSortable_1:true, bSortable_0:true, objectKey:4, action:entitlement_class, iColumns:2, id:4, sSearch_1:, controller:entitlement_values, sSearch_0:, iSortingCols:1, bRegex:false, iDisplayLength:15, iDisplayStart:0, sSearch:, actionType:entitlement_class, bSearchable_1:true, sSortDir_0:asc, jsontype:datatable, bSearchable_0:true, mDataProp_0:accessclass, mDataProp_1:description]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"entitlement_class\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, sEcho:1, bRegex_0:false, sColumns:, bRegex_1:false, bSortable_1:true, bSortable_0:true, objectKey:4, iColumns:2, sSearch_1:, sSearch_0:, iSortingCols:1, bRegex:false, iDisplayLength:15, iDisplayStart:0, sSearch:, actionType:Show, bSearchable_1:true, sSortDir_0:asc, jsontype:datatable, bSearchable_0:true, mDataProp_0:accessclass, mDataProp_1:description\\\",\\\"message\\\":\\\"User admin requested entitlement_class for entitlement_values EO_EP1_ParentEnt2\\\"}\",\n            \"OBJECTKEY\": \"4\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"440\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:40\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlement_class/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, entitlement_glossary:, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, bSortable_0:false, objectKey:4, action:entvalforsystemendpointj, roletype:, iColumns:5, id:4, entitlement_value:, endpoint1:, iSortingCols:1, iDisplayLength:5, priviliged:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, soxcritical:, bSearchable_4:true, bSearchable_3:true, securitysystems1:, customproperty2:, customproperty3:, customproperty1:, confidentiality:, description:, sEcho:1, undefined:*****, bRegex_0:false, bRegex_1:false, bRegex_4:false, bRegex_2:false, bRegex_3:false, statuse:, sSearch_3:, owner:, syscritical:, sSearch_2:, sSearch_1:, controller:workflowmanagement, sSearch_0:, bRegex:false, iDisplayStart:0, actionType:Show, sSortDir_0:asc, jsontype:datatable, entitlementtypekey:, mDataProp_0:FK, risk:, mDataProp_4:endpointname, mDataProp_3:systemname, mDataProp_2:description, mDataProp_1:role_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"4\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"441\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:40\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/entvalforsystemendpointj/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:entitlement_values, objectKey:4, action:entitlement_ownerslist, id:4, savmodule:, _:1676618978257]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"Data cannot be shown\\\",\\\"objectName\\\":\\\"EO_EP1_ParentEnt2\\\",\\\"message\\\":\\\"User admin requested to view entitlement owner list for Entitlement EO_EP1_ParentEnt2\\\"}\",\n            \"OBJECTKEY\": \"4\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"442\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:41\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlement_ownerslist/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, action:addowner, entValId:4, _:1676618978258]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"443\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:42\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/addowner\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:21, _:1676618978259]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"444\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:47\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/21\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Update, controller:entitlement_values, objectKey:4, action:addownerinentitlment, id:4, userkey:21,, _:1676618978261]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"userkey:21,, _:1676618978261\\\",\\\"message\\\":\\\"Entitlement_value EO_EP1_ParentEnt2 updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"4\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"445\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:49\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/addownerinentitlment/4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:ecmConfig, callFrom:createcampaign, action:generalConfiguration, category:Campaign Config Entitlement Owner, _:1676619032674]\",\n            \"TYPEOFACCESS\": \"uration\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for uration Configurations\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"446\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, attrId:rank_21_4_1, newrank:26, action:checkIfThereAreNoPrimaryCertifier, _:1676618978262]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"447\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/checkIfThereAreNoPrimaryCertifier\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[accessType:User, newValue:null, eventId:S-1676618993574, accessBy:admin, processId:null, eventTime:Fri Feb 17 07:29:53 UTC 2023, ipAddress:49.207.209.154, action:Show, objectName:Campaign Config Entitlement Owner, objectAttributeName:null, oldValue:null, objectType:GLOBAL_CONFIGURATION]\",\n            \"TYPEOFACCESS\": \"GLOBAL_CONFIGURATION\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"actionType:Show, eventId:1676618993574, USERLOGINS_KEY:com.saviynt.ecm.utility.UserLogins : 6, remoteHost:49.207.209.154, callFrom:createcampaign, actionUri:\\\\/ecmConfig\\\\/generalConfiguration, category:Campaign Config Entitlement Owner, remoteAddress:49.207.209.154, _:1676619032674, objectType:GLOBAL_CONFIGURATION\\\",\\\"objectName\\\":\\\"Campaign Config Entitlement Owner\\\",\\\"message\\\":\\\"Configuration of category Campaign Config Entitlement Owner viewed by user admin\\\"}\",\n            \"OBJECTKEY\": \"Campaign Config Entitlement Owner\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"448\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:54\",\n            \"EVENT_ID\": \"S-1676618993574\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/ecmConfig/generalConfiguration\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[entvalkey:4, actionType:Update, controller:entitlement_values, oldrank:1, objectKey:4, rank:26, action:setrank, userkey:21, _:1676618978263]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"entvalkey:4, oldrank:1, rank:26, userkey:21, _:1676618978263\\\",\\\"message\\\":\\\"Entitlement_value EO_EP1_ParentEnt2 updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"4\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"449\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:54\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/setrank\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:entitlement_values, objectKey:7, action:show, id:7]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"Data cannot be shown\\\",\\\"objectName\\\":\\\"EO_EP1_ParentEnt3\\\",\\\"message\\\":\\\"User admin requested show for Entitlement EO_EP1_ParentEnt3\\\"}\",\n            \"OBJECTKEY\": \"7\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"450\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:56\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/show/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:entitlement_values, objectKey:10, action:show, id:10]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"Data cannot be shown\\\",\\\"objectName\\\":\\\"EO_EP1_ParentEnt4\\\",\\\"message\\\":\\\"User admin requested show for Entitlement EO_EP1_ParentEnt4\\\"}\",\n            \"OBJECTKEY\": \"10\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"451\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:58\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/show/10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, sEcho:1, bRegex_0:false, sColumns:, bRegex_1:false, bSortable_1:true, bSortable_0:true, objectKey:7, action:entitlement_class, iColumns:2, id:7, sSearch_1:, controller:entitlement_values, sSearch_0:, iSortingCols:1, bRegex:false, iDisplayLength:15, iDisplayStart:0, sSearch:, actionType:entitlement_class, bSearchable_1:true, sSortDir_0:asc, jsontype:datatable, bSearchable_0:true, mDataProp_0:accessclass, mDataProp_1:description]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"entitlement_class\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, sEcho:1, bRegex_0:false, sColumns:, bRegex_1:false, bSortable_1:true, bSortable_0:true, objectKey:7, iColumns:2, sSearch_1:, sSearch_0:, iSortingCols:1, bRegex:false, iDisplayLength:15, iDisplayStart:0, sSearch:, actionType:Show, bSearchable_1:true, sSortDir_0:asc, jsontype:datatable, bSearchable_0:true, mDataProp_0:accessclass, mDataProp_1:description\\\",\\\"message\\\":\\\"User admin requested entitlement_class for entitlement_values EO_EP1_ParentEnt3\\\"}\",\n            \"OBJECTKEY\": \"7\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"452\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:58\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlement_class/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, entitlement_glossary:, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, bSortable_0:false, objectKey:7, action:entvalforsystemendpointj, roletype:, iColumns:5, id:7, entitlement_value:, endpoint1:, iSortingCols:1, iDisplayLength:5, priviliged:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, soxcritical:, bSearchable_4:true, bSearchable_3:true, securitysystems1:, customproperty2:, customproperty3:, customproperty1:, confidentiality:, description:, sEcho:1, undefined:*****, bRegex_0:false, bRegex_1:false, bRegex_4:false, bRegex_2:false, bRegex_3:false, statuse:, sSearch_3:, owner:, syscritical:, sSearch_2:, sSearch_1:, controller:workflowmanagement, sSearch_0:, bRegex:false, iDisplayStart:0, actionType:Show, sSortDir_0:asc, jsontype:datatable, entitlementtypekey:, mDataProp_0:FK, risk:, mDataProp_4:endpointname, mDataProp_3:systemname, mDataProp_2:description, mDataProp_1:role_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"7\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"453\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:29:58\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/entvalforsystemendpointj/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, sEcho:1, bRegex_0:false, sColumns:, bRegex_1:false, bSortable_1:true, bSortable_0:true, objectKey:10, action:entitlement_class, iColumns:2, id:10, sSearch_1:, controller:entitlement_values, sSearch_0:, iSortingCols:1, bRegex:false, iDisplayLength:15, iDisplayStart:0, sSearch:, actionType:entitlement_class, bSearchable_1:true, sSortDir_0:asc, jsontype:datatable, bSearchable_0:true, mDataProp_0:accessclass, mDataProp_1:description]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"entitlement_class\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"iSortCol_0:0, sEcho:1, bRegex_0:false, sColumns:, bRegex_1:false, bSortable_1:true, bSortable_0:true, objectKey:10, iColumns:2, sSearch_1:, sSearch_0:, iSortingCols:1, bRegex:false, iDisplayLength:15, iDisplayStart:0, sSearch:, actionType:Show, bSearchable_1:true, sSortDir_0:asc, jsontype:datatable, bSearchable_0:true, mDataProp_0:accessclass, mDataProp_1:description\\\",\\\"message\\\":\\\"User admin requested entitlement_class for entitlement_values EO_EP1_ParentEnt4\\\"}\",\n            \"OBJECTKEY\": \"10\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"454\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:00\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlement_class/10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:0, entitlement_glossary:, bSortable_3:true, sColumns:, bSortable_4:true, bSortable_1:true, bSortable_2:true, bSortable_0:false, objectKey:10, action:entvalforsystemendpointj, roletype:, iColumns:5, id:10, entitlement_value:, endpoint1:, iSortingCols:1, iDisplayLength:5, priviliged:, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, soxcritical:, bSearchable_4:true, bSearchable_3:true, securitysystems1:, customproperty2:, customproperty3:, customproperty1:, confidentiality:, description:, sEcho:1, undefined:*****, bRegex_0:false, bRegex_1:false, bRegex_4:false, bRegex_2:false, bRegex_3:false, statuse:, sSearch_3:, owner:, syscritical:, sSearch_2:, sSearch_1:, controller:workflowmanagement, sSearch_0:, bRegex:false, iDisplayStart:0, actionType:Show, sSortDir_0:asc, jsontype:datatable, entitlementtypekey:, mDataProp_0:FK, risk:, mDataProp_4:endpointname, mDataProp_3:systemname, mDataProp_2:description, mDataProp_1:role_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"10\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"455\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:00\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/workflowmanagement/entvalforsystemendpointj/10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:entitlement_values, objectKey:7, action:entitlement_ownerslist, id:7, savmodule:, _:1676618996663]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"Data cannot be shown\\\",\\\"objectName\\\":\\\"EO_EP1_ParentEnt3\\\",\\\"message\\\":\\\"User admin requested to view entitlement owner list for Entitlement EO_EP1_ParentEnt3\\\"}\",\n            \"OBJECTKEY\": \"7\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"456\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:00\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlement_ownerslist/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, action:addowner, entValId:7, _:1676618996664]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"457\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:02\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/addowner\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:20, _:1676618996665]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"458\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:07\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/20\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Update, controller:entitlement_values, objectKey:7, action:addownerinentitlment, id:7, userkey:20,, _:1676618996667]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"userkey:20,, _:1676618996667\\\",\\\"message\\\":\\\"Entitlement_value EO_EP1_ParentEnt3 updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"7\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"459\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:08\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/addownerinentitlment/7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, attrId:rank_20_7_1, newrank:26, action:checkIfThereAreNoPrimaryCertifier, _:1676618996668]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"460\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/checkIfThereAreNoPrimaryCertifier\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[entvalkey:7, actionType:Update, controller:entitlement_values, oldrank:1, objectKey:7, rank:26, action:setrank, userkey:20, _:1676618996669]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"entvalkey:7, oldrank:1, rank:26, userkey:20, _:1676618996669\\\",\\\"message\\\":\\\"Entitlement_value EO_EP1_ParentEnt3 updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"7\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"461\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/setrank\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Show, controller:entitlement_values, objectKey:10, action:entitlement_ownerslist, id:10, savmodule:, _:1676618998004]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Show\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"Data cannot be shown\\\",\\\"objectName\\\":\\\"EO_EP1_ParentEnt4\\\",\\\"message\\\":\\\"User admin requested to view entitlement owner list for Entitlement EO_EP1_ParentEnt4\\\"}\",\n            \"OBJECTKEY\": \"10\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"462\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:17\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/entitlement_ownerslist/10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, action:addowner, entValId:10, _:1676618998005]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"463\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:19\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/addowner\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:users, action:setuserkeyinsessionset, id:21, _:1676618998006]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"464\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:24\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/users/setuserkeyinsessionset/21\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[actionType:Update, controller:entitlement_values, objectKey:10, action:addownerinentitlment, id:10, userkey:21,, _:1676618998008]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"userkey:21,, _:1676618998008\\\",\\\"message\\\":\\\"Entitlement_value EO_EP1_ParentEnt4 updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"10\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"465\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:25\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/addownerinentitlment/10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:entitlement_values, attrId:rank_21_10_1, newrank:26, action:checkIfThereAreNoPrimaryCertifier, _:1676618998009]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of Entitlement_Values\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"466\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/checkIfThereAreNoPrimaryCertifier\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[entvalkey:10, actionType:Update, controller:entitlement_values, oldrank:1, objectKey:10, rank:26, action:setrank, userkey:21, _:1676618998010]\",\n            \"TYPEOFACCESS\": \"ENTITLEMENTS\",\n            \"ACTIONTYPE\": \"Update\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"{\\\"data\\\":\\\"entvalkey:10, oldrank:1, rank:26, userkey:21, _:1676618998010\\\",\\\"message\\\":\\\"Entitlement_value EO_EP1_ParentEnt4 updated by user admin\\\"}\",\n            \"OBJECTKEY\": \"10\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"467\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:30:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/entitlement_values/setrank\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"468\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:13\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"469\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:14\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619129691]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"470\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:15\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676619129692]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"471\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"472\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:16\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619129693]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"473\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:25\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:joblist]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"474\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/jobcontrol/joblist\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"475\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:29\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089402]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"476\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:30\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676619089403]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"477\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:31\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"478\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:31\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619129694]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"479\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:35\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089404]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"480\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:40\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619129695]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"481\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:45\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:jobcontrol, action:runningjobs]\",\n            \"TYPEOFACCESS\": \"JOB_CONTROL\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"User admin requested for list of JobControl\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"482\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:48\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/jobcontrol/runningjobs\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089405]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"483\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:50\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:flatViewJobList]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"484\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:51\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobList\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619166906]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"485\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:loadTilesData, _:1676619166907]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"486\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/loadTilesData\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[iSortCol_0:6, bSortable_7:false, bSortable_8:false, bSortable_5:false, bSortable_6:true, bSortable_3:true, sColumns:, bSortable_4:false, bSortable_1:true, bSortable_2:true, bSortable_0:false, action:flatViewJobControlDatatable, iColumns:9, iSortingCols:1, iDisplayLength:25, sSearch:, bSearchable_2:true, bSearchable_1:true, bSearchable_0:true, bSearchable_6:true, bSearchable_5:true, bSearchable_4:true, bSearchable_3:true, bSearchable_8:true, bSearchable_7:true, sEcho:1, bRegex_0:false, bRegex_1:false, bRegex_8:false, bRegex_6:false, bRegex_7:false, bRegex_4:false, bRegex_5:false, bRegex_2:false, bRegex_3:false, mDataProp_8:action, sSearch_3:, mDataProp_7:cron_desc, sSearch_2:, mDataProp_6:next_fire_time, sSearch_1:, controller:flatViewJobcontrol, mDataProp_5:status, sSearch_0:, bRegex:false, iDisplayStart:0, sSortDir_0:desc, jsontype:datatable, mDataProp_0:chkbx, sSearch_8:, mDataProp_4:prev_fire_time, sSearch_7:, mDataProp_3:job_name, sSearch_6:, mDataProp_2:job_group, sSearch_5:, mDataProp_1:trigger_name, sSearch_4:]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"487\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:31:52\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/flatViewJobControlDatatable\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089406]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"488\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:00\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619166908]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"489\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:02\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089407]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"490\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619166909]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"491\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:12\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089408]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"492\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:20\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619166910]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"493\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:22\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089409]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"494\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:30\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619166911]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"495\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:32\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089410]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"496\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:40\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"6\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619166912]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"49.207.209.154\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"497\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:42\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"49.207.209.154\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089411]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"498\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:32:50\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089412]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"499\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:33:00\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        },\n        {\n            \"LOGINKEY\": \"13\",\n            \"updateDate\": \"2023-03-07 00:00:00\",\n            \"comments\": \"\",\n            \"QUERY_PARAM\": \"[controller:flatViewJobcontrol, action:jobstatus, _:1676619089413]\",\n            \"TYPEOFACCESS\": \"null\",\n            \"ACTIONTYPE\": \"null\",\n            \"IPADDRESS\": \"27.7.131.65\",\n            \"DETAIL\": \"null\",\n            \"OBJECTKEY\": \"null\",\n            \"OLD_VALUE\": \"null\",\n            \"USERLOGIN_ACCESSKEY\": \"500\",\n            \"NEW_VALUE\": \"null\",\n            \"OBJECT_ATTRIBUTE_NAME\": \"null\",\n            \"ACCESSTIME\": \"2023-02-17 07:33:10\",\n            \"EVENT_ID\": \"null\",\n            \"REMOTEAHOST\": \"27.7.131.65\",\n            \"ACCESS_URL\": \"/flatViewJobcontrol/jobstatus\",\n            \"status\": \"Open\"\n        }\n    ],\n    \"displaycount\": \"500\",\n    \"subcategory\": \"\",\n    \"category\": \"Access Request System\",\n    \"errorcode\": \"0\",\n    \"openconflictcount\": \"128998\"\n}"}],"_postman_id":"6c5bac2f-80b1-474d-8f27-f354635554ff"},{"name":"Run Analytics Controls ES","id":"36cbb5d0-f59b-4276-b624-320b19156c86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"jobgroup\":\"Analytics\",\r\n\"jobname\":\"AnalyticsESJob\",\r\n\"analyticsid\":\"6\"\r\n}"},"url":"{{url}}/ECM/{{path}}/runAnalyticsControls","description":"<p>This API is used to run analytics ES job.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: \n<code>jobgroup</code>,\n<code>jobname</code>,\n<code>analyticsid</code> <em><strong>OR</strong></em> <code>analyticsname</code> <em><strong>OR</strong></em> <code>analyticsCategories</code> (start and end with ###),</p>\n<p>Optional params:\n<code>analyticssubcategories</code> (start and end with ###)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","runAnalyticsControls"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"144368a6-33a5-4308-8b6d-73c08b5b8ac0","name":"Run Analytics Controls ES","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\r\n\"jobgroup\":\"Analytics\",\r\n\r\n\"jobname\":\"AnalyticsESJob\",\r\n\r\n\"analyticsid\":\"6\"\r\n}"},"url":"{{url}}/ECM/{{path}}/runAnalyticsControls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=1653a088-9c42-4c30-851d-6eee26acb660; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 20 Aug 2019 06:46:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Job started successfully\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"36cbb5d0-f59b-4276-b624-320b19156c86"},{"name":"Fetch Control Attributes","id":"d619a72c-623a-4d3f-938b-4cbfe559255d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"analyticstype\":\"DB\",\n    \"id\":\"61\",\n    \"offset\":\"0\",\n    \"max\":\"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/fetchControlAttributes","description":"<p>This API is used for fetching the details of dynamic attributes associated with an analytics control. This can be used for both Elasticsearch and Database analytics.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:<br /><code>analyticstype</code>(ES/DB)<br /><code>analyticsname</code> <em><strong>OR</strong></em> <code>id</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchControlAttributes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b5e81a0d-bc96-464e-b935-0c97dd7b62f4","name":"Fetch Control Attributes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"analyticstype\":\"DB\",\n    \"id\":\"61\",\n    \"offset\":\"0\",\n    \"max\":\"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/fetchControlAttributes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=49FBE23BE84042A43516B58B1F2AA48F; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=c48e8f16-db71-4e0a-abc0-cde79d9a3bd0; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 17 Jun 2021 20:50:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"attributesList\": [\n        {\n            \"attributeValue\": \"\",\n            \"format\": \"String\",\n            \"orderIndex\": null,\n            \"attributeName\": \"AWS Accounts\",\n            \"attributeKey\": 145,\n            \"attributeLabel\": \"AWS Accounts\",\n            \"attributeDefaultValue\": \"'Enter Account ID here'\"\n        }\n    ],\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"d619a72c-623a-4d3f-938b-4cbfe559255d"},{"name":"Fetch Control Details ES","id":"6a930d8b-8f8e-4dde-8932-d5020960a5f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"analyticsid\":\"18\",\r\n \"offset\":\"990\",\r\n \"max\": \"600\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/fetchControlDetailsES","description":"<p>This API performs the action specified under the <code>Default_Action_For_Analytics</code> parameter and retrieves records starting from the offset.</p>\n<p>This API can return the response even if the <code>offset</code> parameter is set beyond 1000.</p>\n<p>Now, the response of this API displays an additional offset attribute.</p>\n<p>Starting with Release v24.1, the behavior of this API has been modified as follows:</p>\n<ul>\n<li><p><strong>For newly created analytics controls:</strong> You can swiftly execute and retrieve the history of newly created analytics controls.</p>\n</li>\n<li><p><strong>For previously existing analytics controls:</strong> To expedite fetching the run history of previously existing analytics controls, you must initially run the control on the Analytics Configuration List page within the user interface. Subsequently, you can use the API to fetch the run history.</p>\n</li>\n</ul>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Mandatory</strong> <strong>params:</strong></p>\n<ul>\n<li><p><code>controlId</code> - this is the ANALYTICSKEY</p>\n</li>\n<li><p><code>offset</code>- Specify the value from where the records must be retrieved</p>\n</li>\n</ul>\n<p><strong>Optional params:</strong></p>\n<p><code>max</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchControlDetailsES"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7038802c-e0d4-47be-960a-08f3c097772e","name":"Fetch Control Details ES","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ECM/{{path}}/fetchControlDetailsES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Nov 2022 05:02:38 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4d107af9-6297-4c5c-a12f-885795088e57; Version=1; Path=\";Path=/;HttpOnly;\"; Secure"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"analyticstype\": \"SQL\",\n    \"lastrun\": \"2022-11-08 08:04:03\",\n    \"description\": \"\",\n    \"conflictcount\": \"10\",\n    \"recommendations\": \"\",\n    \"result\": [\n        {\n            \"owner\": \"\",\n            \"updateDate\": \"2022-11-08 00:00:00\",\n            \"Default_Action_For_Analytics\": \"deprovisionAccount\",\n            \"comments\": \"Deprovision Account on [Nov 07, 2022-null null(Manisha22.1)] ok dep acc\",\n            \"name\": \"04marchuser@saviyntcloud.net\",\n            \"acctKey\": \"1153\",\n            \"status\": \"deprovisionAccount\"\n        },\n        {\n            \"owner\": \"\",\n            \"updateDate\": \"2022-11-08 00:00:00\",\n            \"Default_Action_For_Analytics\": \"deprovisionAccount\",\n            \"comments\": \"Deprovision Account on [Nov 07, 2022-null null(Manisha22.1)] dep acc\",\n            \"name\": \"1000415394\",\n            \"acctKey\": \"1154\",\n            \"status\": \"deprovisionAccount\"\n        },\n        {\n            \"owner\": \"\",\n            \"updateDate\": \"2022-11-08 00:00:00\",\n            \"comments\": \"Accepted on [Nov 07, 2022-null null(Manisha22.1)] ok (Nov 07, 2022 - May 06, 2023)\",\n            \"Default_Action_For_Analytics\": \"deprovisionAccount\",\n            \"endDate\": \"2023-05-06 00:00:00\",\n            \"name\": \"1014213117715-compute@developer.gserviceaccount.com\",\n            \"acctKey\": \"567\",\n            \"startDate\": \"2022-11-07 00:00:00\",\n            \"status\": \"Accept\"\n        },\n        {\n            \"owner\": \"Camp_ReassignUser1\",\n            \"updateDate\": \"2022-11-08 00:00:00\",\n            \"Default_Action_For_Analytics\": \"deprovisionAccount\",\n            \"comments\": \"Reviewed on [Nov 07, 2022-null null(Manisha22.1)] ok\",\n            \"name\": \"1014213117715-compute@developer.gserviceaccount.com\",\n            \"acctKey\": \"2072\",\n            \"status\": \"Further Review\"\n        },\n        {\n            \"owner\": \"\",\n            \"updateDate\": \"2022-11-08 00:00:00\",\n            \"Default_Action_For_Analytics\": \"deprovisionAccount\",\n            \"comments\": \"Revoked on [Nov 07, 2022-null null(Manisha22.1)] revoke\",\n            \"name\": \"1014213117715-compute@developer.gserviceaccount.com\",\n            \"acctKey\": \"2447\",\n            \"status\": \"Revoke\"\n        },\n        {\n            \"owner\": \"\",\n            \"updateDate\": \"2022-11-08 00:00:00\",\n            \"comments\": \"Reviewed on [11/07/2022-null null(Manisha22.1)] ok\",\n            \"Default_Action_For_Analytics\": \"deprovisionAccount\",\n            \"endDate\": \"\",\n            \"name\": \"106026\",\n            \"acctKey\": \"1155\",\n            \"startDate\": \"\",\n            \"status\": \"Further Review\"\n        },\n        {\n            \"owner\": \"\",\n            \"updateDate\": \"2022-11-08 00:00:00\",\n            \"comments\": \"Reviewed on [11/07/2022-null null(Manisha22.1)] ok\",\n            \"Default_Action_For_Analytics\": \"deprovisionAccount\",\n            \"endDate\": \"\",\n            \"name\": \"133767034191-compute@developer.gserviceaccount.com\",\n            \"acctKey\": \"563\",\n            \"startDate\": \"\",\n            \"status\": \"Further Review\"\n        },\n        {\n            \"owner\": \"\",\n            \"updateDate\": \"2022-11-08 00:00:00\",\n            \"comments\": \"Reviewed on [11/07/2022-null null(Manisha22.1)] ok\",\n            \"Default_Action_For_Analytics\": \"deprovisionAccount\",\n            \"endDate\": \"\",\n            \"name\": \"133767034191-compute@developer.gserviceaccount.com\",\n            \"acctKey\": \"2068\",\n            \"startDate\": \"\",\n            \"status\": \"Further Review\"\n        },\n        {\n            \"owner\": \"\",\n            \"updateDate\": \"2022-11-08 00:00:00\",\n            \"comments\": \"Reviewed on [11/07/2022-null null(Manisha22.1)] ok\",\n            \"Default_Action_For_Analytics\": \"deprovisionAccount\",\n            \"endDate\": \"\",\n            \"name\": \"133767034191-compute@developer.gserviceaccount.com\",\n            \"acctKey\": \"2443\",\n            \"startDate\": \"\",\n            \"status\": \"Further Review\"\n        },\n        {\n            \"owner\": \"\",\n            \"updateDate\": \"2022-11-08 00:00:00\",\n            \"comments\": \"Reviewed on [11/07/2022-null null(Manisha22.1)] ok\",\n            \"Default_Action_For_Analytics\": \"deprovisionAccount\",\n            \"endDate\": \"\",\n            \"name\": \"1DAYDEMO\",\n            \"acctKey\": \"166\",\n            \"startDate\": \"\",\n            \"status\": \"Further Review\"\n        }\n    ],\n    \"displaycount\": \"10\",\n    \"subcategory\": \"\",\n    \"category\": \"Provisioning\",\n    \"errorcode\": \"0\",\n    \"openconflictcount\": \"0\"\n}"},{"id":"39741bd7-7494-4cfb-8140-d30aed507508","name":"Fetch Control Details ES","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ECM/{{path}}/fetchControlDetailsES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Dec 2022 09:49:44 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"JSESSIONID=CAF09FB78DFB03EC3208C39BFCEA2CBE; Path=/ECM; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ee00c871-dcb4-4129-99be-ede6d63797b6; Version=1; Path=\";Path=/;HttpOnly;\"; Secure"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"offset\": 0,\n    \"analyticstype\": \"SQL\",\n    \"lastrun\": \"2022-11-07 10:57:53\",\n    \"description\": \"\",\n    \"conflictcount\": \"5\",\n    \"recommendations\": \"\",\n    \"result\": [\n        {\n            \"updateDate\": \"2022-11-07 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"$039000-2V8EMKD4OKQE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2022-11-07 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"$10A000-HDKCL3P1N7S5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2022-11-07 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"$1V9000-2LO73GT330CI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2022-11-07 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"$4V9000-LFJKC4G9GQM4_chnaged_changed\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2022-11-07 00:00:00\",\n            \"comments\": \"\",\n            \"username\": \"$5V9000-O4ARA5HQRQOA_chnaged_changed\",\n            \"status\": \"Open\"\n        }\n    ],\n    \"displaycount\": \"5\",\n    \"subcategory\": \"Dashboards\",\n    \"category\": \"test category\",\n    \"errorcode\": \"0\",\n    \"openconflictcount\": \"5\"\n}"},{"id":"ef35586a-f4c2-4c19-bba4-55afafec70c5","name":"Offset value set < 1000","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"analyticsid\":\"18\",\r\n \"offset\":\"990\",\r\n \"max\": \"600\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/fetchControlDetailsES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 May 2023 12:46:49 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=20d928be-3cba-4d78-85fb-19bca46f4e63; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"offset\": 990,\n    \"analyticstype\": \"SQL\",\n    \"lastrun\": \"2023-05-17 09:27:40\",\n    \"description\": \"Active Entitlements with Missing Owners\",\n    \"conflictcount\": \"166980\",\n    \"recommendations\": \"\",\n    \"result\": [\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP13\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP14\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP15\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP16\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP17\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP18\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP19\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP20\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP22\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP23\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP24\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP25\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP26\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP27\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP28\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP30\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP31\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP32\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP33\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP34\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP35\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP36\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP38\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP39\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP40\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP41\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP42\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP43\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP44\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP45\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP46\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP47\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP48\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP49\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/LBNKA_LOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/LCHK_VBNKA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/MAT_MTYPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/NOADJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/PCN874\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/PNCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/REV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/REVIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/SD_DOCUMENT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/SPELL_AMOUNT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/SUPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TAX_PER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TAXD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TAXG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TAXU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TEKEN_19\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TRAN_TYPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TRES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UNIFILES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UNIFILES_UTIL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UPD_SHAAM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UPLOAD_CUSTTAB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UVBN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VAT_TRANKEY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VATRECT1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VATRECT2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VATRECT3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VBLOCK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VERSION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VK01_46\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VK02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VK03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VK04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQ22\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQ23\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/03000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/03000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/03000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/22000264\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/22000265\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/22000725\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/22000894\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/24000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/24000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/40000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/40000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/43000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/58000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/70000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/70000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/70000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/75000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/75000122\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/75000123\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/79000153\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_15_IR_REL01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_ARC_SEL_DATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_CSCEN_SHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_FX_02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_FX_03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_FX_DISPLAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_FXV02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_FXV03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IR_02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IR_03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IRS02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IRS03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IRV02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IRV03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_SEC02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_SEC03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_SEV02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_SEV03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_VOLA_TEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_YC_02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_YC_03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_YC_SHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/28000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/AUTH_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/AUTH_HOLDER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/CONS_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/DEL_PERS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/DEL_SSHOT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/GRPING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/IMG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/MEANING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/MIGRATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/QCACHE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/QCACHE_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/QDISPATCHER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/QSTAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/QUERY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/SINC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/SSHOTS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/SSTAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/TEST_QUERY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/TEST_SEARCHCON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/UDASH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/UGRP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/UPRINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/UPRVW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/UQVIEW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BDL/SDCC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/10000557\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/10000796\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000106\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000171\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000172\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000173\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000174\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000175\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000176\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000177\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM_MIGERP01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EME\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/NE_LISTBALPO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/NEMB51\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/01000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000399\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000400\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLAA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLAC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLAE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLAF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLAN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLCA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLCU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLEA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLFA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLFC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLFN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLGN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLKA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLKC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLKK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLKM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLKN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLPQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLRS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLSF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLSS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLVF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/11000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/11000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/11000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/11000499\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/A0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_AA01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_AA02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_ASSETS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_AUC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_BILAPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_CFS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_CFSREP_BG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_DISAV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_DISDO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_DISTX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_EQR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_FXR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_LIABILI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_PL_EXPEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_PL_REVEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_PRN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_VIES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/MAT_TRB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/TRB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/VAT_MARGIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/VEFU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/VEFUX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/VP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/CONF_BO_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/CONF_UI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/CONF_UI_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/CUST_UI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/TEST_UI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/TOOL_CC_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/TOOL_CC_SUM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOFU/28000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOFU/28000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOFU/68000197\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOFU/68000200\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOPF/CONF_UI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/03000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/03000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/03000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/03000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/03000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000132\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000148\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000149\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000150\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000151\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000152\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000179\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000188\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000197\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000215\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000229\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000259\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000272\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000281\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000285\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000295\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000300\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000310\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000320\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000344\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ALERT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ARC_CU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ARC_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ARC_PREP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ARC_RELOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ARC_WRITE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/CHECK_QUEUES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/DELEXPALERTS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/DELEXPMSG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/DELPING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/FILE_MONI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/FILE_MONI2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/FILE_SEND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/INDEX_CREATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/INDEX_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/INDEX_TEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/MONITOR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/MONITOR_ADMI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/MSG_PULL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/MSGIDNRO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/PICK_FILES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/PING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/PULL_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/SEARCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/SEARCH_MSG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/SETEXPMSG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/TOOLS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/TRACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/TRACE_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/UPLOAD_FILE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BUILD/OVERVIEW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000130\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000131\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11001876\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11001877\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11001878\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000163\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000167\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000168\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000170\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000171\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000172\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000174\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000480\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000275\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000276\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000277\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000331\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000332\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000333\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000334\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000335\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000336\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000337\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/45000309\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/45000310\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/52000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/52002340\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISC_NR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISCBS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISCLOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISCSENDINV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISI_VKO1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISIFP_A\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISIFP_B\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISIFP_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/HR_GL_ACC_STMT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/HR_OPZ_STAT_1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/HRFI_EC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/HRFI_RFUVDE00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/HRFI_UPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_BILA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_CUSTOM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_KONTROL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_RFDUZI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_RFEBHALC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_RFUVDE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_VAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_VATC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFIAA_DEP_KEY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFIAA_TD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_BST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_BST_R\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_BST_T\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_CS_ACC_AS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_CS_DT_AS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_CS_REP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_CS_TC_AS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_DDV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_DDVN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_EXPORT_GL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_HAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_KRD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_KRD_T\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_MIRO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_POBOTI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_POBOTI3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_POBXRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_PODAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_RFASL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_RFUMS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_SFR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_SFR_CONV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_SFR_T\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_SKV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_STATES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_VAT_DATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_VATREPOST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_ZDDV1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIBANKART\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIDDVDOB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIPART3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIPE7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIPE7R\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIRFBELJ00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIVS101PREGL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIVS101UVOZ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/XXFI_CDG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/YUFI_KONTROL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCIS/05000704\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCIS/44000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCIS/52000364\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCIS/52000667\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCIS/67000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/ACT_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/ACT_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/ACT_F\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/ACT_M\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/BAL_OBJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/BAL_SUB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/CUSGEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/CUSGEN_2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/CUSOPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/CUSPAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/CUSTGEN_DIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/FC_CTRL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/LOG_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/LOG_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/LOG_E\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/LOG_S\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000110\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001117\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001918\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001989\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000164\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000165\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000166\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000169\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000427\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000428\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000429\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000430\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000431\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000432\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000443\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000498\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/45000287\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/52000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/52000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/52000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/52000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/52000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BEFI_BAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BEFI_FRBEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BEFI_PLSTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BEFI_VAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BEFI_VATC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BGFI_PROT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BGFI_VAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BTFI_BAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BTFI_INV_REG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BTFI_PLSTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_ADD_CRLF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_BAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_DELI_REG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_PLSTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_PVN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_PVN_MRG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/RO_GLT0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/RO_RFM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/RO_XML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI06\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI07\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI08\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI09\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI11_XML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI13\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI14\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI15\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI16\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI16_O\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI17\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI19\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_BP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_CUST2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_MERGE394\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_ODN_GEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_RGCBILA0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_SPLIT\",\n            \"status\": \"Open\"\n        }\n    ],\n    \"displaycount\": \"600\",\n    \"subcategory\": \"Identity Store\",\n    \"category\": \"Control Center\",\n    \"errorcode\": \"0\",\n    \"openconflictcount\": \"166980\"\n}"},{"id":"2969f53e-47d1-4cd4-8c30-0a4d8438f3f6","name":"Offset value set > 1000","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"analyticsid\":\"18\",\r\n \"offset\":\"1001\",\r\n \"max\": \"600\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/fetchControlDetailsES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 May 2023 12:55:42 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ea13b10e-31d1-4dad-a326-ab35c3cb1f3e; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"offset\": 1001,\n    \"analyticstype\": \"SQL\",\n    \"lastrun\": \"2023-05-17 09:27:40\",\n    \"description\": \"Active Entitlements with Missing Owners\",\n    \"conflictcount\": \"166980\",\n    \"recommendations\": \"\",\n    \"result\": [\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP23\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP24\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP25\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP26\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP27\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP28\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP30\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP31\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP32\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP33\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP34\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP35\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP36\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP38\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP39\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP40\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP41\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP42\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP43\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP44\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP45\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP46\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP47\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP48\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP49\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/LBNKA_LOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/LCHK_VBNKA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/MAT_MTYPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/NOADJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/PCN874\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/PNCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/REV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/REVIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/SD_DOCUMENT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/SPELL_AMOUNT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/SUPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TAX_PER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TAXD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TAXG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TAXU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TEKEN_19\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TRAN_TYPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TRES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UNIFILES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UNIFILES_UTIL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UPD_SHAAM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UPLOAD_CUSTTAB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UVBN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VAT_TRANKEY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VATRECT1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VATRECT2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VATRECT3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VBLOCK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VERSION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VK01_46\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VK02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VK03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VK04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQ22\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQ23\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/03000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/03000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/03000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/22000264\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/22000265\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/22000725\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/22000894\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/24000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/24000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/40000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/40000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/43000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/58000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/70000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/70000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/70000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/75000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/75000122\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/75000123\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/79000153\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_15_IR_REL01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_ARC_SEL_DATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_CSCEN_SHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_FX_02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_FX_03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_FX_DISPLAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_FXV02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_FXV03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IR_02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IR_03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IRS02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IRS03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IRV02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IRV03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_SEC02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_SEC03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_SEV02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_SEV03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_VOLA_TEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_YC_02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_YC_03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_YC_SHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/28000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/AUTH_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/AUTH_HOLDER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/CONS_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/DEL_PERS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/DEL_SSHOT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/GRPING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/IMG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/MEANING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/MIGRATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/QCACHE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/QCACHE_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/QDISPATCHER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/QSTAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/QUERY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/SINC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/SSHOTS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/SSTAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/TEST_QUERY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/TEST_SEARCHCON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/UDASH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/UGRP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/UPRINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/UPRVW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/UQVIEW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BDL/SDCC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/10000557\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/10000796\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000106\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000171\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000172\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000173\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000174\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000175\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000176\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000177\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM_MIGERP01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EME\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/NE_LISTBALPO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/NEMB51\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/01000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000399\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000400\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLAA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLAC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLAE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLAF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLAN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLCA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLCU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLEA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLFA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLFC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLFN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLGN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLKA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLKC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLKK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLKM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLKN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLPQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLRS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLSF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLSS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLVF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/11000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/11000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/11000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/11000499\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/A0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_AA01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_AA02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_ASSETS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_AUC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_BILAPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_CFS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_CFSREP_BG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_DISAV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_DISDO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_DISTX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_EQR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_FXR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_LIABILI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_PL_EXPEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_PL_REVEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_PRN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_VIES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/MAT_TRB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/TRB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/VAT_MARGIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/VEFU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/VEFUX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/VP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/CONF_BO_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/CONF_UI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/CONF_UI_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/CUST_UI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/TEST_UI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/TOOL_CC_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/TOOL_CC_SUM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOFU/28000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOFU/28000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOFU/68000197\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOFU/68000200\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOPF/CONF_UI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/03000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/03000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/03000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/03000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/03000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000132\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000148\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000149\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000150\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000151\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000152\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000179\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000188\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000197\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000215\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000229\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000259\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000272\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000281\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000285\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000295\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000300\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000310\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000320\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000344\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ALERT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ARC_CU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ARC_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ARC_PREP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ARC_RELOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ARC_WRITE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/CHECK_QUEUES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/DELEXPALERTS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/DELEXPMSG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/DELPING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/FILE_MONI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/FILE_MONI2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/FILE_SEND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/INDEX_CREATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/INDEX_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/INDEX_TEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/MONITOR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/MONITOR_ADMI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/MSG_PULL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/MSGIDNRO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/PICK_FILES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/PING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/PULL_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/SEARCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/SEARCH_MSG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/SETEXPMSG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/TOOLS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/TRACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/TRACE_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/UPLOAD_FILE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BUILD/OVERVIEW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000130\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000131\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11001876\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11001877\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11001878\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000163\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000167\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000168\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000170\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000171\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000172\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000174\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000480\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000275\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000276\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000277\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000331\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000332\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000333\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000334\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000335\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000336\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000337\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/45000309\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/45000310\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/52000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/52002340\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISC_NR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISCBS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISCLOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISCSENDINV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISI_VKO1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISIFP_A\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISIFP_B\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISIFP_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/HR_GL_ACC_STMT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/HR_OPZ_STAT_1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/HRFI_EC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/HRFI_RFUVDE00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/HRFI_UPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_BILA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_CUSTOM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_KONTROL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_RFDUZI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_RFEBHALC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_RFUVDE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_VAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_VATC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFIAA_DEP_KEY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFIAA_TD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_BST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_BST_R\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_BST_T\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_CS_ACC_AS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_CS_DT_AS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_CS_REP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_CS_TC_AS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_DDV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_DDVN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_EXPORT_GL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_HAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_KRD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_KRD_T\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_MIRO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_POBOTI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_POBOTI3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_POBXRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_PODAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_RFASL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_RFUMS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_SFR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_SFR_CONV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_SFR_T\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_SKV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_STATES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_VAT_DATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_VATREPOST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_ZDDV1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIBANKART\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIDDVDOB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIPART3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIPE7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIPE7R\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIRFBELJ00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIVS101PREGL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIVS101UVOZ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/XXFI_CDG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/YUFI_KONTROL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCIS/05000704\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCIS/44000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCIS/52000364\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCIS/52000667\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCIS/67000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/ACT_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/ACT_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/ACT_F\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/ACT_M\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/BAL_OBJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/BAL_SUB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/CUSGEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/CUSGEN_2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/CUSOPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/CUSPAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/CUSTGEN_DIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/FC_CTRL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/LOG_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/LOG_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/LOG_E\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/LOG_S\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000110\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001117\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001918\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001989\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000164\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000165\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000166\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000169\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000427\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000428\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000429\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000430\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000431\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000432\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000443\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000498\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/45000287\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/52000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/52000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/52000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/52000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/52000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BEFI_BAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BEFI_FRBEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BEFI_PLSTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BEFI_VAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BEFI_VATC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BGFI_PROT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BGFI_VAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BTFI_BAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BTFI_INV_REG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BTFI_PLSTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_ADD_CRLF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_BAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_DELI_REG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_PLSTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_PVN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_PVN_MRG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/RO_GLT0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/RO_RFM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/RO_XML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI06\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI07\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI08\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI09\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI11_XML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI13\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI14\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI15\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI16\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI16_O\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI17\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI19\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_BP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_CUST2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_MERGE394\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_ODN_GEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_RGCBILA0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_SPLIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_VIES394\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_VIES_XML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFIRFUVDE12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROLO02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROLO03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROLO04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROLO04N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F10_1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F10_21\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F10_22\",\n            \"status\": \"Open\"\n        }\n    ],\n    \"displaycount\": \"600\",\n    \"subcategory\": \"Identity Store\",\n    \"category\": \"Control Center\",\n    \"errorcode\": \"0\",\n    \"openconflictcount\": \"166980\"\n}"},{"id":"0fd5ce19-4f37-4a80-829e-a0314cdeefac","name":"max parameter set","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"analyticsid\":\"18\",\r\n \"offset\":\"1001\",\r\n \"max\": \"12000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/fetchControlDetailsES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 May 2023 13:02:25 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=50d575b4-61f8-4e91-934b-c347697f8d2a; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"offset\": 1001,\n    \"analyticstype\": \"SQL\",\n    \"lastrun\": \"2023-05-17 09:27:40\",\n    \"description\": \"Active Entitlements with Missing Owners\",\n    \"conflictcount\": \"166980\",\n    \"recommendations\": \"\",\n    \"result\": [\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP23\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP24\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP25\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP26\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP27\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP28\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP30\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP31\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP32\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP33\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP34\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP35\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP36\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP38\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP39\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP40\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP41\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP42\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP43\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP44\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP45\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP46\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP47\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP48\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP49\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/LBNKA_LOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/LCHK_VBNKA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/MAT_MTYPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/NOADJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/PCN874\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/PNCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/REV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/REVIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/SD_DOCUMENT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/SPELL_AMOUNT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/SUPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TAX_PER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TAXD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TAXG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TAXU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TEKEN_19\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TRAN_TYPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TRES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UNIFILES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UNIFILES_UTIL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UPD_SHAAM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UPLOAD_CUSTTAB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UVBN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VAT_TRANKEY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VATRECT1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VATRECT2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VATRECT3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VBLOCK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VERSION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VK01_46\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VK02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VK03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VK04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQ22\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQ23\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VQZ9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/03000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/03000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/03000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/22000264\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/22000265\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/22000725\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/22000894\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/24000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/24000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/40000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/40000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/43000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/58000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/70000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/70000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/70000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/75000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/75000122\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/75000123\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/79000153\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_15_IR_REL01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_ARC_SEL_DATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_CSCEN_SHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_FX_02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_FX_03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_FX_DISPLAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_FXV02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_FXV03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IR_02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IR_03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IRS02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IRS03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IRV02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_IRV03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_MD0023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_SEC02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_SEC03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_SEV02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_SEV03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_VOLA_TEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_YC_02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_YC_03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BA1/F4_YC_SHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/28000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/AUTH_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/AUTH_HOLDER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/CONS_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/DEL_PERS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/DEL_SSHOT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/GRPING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/IMG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/MEANING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/MIGRATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/QCACHE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/QCACHE_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/QDISPATCHER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/QSTAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/QUERY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/SINC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/SSHOTS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/SSTAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/TEST_QUERY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/TEST_SEARCHCON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/UDASH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/UGRP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/UPRINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/UPRVW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BCV/UQVIEW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BDL/SDCC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/10000557\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/10000796\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000106\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000171\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000172\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000173\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000174\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000175\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000176\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/91000177\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EM_MIGERP01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EME\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/EMS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/NE_LISTBALPO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV1/NEMB51\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/01000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000399\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/77000400\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLAA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLAC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLAE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLAF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLAN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLCA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLCU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLEA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLFA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLFC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLFN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLGN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLKA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLKC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLKK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLKM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLKN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLPQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLRS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLSF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLSS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BEV4/PLVF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/11000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/11000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/11000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/11000499\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/A0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_AA01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_AA02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_ASSETS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_AUC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_BILAPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_CFS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_CFSREP_BG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_DISAV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_DISDO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_DISTX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_EQR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_FXR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_LIABILI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_PL_EXPEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_PL_REVEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_PRN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/FI_VIES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/MAT_TRB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/TRB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/V9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/VAT_MARGIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/VEFU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/VEFUX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BGLOCS/VP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/CONF_BO_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/CONF_UI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/CONF_UI_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/CUST_UI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/TEST_UI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/TOOL_CC_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOBF/TOOL_CC_SUM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOFU/28000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOFU/28000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOFU/68000197\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOFU/68000200\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BOPF/CONF_UI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/03000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/03000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/03000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/03000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/03000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/36000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000132\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000148\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000149\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000150\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000151\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000152\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000179\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000188\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000197\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000215\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000229\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000259\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000272\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000281\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000285\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000295\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000300\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000310\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000320\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/70000344\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ALERT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ARC_CU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ARC_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ARC_PREP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ARC_RELOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/ARC_WRITE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/CHECK_QUEUES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/DELEXPALERTS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/DELEXPMSG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/DELPING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/FILE_MONI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/FILE_MONI2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/FILE_SEND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/INDEX_CREATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/INDEX_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/INDEX_TEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/MONITOR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/MONITOR_ADMI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/MSG_PULL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/MSGIDNRO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/PICK_FILES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/PING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/PULL_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/SEARCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/SEARCH_MSG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/SETEXPMSG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/TOOLS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/TRACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/TRACE_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BSNAGT/UPLOAD_FILE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/BUILD/OVERVIEW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000130\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11000131\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11001876\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11001877\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/11001878\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000163\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000167\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000168\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000170\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000171\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000172\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000174\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/14000480\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000275\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000276\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000277\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000331\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000332\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000333\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000334\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000335\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000336\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/26000337\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/45000309\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/45000310\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/52000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/52002340\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISC_NR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISCBS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISCLOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISCSENDINV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISI_VKO1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISIFP_A\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISIFP_B\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/FISIFP_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/HR_GL_ACC_STMT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/HR_OPZ_STAT_1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/HRFI_EC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/HRFI_RFUVDE00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/HRFI_UPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_BILA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_CUSTOM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_KONTROL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_RFDUZI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_RFEBHALC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_RFUVDE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_VAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFI_VATC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFIAA_DEP_KEY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/RSFIAA_TD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_BST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_BST_R\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_BST_T\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_CS_ACC_AS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_CS_DT_AS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_CS_REP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_CS_TC_AS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_DDV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_DDVN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_EXPORT_GL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_HAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_KRD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_KRD_T\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_MIRO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_POBOTI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_POBOTI3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_POBXRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_PODAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_RFASL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_RFUMS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_SFR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_SFR_CONV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_SFR_T\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_SKV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_STATES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_VAT_DATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_VATREPOST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFI_ZDDV1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIBANKART\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIDDVDOB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIPART3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIPE7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIPE7R\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIRFBELJ00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIVS101PREGL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/SIFIVS101UVOZ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/XXFI_CDG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCEE/YUFI_KONTROL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCIS/05000704\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCIS/44000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCIS/52000364\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCIS/52000667\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CCIS/67000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/ACT_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/ACT_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/ACT_F\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/ACT_M\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/BAL_OBJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/BAL_SUB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/CUSGEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/CUSGEN_2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/CUSOPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/CUSPAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/CUSTGEN_DIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/FC_CTRL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/LOG_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/LOG_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/LOG_E\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CDBASIS/LOG_S\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11000110\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001117\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001918\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/11001989\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000164\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000165\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000166\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000169\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000427\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000428\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000429\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000430\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000431\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000432\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000443\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/14000498\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/26000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/45000287\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/52000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/52000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/52000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/52000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/52000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BEFI_BAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BEFI_FRBEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BEFI_PLSTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BEFI_VAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BEFI_VATC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BGFI_PROT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BGFI_VAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BTFI_BAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BTFI_INV_REG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BTFI_PLSTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_ADD_CRLF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_BAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_DELI_REG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_PLSTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_PVN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/BVFI_PVN_MRG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/RO_GLT0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/RO_RFM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/RO_XML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI06\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI07\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI08\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI09\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI11_XML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI13\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI14\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI15\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI16\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI16_O\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI17\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI19\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_BP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_CUST2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_MERGE394\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_ODN_GEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_RGCBILA0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_SPLIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_VIES394\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFI_VIES_XML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROFIRFUVDE12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROLO02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROLO03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROLO04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEECV/ROLO04N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F10_1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F10_21\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F10_22\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F10_23\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F10_31\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F10_32\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F10_33\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F2_SP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F3_1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F3_2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F3_3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F3_NA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F5_3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F5_4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F5_5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F6_1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F6_2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F7_1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F8_1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F8_2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F8_2_131\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F8_2_131A\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F8_2A\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F9_1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEEIS/RU_F9_2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/14000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/19000326\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/19000327\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/19000328\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/19000329\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/19000330\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/19000331\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/19000332\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/19000334\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/50000121\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/50000122\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/50000123\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/50000178\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/50000419\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/50000420\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/50000457\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/69000170\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/69000171\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/85000114\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/DANXML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/DN05\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/DN12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/DNDP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/DNEM02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/DNLOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/DNPRE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/DNUCTO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/DNUCTO_IND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/DNUZ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/DNZUDP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/FU_MREGW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/IMGHS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/MFUKD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/MFUKDC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/MKUK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/MMAPLFX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/MMAPLT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/MNUCOK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/MOBCOVYK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/RIZBUK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/SPRO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CEERE/TBUKRS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ACT_DISPLAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ACT_LIFECYCLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ACT_OVERVIEW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ACTV_HISTORY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ACTV_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ACTV_Q\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ACTV_REQ_HST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ACTV_REQUEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ACTV_STOP_DIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ACTV_STOP_REL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ACTV_STOP_VAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ADD_DS_REL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/BAEC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/BATC_EDIT_ACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/BCLM_INFO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/BCLM_PROC_REACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/BCLM_REACTIVATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/BCLM_RES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/BCLM_TOOLS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/BCLM_WL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/BCW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/BCW_LOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/BCW_LOC_INIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/BCW_LOC_RULE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/BCW_REP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/BOOTSTRAP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/BOOTSTRAP_ACTV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/BVRCLS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/CC_CRTIMG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/CC_MNTIMG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/CCP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/CCP_INIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/CHANGE_SI_HOST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/CHECK_E2E\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/CHK_CELL_REFER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/CHK_WEBGUI_NDM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/CL_LIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/CNTUSG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/CREATE_ALGO_ENT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/CREATE_VT_FLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/CTAB_VERIFY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/CYS_DIAGNOSE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/DELETION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/EC_AUTO_EDIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/EDIT_ACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/EDIT_BB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/EDIT_DS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/EDIT_ENT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/EDIT_PKG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/EDIT_SI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/EDIT_SO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/EDIT_TMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/EDIT_VO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ENT_INS_REQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/EXP_CFG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/F_MAINTAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/FC_MAINTAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/FRW_INIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/FT_FIELD_MISMAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/FT_LOGS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/FT_LOGS_2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/FW_INIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/GET_FW_CONFG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/IMG_AUTHOR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/INITIAL_COUNTRY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ISSUE_LIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/KYCLSH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/MASS_UPD_CI_LOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/MIG_AUTO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/MIG_NDM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/MIG_SMPH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/MIGR_APPS_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/MIGRATE_WEBGUI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/MOD_CLIENT_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/MOD_DS_REL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/MOD_LIFECYCLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/MOD_TECH_ENT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ORG_BG_SWITCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ORG_CACHE_SW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ORG_PUSH_SWITCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/PERMSN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/PROGOVW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/PUSH_DS_ACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/QUERY_ON_PHASE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/RESUME_CORR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/REVIEW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/RUN_SSCUI_CALC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/SCE_STATUS_MNT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/SCOPING_PHASE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/SET_ACT_CMPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/TDC_ANALYSIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/TEST_GUI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/TMP_PUSH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/TRANS_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/UNDO_PUSH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/UPD_TMP_MOD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/UPDATE_DS_KEY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/VALIDATE_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/VC_SSC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/WEBGUI_INC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/WEBGUI_LOGS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/WEBGUI_STAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/X4_ACTIVATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/X4_BLACKLIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/X4_ECATTSEQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CFG/ZCA_PUSH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CLMDV/DVF_ATTR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CLMDV/DVF_CON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CLMDV/DVF_CR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CLMDV/DVF_CR_SUMMAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CLMDV/DVF_DE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CLMDV/DVF_EVAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CLMDV/DVF_GLO_DATA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CLMDV/DVF_MS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CLMDV/DVF_RULES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CLMDV/DVF_SR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CLMDV/DVF_TEST_SPEC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CLMDV/DVF_V0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CLMDV/DVF_V1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CLMDV/ES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CLMDV/JOB_QUEUE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000080\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000089\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000094\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000095\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000096\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/24000107\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/37000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/37000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/37000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/37000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/37000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/37000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/37000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/37000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/37000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/37000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/37000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/37000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/37000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/37000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/37000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/37000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000110\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000131\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000147\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000159\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000197\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000209\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000218\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000219\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000220\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000221\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000222\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000223\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000224\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000701\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000703\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000704\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000705\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000706\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000707\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000708\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000709\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000711\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000712\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000713\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000714\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000715\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000820\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000896\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000900\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52000961\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52001201\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52001274\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52001347\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52001694\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52002070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/52002966\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/67000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/67000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/67000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/67000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/67000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/67000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/67000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/67000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/67000108\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000080\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000089\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000094\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000096\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/90000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/ATTACH_CONFIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/BILL_PLAN_NO_R\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/CHK_ACT_NUM_RNG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/CHK_NUM_RNG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/CPM_ROLES_CORR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/MAP_RESOURCES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/MC_AUTO_CREATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/MODFY_PLN_CONFG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/MP_SOBJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/MPLINK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/MPSTG_PROFILE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/OBJ_ATR_PROFILE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/OBJ_LINK_PROF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/ORG_PROFILE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PFP_PID_NR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_CJ20N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_CNTCT_PRSN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_MM02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_RCB_CDATA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_RCB_CTL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_RCB_MNTN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_RCB_PRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_WS_ALT_REP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_WS_CJI3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_WS_DPC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_WS_ME22N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_WS_ME52N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_WS_ME54N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_WS_MIRO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_WS_ML81N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_WS_PR_TO_PO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_WS_PSHLP20\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_WS_SE_ML81N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_WS_VA03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_WS_VF01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/PWS_WS_VF03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/R_LAUNCH_DECTBL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/RSK_AI_NUM_RNG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/RSK_NUM_RNG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/SET_PRJ_STG_CLS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/SET_REVIEW_JOB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/SS_DATA_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/SS_DEL_SRV_ORG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/SS_UPD_SRV_ORG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/SS_UPDT_BILL_CT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/SS_UPDT_SUPPLY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/TCPWS_ORGERP_CA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/TCPWS_ORGERP_CC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/TCPWS_ORGERP_CS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/TCPWS_ORGERP_PL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/TCPWS_ORGERP_PO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/TCPWS_ORGERP_SC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/TCPWS_ORGERP_SD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/TCPWS_ORGERP_SO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CPD/WI_NUM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CRMS/06000178\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CRMS/06000179\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CRMS/84000682\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CRMS/84000683\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CRMS/84000684\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CRYSTAL/RPTADMIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/53000541\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/53000542\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/53000657\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/53000658\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/53000659\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/53000660\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/53000661\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/53000662\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/82000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/85000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/95000454\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/95000469\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/95000473\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/ANALYSIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/CM01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/CM02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/CM03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/CM04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/CMNR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/CU01N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/CU02N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/CU03N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/DESIGN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/DESIGN_CHANGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/DESIGN_LIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/DESNR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/GEN_CU_CLASS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/SELECTION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CUM/SELECTION_1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/09000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/15000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/15000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/15000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/15000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/15000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/15000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/15000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/15000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/15000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/74000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/74000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/CHECK_TRANSIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/IMG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/MESSAGES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/RHU_STOCK_DIFF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/STOCK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/CWM/STOCK_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/01000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/72000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/94000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/BP_COMPNY_CODE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/CUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/EVTDIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/GENPROV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/LEGALT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/MASTAGREEMENT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/PRC_SIM_NAV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/PRD_SCHEDULING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/PRDTP_CUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/PRODUCT_ALIAS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/SCHEDULING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DMBE/TEMPLATE_RANGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/01002241\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/01002294\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/01002295\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/01002299\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/01002300\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/01002309\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/01002310\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/01002311\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/01002312\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/01002313\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/01002314\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/05000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/05000294\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/06000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/06000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/06000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/06000108\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/06000175\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/06000176\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/06000179\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/10000609\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/10000610\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/26000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/26000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/50000114\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/50000124\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/56000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/60000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/62000175\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/62000183\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/62000212\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/62000213\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/62000214\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/62000215\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/62000216\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/62000217\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/62000218\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/62000219\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/62000220\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/62000221\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/62000222\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/62000223\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/62000234\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/63000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/63000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/63000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/63000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/63000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/63000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/63000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/63000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/66000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/66000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/66000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/66000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/66000185\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/66000187\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/66000188\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/66000189\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/66000191\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/66000193\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/66000201\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/66000206\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000129\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000130\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000131\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000145\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000147\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000148\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000149\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000150\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000151\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000152\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000153\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/82000249\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000222\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000223\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000224\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000225\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000226\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000227\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000229\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000230\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000231\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000232\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000233\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000234\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000235\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000236\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000237\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000238\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000239\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000240\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000241\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000242\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000243\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000244\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000249\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000253\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000255\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000256\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000257\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000258\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/91000259\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/DE_ENTRY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/DE_FUPREC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/DE_SL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/DX_AUDIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/DX_CARCHIVE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/GS_DMI_CHK_PAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/HH_CRED\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/HH_CUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/HH_DRIV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/HH_DRVTXT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/HH_MAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/HH_PAYM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/HH_PRINT_BC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/HH_RA_DELE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/HH_TEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/HH_VEHI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/ME_CLEANUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/ME_CPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/ME_GEN_CU_V_GLO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/ME_GEN_CU_V_GRO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/PR_PRO_ARCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/PR_PRO_CH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/PR_PRO_CR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/PR_PRO_DP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/PR_PRO_LIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/PR_PRO_RESULT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/RP_DYNDISP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/RP_TOUR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/RP_VT11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_AUTOFSR_EXCL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_CLEAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_CLEAR_APPLOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_CLEARDIALOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_COCKPIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_DIFIAC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_FSR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_IACFIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_LIST_DOC_DIF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_MS_PRESALES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_MS_SETTLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_PMGIAC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_PMSIAC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_RADB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_SNUM_FSR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_SNUM_SLCOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_SNUM_SLDEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_SNUM_SLDID\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_SNUM_SLINV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_TGFIND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_TGGRP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_TGSEARCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SL_TGTYP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/ST_TOUR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SV_CHECK_CG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SV_LC_ADJUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SV_LC_COUNT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SV_LC_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SV_LIST_SHIP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SV_LIST_STOCK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SV_MAN_COR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SV_MR_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SV_RELOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SV_RL_RELEASE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SV_STOCK_AD_CR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/SV_STOCK_AD_DP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/TCBUS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_B_ACC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_B_C01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_B_C02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_B_C03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_B_CAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_B_CT1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_B_CT2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_B_CT3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_B_MAP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_B_SCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_B_TYP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_GEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_GEOCODE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_MESSAGES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_RSNAST00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_RSNAST0D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_RSNAST0F\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_SETTLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_TEXT_CONTROL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_VL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_VL_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_VL_VIEW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_VLC_ARCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_VLRANGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_VP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_VP_CREATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_VP_VIEW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/DSD/VC_VPRANGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/50000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/63000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/63000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/CHANGE_TEMPLAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GL_BREP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GL_CONFIGURE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GL_DOC_DISPLAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GL_DOC_JOURNAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GL_DOCNR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GL_IMG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GL_MANPOS_VM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GL_MD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GL_POST_ACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GL_PRNTA_SHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GL_REFDOC_SHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GL_REV_DOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GL_REVERSAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GLCONTROL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GLPOST_ACCDATA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GLPOST_ACCSYST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GLPOST_REFDOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/GLPST_REF_ACCS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/PM_CK_GRPS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/PM_PPR_DISP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/PM_PPR_LI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/PM_UR_ADMIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/PM_UR_MAINTAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/PMCFACTIV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/PMCFSTR_BTAPRO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/PMCFSTR_CR_JR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACA/PMCFVARI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/50000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/63000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/63000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/ACSYST_COPY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/ACTIVATE_AE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/ARCHIVE_CONFIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/ARCHIVE_RUN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/CONFIGS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/DM_DEBUG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/DMM_COPYTOOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/DMM_OBJMAP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/DMM_OBJMAP_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/DMON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/DOC_REPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/DOCJOURNALCONF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/DR_CONFIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/DR_CUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/FOBU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/JOURNAL_REPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/JOURNALCONF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/JOURNALCONTENT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/KF_CHAR_USAGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/READ_REG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/REGIST_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/SARA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/EACC/SHOW_PLIMA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/12000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/12000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/12000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/12000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/12000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/12000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/12000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/12000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/12000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/12000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/12000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/12000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/12000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/12000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/12000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/12000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/24000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000114\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000161\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000166\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000180\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000298\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000636\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000637\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000638\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/52000778\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/POI_EDIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ECRS/RP_EDIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/02000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/02000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/02000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/02000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/02000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/13000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/13000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/39000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/39000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/39000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/47000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/47U6X\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/68000140\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/68000141\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/68000142\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/88000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/88000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/88000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/88000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/88000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/88000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/88000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/88000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/90000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/90000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/90000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/90000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/90000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/90000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/90000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/90000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/90000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/90000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/90000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/90000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/90000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/90000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/99000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/BASE_CD1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/BASE_CI1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/BSP_PV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/DQMIMG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/EXT_SEARCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FLDQ/MDG_SDQ_MSG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FMP/74000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FMP/74000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FMP/74000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FMP/74000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FMP/MP_CHANGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FMP/MP_COMPARE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FMP/MP_DISPLAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FMP/MP_HISTORY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FSCAA/ADD_SHLP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FSCAA/V_IF_2_CLASS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FSCAA/VC_FIELD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FSIH/10000977\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FSIH/10000978\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FSIH/10000979\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FSIH/10000980\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FSIH/CNCL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FSIH/DISB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FSIH/REPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/ADJUST_BACKSYNC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/ALL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/APPS_DATA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/APPS_DETAILS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/AUTH_BACKSYNC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/BCO_MAINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/BPC_CREATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/BSYNC_IMG_CONT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/CA_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/EXT_SRV_MAINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/EXT_SRV_MAINT_N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/FLP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/FO_COMPARE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/FO_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/FO_DISPLAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/FO_MAINTAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/FO_SIMULATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/FO_UPLOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/FT_OVIEW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/GEN_SERVICE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/GET_ACT_LIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/IMG_MAINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/LIST_UPL_SOLU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/MAINT_BCO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/MAINT_BOE_FT_UI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/MAINT_SERVICE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/ORG_STRUC_EXT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/PREP_INSDATA_CH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/PREP_MR_MT_Q2P\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/PROCESS_REOCRDS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/RETRLOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/SCREEN_FLD_INFO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/SERV_TESTDATA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/SERVICE_MAINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/SET_IMPL_PHASE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/SWITCH_MODE_RST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/SYNC_FILES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/VIEW_JSON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/VIEW_XML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/WEBGUI_COCKPIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/FTI/WEBGUI_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GC1/INIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GC1/LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GC1/OVERVIEW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GC1/SCOPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GC1/START\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/08000983\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/08000985\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/08000986\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/50000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/57000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/57000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/57000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/57000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/57000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/57000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/57000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/57000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/57000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/57000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/57000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/57000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/57000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/77000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/77000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/77000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/77000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/77000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/BR_SIMPLES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/BRBPADD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/CLAIMREP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/MTPL_SEGMENT3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/NLGBA_DISPLAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/NLGBA_EXPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/NLGBA_IMPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/NLGBA_MASS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/NLGBA_RANGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/NLGBA_RES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/NLGBA_SET\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/NLHC_IT_COPY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/OLR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/PENS_CPHRR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/PENS_PCDC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/PENS_PCIM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/PENS_PCIR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/PENS_PCRS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/PENS_PRCI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/PENS_PRCS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/PENS_PRNR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/PENS_PSRR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/PENS_PSTL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/PENS_PSTM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/PENS_PSTS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/PSTRUN_RES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/PTERM_CREATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/PTERM_DISPLAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/RESERVE_CALC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/REU_ACCGFI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/REU_ETL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/REU_RST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/REU_RTR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/RUAC_AAAI_INS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/RUAC_AC_GR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/TR_TRAMER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/UPR_CALC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/UPR_CHARG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/UPR_DISP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/UPR_FCALC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/UPR_HKONT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/GSINS/UPR_UFUN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/35000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/ACT_NO_RANGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/ACTPARTYBRF_QIM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/BPUSER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/ISS_NO_RANGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/ISSPARTYBRF_QIM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/MANAGE_JUMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/NOTIF_SNUM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/RESIDENCE_MAINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/SCHEDULE_REMIND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/V_APPL_DEPEND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/VC_APPL_DEPEND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/VC_REDEF_QIM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IAM/VC_TYPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/01002305\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/05000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/05000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/10000406\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/10000407\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/10000408\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/10000409\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/10000615\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/10000621\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/10000622\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/10000816\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/10000817\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/10000818\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/35000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/35000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/35000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/35000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/35000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/35000124\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/35000129\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/62000208\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/62000209\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/62000518\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/62000695\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/62000704\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/62000707\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/62000711\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/62000712\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/62000753\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000155\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000208\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000249\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000291\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000323\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000373\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000437\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000438\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000439\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000451\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000452\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000455\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/68000500\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000140\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000144\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000145\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000146\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000147\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000186\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000234\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000237\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000244\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000334\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000433\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000434\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000435\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000436\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000437\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000451\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000452\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000453\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000454\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/72000493\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/76000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/76000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/95000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/MAN_CON_MIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ACC_CREATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ASSIGN_CALL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ASSIGN_CO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_CSARA_ACC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_CSARA_ECO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_CSARA_HCO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_DEVL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_DEVL_SINGLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ECF_A_CREATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ECF_CLEAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ECF_DERECOGN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ECF_FILL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ECF_FILL_MIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ECF_INIT_PPF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ECF_RECLAS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ECF_UNW_PPF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ECF_UNW_UMGL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ECF_UPD_INIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ECF_UPD_PPF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ECF_UPD_UNW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ECF_UPDATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ENR_UE_W_KVV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_ENR_UPI_W_UE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_EVAL_PARSER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_EWB_UPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_FILL_GATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_GATE_CLEAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_GATE_MODIFY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_HCO_DEL_POST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_HINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_HINTM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_IAS_FILL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_IAS_FILL_MIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_IAS_POST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_IAS_POST_PPF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_IAS_POST_UNW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_IAS_UPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_IAS_UPD_INIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_IAS_UPD_KTO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_IAS_UPD_PPF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_IAS_UPD_UNW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_IMP_CAT_POST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_KTO_DIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_KTO_INS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_KTO_REACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_KTO_UPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_LOG_POST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_LOG_RUN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_LOSS_CLEAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_MAN_PLAN_CHG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_MANCON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_MANCON_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_MIG_TRANSTYP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_PEWB_RFR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_PEWB_RFR_SUM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_PEWB_RST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_PEWB_RSTM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_PROPRES_ECF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_PROPRES_HGB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_PROPRES_IAS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_PWV_KK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_PWV_UPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_PWV_UPD_PPF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_RBDGATE_FILL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_RBDGATE_FILM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_REALLOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_REC_FUN_INIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_RECLAS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_REF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_REPORT_ECF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_REPORT_IPX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_REPORTING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_SHEETSUMMARY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_TRIM_VERTV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_VS_SALDO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_WORKLIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBS/RB_WORKLIST_SEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000131\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000165\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000168\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000169\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000172\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000201\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000202\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000203\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000204\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000209\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000220\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000222\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000225\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000232\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000320\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000321\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000322\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000337\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000338\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000339\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000483\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000484\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000494\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000512\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000543\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/68000550\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000295\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000296\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000297\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000298\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000299\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000300\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000301\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000302\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000303\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000304\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000305\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000306\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000307\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000308\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000309\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000311\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000312\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000313\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000314\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000316\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000317\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000318\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000319\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000320\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000321\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000322\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000323\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000325\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000326\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000327\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000328\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000330\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000331\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000333\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000335\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000336\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000337\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000340\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000341\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000342\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000343\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000344\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000345\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000346\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000347\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000348\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000371\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000372\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000374\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000375\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000376\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000377\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000378\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000379\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000381\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000382\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000383\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000384\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000385\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000414\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000415\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000416\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000417\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000418\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000421\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000425\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000426\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000429\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000439\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000440\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000441\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000442\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000448\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000449\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/72000450\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/ARCHIVE_SHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/CALCULATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/CH_IN_RAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/CML_IMPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/COCKPIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/CR_MISS_STATUS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/CR_SLICE_FRM_CF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/CSV_IMPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/CUS_COMPARE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/D_PP_CUS_DISP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/D_PP_WUL_DISP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/DATA_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/DEL_COCKPIT_S\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/DEL_FLOW_RECORD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/DEL_RUN_INFO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/ERROR_LIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/FILE_UPLOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/FILL_TRANSF_TYP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/IC_ASSIGN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/IMP_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/IMP_CHNG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/IMP_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/IMP_REFINE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/IMPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/MAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/MIG_FLOWS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/MIG_STATUS_USER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/MIGRATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/MPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/NOVATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/PH_LOG_SHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/PROFILES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/RAPI_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/RECALC_LPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/RESTART_POST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/REVERT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/RUN_PROT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/SELECTION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/SLICE_REPORTING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/START\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IBX/VALUA_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/79000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/89000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/89000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/89000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/89000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/89000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/89000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/89000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/89000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/89000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/ANNFTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/ANNX_VALUATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/ANNXWGHT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/AT02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/AT21\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/B41P\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/B9UPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/BV98\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/BV99\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/CAUD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/HASHCAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/HASHCAL_BCK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/INSERT_TZFB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/LOAN_COND_A\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/LOANDOCLINE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/MM_BLOCK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/POHIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/RE_INDEX_UPDATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/REM_CAP_ANN_BAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/REM_CAP_GL_ACC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/SIMSD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/TANP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/TMP2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/TQZ5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/TQZ6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/TVA5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/TVA6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ILE/UPDANN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/INCMD/ARCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/INCMD/BATCH_UPLOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/INCMD/FFFSGEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/INCMD/GRPNR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/INCMD/ITMNR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/INCMD/UI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/INCMD/UPLOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/17000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/28000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/28000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/28000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/53000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/53000210\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000089\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/67000091\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/ACTIVE_VAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/CLASSIF_GEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/CLAUSE_COUNT_L\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/DEF_DUET_MAP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/DOC_EXPIRE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/DOCB_IMG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/DOCSEL_DIAG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/DUET_IMG_DIAG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/IMG_CREATE_EMA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/IMG_DIAG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/IMG_DISPLAY_VA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/IMGACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/IMGFILLLOCAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/LIST_DOCSEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/LIST_ELMNTS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/LIST_RULES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/LIST_STRUCT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/LIST_TMPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/LIST_VAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/LIST_VAR_ELM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/LIST_VARREF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/LIST_VARS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/MIGRATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/NUM_RANGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/OUTPUT_WSDL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/POP_VAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/READ_SRM_VAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/TMPL_ELMNT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/TMPL_LAUNCHER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/VARIABLE_CONFL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IPRO/XML_STR_GEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISCM/TRSM_DASH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISCM/TRSM_PARAM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/05000301\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/05000328\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/06000278\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/06000279\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/06000280\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000697\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000698\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000699\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000702\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000703\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000709\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000710\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000711\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000712\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000713\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000714\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000715\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000716\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000717\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000718\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000719\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000720\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000925\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10000927\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10001000\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/10001001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/11000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/23000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/29000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/29000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/42000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000161\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000162\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000256\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000257\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000337\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000364\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000365\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000366\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000367\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000368\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000369\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000370\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000371\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000372\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000373\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000374\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000375\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000376\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000377\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000378\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000379\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000380\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000382\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000383\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000384\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000385\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000429\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000510\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000511\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000519\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000544\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000552\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000576\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000578\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000579\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000582\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000635\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000663\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000664\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000665\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000681\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000693\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000694\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000695\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000696\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000704\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000705\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000713\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000715\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000722\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000723\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000727\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000740\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000741\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000753\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000811\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000824\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/53000826\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000080\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/54000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/62000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/88000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/89000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/92000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/99000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/99000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/99000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/99000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/99000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/99000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ABRV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ACCCORATES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ACCHIERCOPY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ACCHIERGEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ACCHIERPREP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ACCHIERREST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ACCMDGEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ALE_CRE_CCMS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ALE_IN_PROC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ALE_OBJ_MAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ALE_PRI_MAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ALE_RES_CCMS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ALE_STRTSYNC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ALE_SYNC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ALE_SYS_MAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/AVAIL_FORCES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/BD11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/BD87N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/BDXE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/BERID_AEND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/BERID_ANLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/BERID_ANZE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/BERID_DELE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/BERID_GET\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/BRFPLUS_SIM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/C02WM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/C_CID\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/C_CS_CMD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/C_CS_SYS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/C_MM_CS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/C_V_T307\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/C_V_T319\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/C_V_T319A\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CALL_TRANS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CALLRBDAPP01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CALLRBDMIDOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CALLRBDSTATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CALLRSARFCSE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CALLRSEIDOC2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CALLRSEOUT00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CALLRSNAST00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CBSART_CS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CCM_SYS_MAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CDD_DEPLYMNT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CDOC_SEND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CFDP01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CFRGKZ_CS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CHA_TBL_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CHANGE_PARTY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CHANGE_SLOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CHECK_LES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CIL21SUB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CIL21SUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLEANUP_HR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMASCL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMCAP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMCUS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMEAPP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMEVT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMEXSTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMFLAUF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMFLSTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMIAST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMIMST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMISE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMMDID\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMSFCT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMSLF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMSTAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMSTB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMSTIC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLMUPRI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CLPMBOOK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CMP_AGR_TABS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/COMPARE_MAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/COMPARE_PERS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CPMGOS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CREIP1M\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CREIP2M\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CREIPFM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CREIPLY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CREIPNM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CREL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CREL01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CREL02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CREL03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CREL04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CREL1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CREL2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CRERRFM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CRWBD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CS_RELOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CUA_SWITCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/CUA_USER_CMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/DISP_EQU_SIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/DISP_INITSUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/DISP_MAT_SIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/DISP_MATSTAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/DISP_SRV_USE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/DISP_STR_LWC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/DISPLAY_AZA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/DSP1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/DSP_HIER_STR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/DSP_OP_RDNS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/EL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/EPA_HU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/EPA_PRINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/EQUI_STAT1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/EQUI_STAT2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/EQUITRP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/EXPO_TEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/EXT_BATCHES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/EXT_BATCHES3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/FDP1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/FDP2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/FDP_START\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/FDP_VSTEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/FE01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/FE02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/FE03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/FE04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/FE05\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/FE06\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/FE07\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/FORCE_CD_DIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/FORCERMIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/FORCERMIGSE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/GEOLOC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/GEOLOC2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/GET_LAGP_BEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/GET_LAGP_LQU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/GIS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/GIS2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/GNR_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/GNR_MAINTAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ICM_START\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/IE11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/IL07R\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/IL21\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/IMPORT_BELO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/INFO_LES_REL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/INFRA1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/INFRA2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/INFRA_COMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/INFRAMAT_ALL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/INFRAMAT_RET\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/INIT_SUPPLY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LA01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LA02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LA03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LES_RETURN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LGORT_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LM_EVM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMACC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMAR01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMAR02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMASSPTS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMCUS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMER01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMER02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMFL01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMFL02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMFL03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMFLM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMFLP1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMGEN1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMGENIDX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMIE01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMIE02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMIE03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMMTB1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMSI01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMSI02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMSI05\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMSSC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMSTB1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMSTB2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LMTST1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LN01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LN02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LN03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LN04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LPL1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LPL2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LS26N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LSNR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LSP1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/LSP2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MASS_LOSS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MASS_LOSS_HU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MAT_ASSIGN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MAT_COMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MAT_COMP_PR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MAT_CONS_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MAT_CONSUMPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MATMAS_COPY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MB52\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MCHG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MCHG_SRV_USE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MCHG_SUP_REL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MDEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_BSART\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_BWB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_BWS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_COMALSYS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_COMAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_COMATRIX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_COMCSYST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_COMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_HR_TAHDM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_HR_TCTPM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_IDOC00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_IDOC01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_IDOC02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_IDOC03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_IDOC04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_MWMSGDISP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_NUM_MAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ME_REQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MEBOR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MM_CS_EXLST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MM_RL01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MM_TRANS_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MMW_DEL_MSGS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MMW_MESGS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MNTF_CR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MPA1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MPA2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MPAEXPGEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MPANR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MPO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MPO_COMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MPO_MIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MPO_PLAN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MPO_SUB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/MPONR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/NASL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/NSN1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/NSN2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/NSN3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/OIUO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/OIX2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/OIX8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/OIX9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/OIXA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/OM_REF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/OPC_CF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/OPC_LR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/OPC_OECF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/OPC_OELR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/OPC_PROJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/OR01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/OR02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ORMNT01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ORMNT_MMDOCS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ORMNT_PMDOCS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ORSUP01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ORSUP_DOCS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/OVXC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PERS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PERS2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PLBA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PM_ERR_RUNS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMBOOK0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMBOOK1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMBOOK2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMCP1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMCP_OBJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMCPRUN1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMDIS2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMDIS3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMDIS4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMDIS5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMDISERRWF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMDISRUN1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMEQSE1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMMASSFWOBJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMRELO_INT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMRELOC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMRUECK1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMTR0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMTR1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMTR2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMTR3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMTR4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMTR5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMTR6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PMTR7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PORT_SWITCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/POS_GEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/POSGEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PRELOC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PRELOC2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PRPLB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PRPLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PRPLL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PURDOCS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PUWNR_U\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/PUWNR_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/RELOC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/RELOC2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/RELOC_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/RELOC_STORNO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/REORG1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/REPL_LAGP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/REPL_LAGP_RF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/RES_TBL_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/RFFMKBHA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/RFFMKBHE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/RIC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/RIC2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/ROLE_MANAGER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SET_OFFLINE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SET_ONLINE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SHIFT_MAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SHIFT_OPEX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SHIFT_OR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SHIFT_REL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SLG1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SLG1_SW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SREL1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SREL2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/START_CPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/STATE_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/STOCK_RELOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/STOCK_RETURN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SV01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SV02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SV03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SV_FORM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SW_EXEC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SW_SIMULATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SWITCH_PP_I\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SWITCH_PP_O\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SYSTEM_MON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SYSTEM_STATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/SYSTEM_SYNC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/T024D_U\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/T024D_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/T313Y_U\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/T313Y_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/T630L_U\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/T630L_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/T630R_U\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/T630R_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TA_PSPMAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TA_V_TVFP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TOB1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TOB2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TOE1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TOE2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TOEACC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TOEACC2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TOEFU1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TOEFU2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TOELOG1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TOELOG2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TOEM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TOEM2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TOEP1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TOEP2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TORG1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TORG2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TROAL_U\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TROAL_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TROLZ_U\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TROLZ_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TST_CHK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TVKOL_U\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TVKOL_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TVLA_U\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TVLA_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TVRO_U\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TVRO_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TVST_ALW_U\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TVST_ALW_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TVSTRF_U\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TVSTRF_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TVSTZ_LGORTU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TVSTZ_LGORTV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TVSTZ_U\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TVSTZ_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TZONE_U\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/TZONE_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/UPD806\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/UPD_ORG_LEVB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/UPD_ORG_LEVS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/UPD_ORG_LEVT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/UPLN1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/UPS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/UPS01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/UPS02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/UPS03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/UPS04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/UPS_FORCE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/UPS_WRK_MAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/USER_DISTRIB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/V_024_U\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/V_024_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/V_TWLVZ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/V_V2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/VLA01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/VLKO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/VLRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/VLV1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/VLV2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/VLVBE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/VLVET\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/VLVLS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/VPA_INTERN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/WF_ACC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/WF_CUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/WF_EPA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/WF_EXT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/WF_EXU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/WF_KST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/WF_MAP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/WF_MAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/WF_MATPLAN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/WF_MC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/WF_PER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/WF_PERPLAN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/WF_RIC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/WF_SE16\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/WFLIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/XI_ALE_SYNC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISDFPS/XI_INIT_LOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/54000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/54000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/54000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/54000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B001_U02_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B001_U10_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B001_U11_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B001_U12_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B001_U22_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B001_U24_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B001_U26_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B001_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B001_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B001_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B002_U02_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B002_U10_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B002_U11_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B002_U12_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B002_U24_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B002_U26_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B002_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B002_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B002_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B003_U02_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B003_U10_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B003_U11_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B003_U12_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B003_U22_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B003_U24_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B003_U26_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B003_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B003_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B003_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B004_U02_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B004_U10_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B004_U11_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B004_U12_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B004_U22_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B004_U24_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B004_U26_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B004_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B004_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B004_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B005_U02_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B005_U22_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B005_U24_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B005_U26_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B005_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B005_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B005_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B006_U02_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B006_U10_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B006_U11_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B006_U12_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B006_U22_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B006_U24_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B006_U26_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B006_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B006_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B006_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B007_U02_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B007_U10_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B007_U11_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B007_U12_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B007_U22_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B007_U24_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B007_U26_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B007_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B007_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B007_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B008_U02_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B008_U22_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B008_U24_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B008_U26_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B008_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B008_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B008_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B009_U22_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B009_U24_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B009_U26_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B009_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B009_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B009_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B010_U22_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B010_U24_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B010_U26_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B010_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B010_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B010_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B011_U22_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B011_U24_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B011_U26_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B011_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B011_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B011_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B012_U22_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B012_U24_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B012_U26_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B012_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B012_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B012_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B013_U22_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B013_U24_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B013_U26_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B013_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B013_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B013_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B014_U22_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B014_U24_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B014_U26_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B014_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B014_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B015_U22_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B015_U24_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B015_U26_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B015_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B015_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B015_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B016_U24_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B016_U26_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B016_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B016_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B016_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B017_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B017_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B017_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B018_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B018_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B019_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B019_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B019_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B020_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B020_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B020_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B021_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B021_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B021_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B022_U32_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B022_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B022_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B023_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B023_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B024_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B024_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B025_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B025_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B026_U34_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B026_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B027_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B028_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B029_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ISIDEX/B030_U36_01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/14000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/57000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/57000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/57000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/57000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/57000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/57000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/57000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/57000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/57000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/92000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/97000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/97000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/97000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/97000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/97000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/97000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/97000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/97000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/97000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/99000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/99000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/99000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/99000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/99000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/99000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/99000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/99000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/99000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/99000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/99000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/99000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/ANA_SRV_GEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/BATCH_CONFIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/CACHE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/CACHE_CLEANUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/CLEANUP_JOBS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/CONF_SERVICE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/CONFIG_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/CP_ADMIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/CP_CONFIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/CP_CRE_JOBS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/CP_DEL_JOBS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/CP_DELTA_LINK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/CRE_DEF_JOBS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/ERROR_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/ERROR_LOG_E2E\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/GLOBAL_CONFIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/IMPORT_MODEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/NOTIF_MONITOR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/OCI_SRV_GEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/REG_MODEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/REG_SERVICE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/REG_VOCAN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/RFC_BOP_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/RFC_BOP_GEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/SB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/SBS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/ST_ADMIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/TRACES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/UM_NR_INT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/UR_CLEANUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/V4_ADMIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/VIEW_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/WS_BOP_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWBEP/WS_BOP_GEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/14000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/32000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/32000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/32000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/32000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/32000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/32000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/32000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/32000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/32000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/32000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/50000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/59000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/59000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/59000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/59000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/59000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/59000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/59000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/59000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/59000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/59000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/59000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/59000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/59000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/59000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/99000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/99000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/99000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/APPS_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/BULK_USER_MAP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/CACHE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/CACHE_CLEANUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/CACHE_REBUILD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/CLEANUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/CLEANUP_JOBS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/CRE_DEF_JOBS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/ERROR_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/ERROR_LOG_E2E\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/EXPLORER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/GLOBAL_CONFIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/GW_CLIENT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/GW_SUPPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/INIT_CCMS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/IWF_ACTIVATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/MAINT_SERVICE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/MED_ACTIVATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/MED_SA_ACTIV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/MOC_PARALLEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/NOTIF_CLEANUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/NOTIF_MONITOR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/ROUTING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/SERVICE_TEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/SOFTSTATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/STATS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/TRACES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/V4_ADMIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/VIEW_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/VIRUS_SCAN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/WF_WEBGUI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWFND/WSS_SETUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/99000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/BEP_DEMO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/BEP_NPREG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/BEP_SET_ALIAS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/BEP_SET_HUB_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/H_CACHE_SDATA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/H_CLEAR_CACHE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/H_CLEAR_NOTIF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/H_CLOUD_DEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/H_SMP_DEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/HUB_SAP_ALIAS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/SYS_ALIAS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/VB_REG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/VB_REG_P\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/VNPUSHP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWNGW/VNPUSHR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWPGW/34000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWPGW/34000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWPGW/34000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWPGW/34000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWPGW/34000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWPGW/34000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWPGW/34000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWPGW/34000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWPGW/PGW_CTXT_SVC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWPGW/PGW_SYAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWPGW/TGW_TCM_SHMC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWWRK/92000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWWRK/92000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWWRK/97000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWWRK/WF_FILTER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/99000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/CONFIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/CONFIG_OLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/EEE_SUPPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/ERROR_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/EVENT_DEMO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/INBOUND_CFG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/MAINTAIN_CONS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/MAINTAIN_PROD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/OUTBOUND_CFG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/SERVICE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/SETUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/SUBSCRIPTION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/IWXBE/SUBSCRIPTIONS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/J7L/85000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/J7L/85000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/J7L/85000094\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/J7L/85000166\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/J7L/LDE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/04000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/04000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/04000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/04000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/04000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/04000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/04000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/04000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/04000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/04000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/04000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/CRIC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/CRNR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/CRNRM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/CRRTMM01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/CRTML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/CRTMM01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/CRTMM02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/CRTMM03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/CSOC01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/DELE_MASTER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/KRCK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/RGP1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/RGP2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/SHRY1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/SHRY2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJCH1/SPII\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJEDM/68000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJEDM/68000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJEDM/68000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJEDM/68000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJEDM/68000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJEDM/68000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJEDM/EDM01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJEDM/EDM02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJEDM/EDM03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJEDM/EDM04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJEDM/EDM05\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJEDM/EDM06\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJEDM/EDM07\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJEDM/EDM08\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJEDM/EDM09\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJRTAX01/ATMASSINS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJRTAX01/ATMIGALVD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJRTAX01/ATMIGDEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJRTAX01/ATMIGINS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJRTAX01/MIG_PRDCD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJRTAX01/PDEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJRTAX01/PINS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJRTAX01/PUPLOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/KJRTAX01/RINS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/04000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/05000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/05000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/05000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/09000626\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/09000627\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/09000628\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000080\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000089\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000091\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000094\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/15000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/42000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/48000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/48000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/48000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/48000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/60000673\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/72000166\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000094\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000095\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000096\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000106\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000107\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000108\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000109\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/86000110\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/GEN_CODE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/SNUM_DIEX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/SNUM_EXDO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/SNUM_IPON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LIME/SNUM_PIDO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/63000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/63000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/63000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/63000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/63000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/63000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/63000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/63000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/63000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/63000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/63000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/63000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/63000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/MATURITY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/PROCEEDS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/TQ_CHECK_INC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/TQ_CHECK_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/TQ_DEL_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/TQ_DEL_RES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/TQ_PAYL_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/TQ_PAYLOT_PR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/WL_SEND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/WL_SEND_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LSIERP/WLM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LTB/G_ATTR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LTB/IFF_CUST_TYPES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LTB/TR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LTB/TR_DOWNUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/LTB/TR_WHUSED_MAINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MERP/52002658\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MERP/52002659\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MERP/52002660\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MERP/52002661\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MERP/52002663\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MERP/52002664\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MERP/52002665\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MERP/52002666\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MERP/CPMS_APPCREATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MERP/CPMS_APPUPDATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MFND/28000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MFND/28000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MFND/28000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MFND/68000505\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MFND/68000506\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MFND/CFG_OMDO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MFND/CFG_OMODEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MFND/CFG_OS_ASGMNT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MFND/CLINT_ST_PURGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MFND/CS1_NR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MFND/DEPOBJ_Q_PURGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MFND/DQ1_NR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MFND/SVR_PKG_PURGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/29000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/ACT_NO_RANGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/ACT_TEMPLT_SM34\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/ACTBP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/ACTSTRC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/CHG_BP_ASSIGNM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/CRBP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/ISS_NO_RANGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/VC_CATALOG_SM34\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/VC_ISS_SM34\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MOC/VV_CODE_SM30\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_CONFIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_CUS_APPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_CUSTOMIZE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_IMPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_METHCALL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_MON_DEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_MONITOR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_PARRAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_PARRTREE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_PDATA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_PDATAGR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_PENUMVAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_PFNCTREE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_PFUNCT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_PLIB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_PROTOCOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_PSELLABLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_PSETREE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_PTABENUM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_PTABVAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_PTREE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_RFC_DEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_VERS_CAI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MSG/4_PM_VERS_TOM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/04000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/04000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/04000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/04000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/04000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/04000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/04000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/04000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/04000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/22000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/22000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/31000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/31000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/31000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/31000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/31000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/31000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000080\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/36000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/37000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/45000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/45000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/45000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/45000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/45000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/45000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/45000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/45000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/45000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/45000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/45000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/45000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/57000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/57000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/57000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/57000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/57000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/57000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/57000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/57000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/60000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/60000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/60000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/60000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/60000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/60000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/60000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/60000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/60000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/60000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/60000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/60000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/60000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/60000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/69000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/87000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/87000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/87000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/87000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/87000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/92000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/98000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/ABU_BCREG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMB_PBMSTAS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMB_PBMTSTS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMB_PFRCS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMC_BMSTART\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMC_IASTART\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMC_ICASTART\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMC_ICDESTART\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMC_RSDSTART\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMC_RSSTART\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMN01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMN02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMN03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMN04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMN05\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMN06\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMN07\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMQ_EXT_CONV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMQ_IA_MIGTEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMQ_MIGTEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMQ_OBJ_MIGTEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMQ_RS_MIGTEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMU_PBC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMU_PBMSORS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMURSD_PMOD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMURSDEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMURSRCODE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMUV_GUIL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMUV_INSTS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_CE_EXPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PARAM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PASSOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PATAKND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PATSTAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PCMDACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PCMDDIR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PCMDSTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PCMDVIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PCORRE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PDEAKND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PDESTAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PDIR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PEXEMPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PICCOR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PICREG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PICSERV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PNEGRDE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PRETRES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PSALTAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMV_PVCMDVIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMVET_IMPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMVML_EXPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMVR_HIDEF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMVRA_EXPORT_DA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMVRA_IMPORT_DA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMVRS_CHECKACK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMVRS_DWTIME_IC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMVRS_EXPORT_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMVRS_IMPORT_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMX_COMPARE_BM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_FPP_CE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_FPP_CHGVEC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_FPP_IC_EXP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_FPP_IC_IMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_FPP_ICDEEXP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_FPP_ICDEIMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_FPP_ICDEMSG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_FPP_RS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_FPP_RSD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_FPP_TYPCLA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_UI_CE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_UI_IC_EXP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_UI_IC_IMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_UI_ICDEEXP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_UI_ICDEIMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_UI_ICDEMSG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_UI_RS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_UI_RSD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/AMY_UI_TYPCLA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/ANALYZE_BTXDC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/ANALYZE_TMFCUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/IMPORT_ALLOCDAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/IMPORT_CONVERS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/MVA/IMPORT_TYPCLASS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/12001214\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/12001288\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/12001289\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/12001473\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/ANARM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/ANARS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/BSLM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/BSLS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_BASIC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_BOESL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_CO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_COVHM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_COVHS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_KBB_MM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_KBB_SD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_NES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_NES_EKO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_NES_VKO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_NFM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_NFR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_NFS_MM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_NFS_SD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_NKTYP_MM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_NKTYP_SD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_NORG_MM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_NORG_SD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_PROHM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_PROHS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/C_RATEREF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/CONVM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/CONVS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/COVM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/COVM3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/COVS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/COVS3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/DEFDS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/DEHM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/DEHM3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/DEHS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/DEHS3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/DEPM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/DEPM3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/DEPS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/DEPS3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/DNEBM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/DNEBM3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/DNEBS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/DNEBS3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/GRAFM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/GRAFS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/MM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/MM_IM_PROVMOV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/NEBM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/NEBM3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/NEBS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/NEBS3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/POSLM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/POSLS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/PROM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/PROM2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/PROM3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/PROM4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/PROS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/PROS2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/PROS3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/PROS4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/RAPM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/RAPM3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/RAPS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/RAPS3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/RATM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/RATM3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/RATS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/RATS3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/SD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/VGWM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/VGWM3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/VGWS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/NFM/VGWS3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OLC/53000538\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OLC/53000539\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OLC/53000540\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OLC/REBUILD_COSTS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/07000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/07000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/07000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/07000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/07000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/32000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/45000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/45000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/45000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/45000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/45000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/45000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/49000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/68002403\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/68002404\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/68002405\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/68002406\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/68002407\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/68002408\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/68002409\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/68002410\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/68002411\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/68002412\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/68002413\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/68002417\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/68002425\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/80000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/80000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/80000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/80000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/80000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/80000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/80000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/80000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/80000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/80000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/CHECKTOOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/CLIENTCOPY_TOOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/ESACHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/SLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/TR_ACE_STRT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/TR_CAN_SCHDULE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/TR_RP_ERROR_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/TR_SCHDULER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/TR_TP_REPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/OSP/TR_WSR_SCHDULE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/ADMIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/ANALYTICS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/APPLETS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/CHANGELOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/COLORS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/CTLOVR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/F4_HELP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/FLAVORS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/FLVNAMING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/FONTS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/GLBSCRIPTS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/HEALTH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/ICONS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/IMPCLIENTS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/LAUNCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/MIGRATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/QKSTYLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/RESOURCES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/RFCS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/ROLES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/SCROVR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/SE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/SETTINGS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/SSTREAM_WL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/TCODE_MAP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/TEMPLATES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/TEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/THEMES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/TRACING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/TRANSPORTS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/URLS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PERSONAS/USERS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/04000222\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001522\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001560\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001578\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001606\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001626\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001632\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001662\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001751\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001847\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001865\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001867\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001872\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001882\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001892\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001925\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001927\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001931\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001985\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11001990\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11002021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11002044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11002072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11002177\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11002178\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11002179\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/11002303\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/16000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/16000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000080\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000091\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000096\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000106\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000107\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000108\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000109\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000110\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000111\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000112\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000114\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000115\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000116\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000117\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000119\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000120\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000121\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000122\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000123\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000124\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000125\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000126\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000127\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000128\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000129\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000130\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000132\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000133\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000134\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000135\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000136\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000137\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000138\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000139\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000140\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/32000141\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000080\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/41000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000095\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000096\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000114\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000115\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000117\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000120\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000122\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000123\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000124\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000127\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000128\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000133\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000134\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000135\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000140\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000143\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000144\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000148\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000151\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000153\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000154\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000157\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000158\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000159\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000160\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000161\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000162\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000163\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000164\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000165\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000166\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000168\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000170\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000176\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000177\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000182\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000184\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000186\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000187\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000189\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000190\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000191\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000192\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000193\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000194\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000195\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000198\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000203\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000204\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000209\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000218\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000219\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000220\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000221\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000224\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000225\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000226\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000227\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000230\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000233\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000234\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000236\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000237\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000238\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000239\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000244\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000245\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000248\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000251\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000253\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000255\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000257\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000258\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000259\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000260\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000261\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000264\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000265\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000266\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000270\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000271\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000272\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000277\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000284\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000286\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000287\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000289\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000290\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000291\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000292\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000293\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000294\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000295\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000296\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000297\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000298\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000303\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000304\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000305\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000306\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000307\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000308\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000309\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000310\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000311\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000313\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000314\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/47000315\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000091\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000094\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000109\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000110\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000111\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000112\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000113\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000120\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000121\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000122\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000125\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000126\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000127\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000128\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000129\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000132\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000134\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000136\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000137\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000140\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000142\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000145\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/51000146\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/ACCRUAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/AR_ORD2_DISPLAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/BANK_MAINTAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/BIS_BULK_REQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/BRF_CHECK_PI_G\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/BRF_DISPOSITION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/BRF_FX_APP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/BRF_LIQUIDITY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/BRF_PE_PRODUCT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/BRF_RCP_ERR_THR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/BRF_RESERVATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/BRF_SWIFT_PO_TY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/BRF_SWIFT_TAG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/BRF_TECH_PRIO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/BRF_XML_PO_TYPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/BRF_XML_RCL_GRP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/BRF_XML_T_TYPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/CC_AR_ARCHIVING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/CHARS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/CHDOC_AR_ARCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/CLEARING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/CLR_ACCOUNT_REC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/COLLECTORS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/COPY_CLA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/CORR_BP02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/CP_CLEARINGAREA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/CP_COLL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/CP_COLL_WEB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/CRISIS_REL01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/DATE_INCR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/EH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/EH_AUTOPP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/EH_EH_REL01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/EH_WEB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/EHSOL_REL01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/EOD_SET_DATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/ERROR_CORR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/FH_IMPORT_DIR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/FH_IPM_EXPERT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/FH_OLIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/FH_PO_REF_RNG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/FH_SERVERFILES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/FH_SHOW_DB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/FIN_OUT_ORD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/FIN_TECHLOG_RUN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/FORW_STAT_HST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/GROUP_PROC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/HDS_WB_ASSIGN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/LM_ASYNC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/LOG_SEARCH_MSG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/LOG_SETTINGS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/NUM_RANGE_COLL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/NUM_RANGE_CSTID\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/NUM_RANGE_DTAZV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/NUM_RANGE_ITEM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/NUM_RANGE_OL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/NUM_RANGE_PI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/NUM_RANGE_PO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/NUM_RANGE_RA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/NUM_RANGE_RE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/OLIST_ARCHIVING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PI_AR_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PI_DISPLAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PI_DISPLAY_NEW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PO_AR_ARCHIVING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PO_AR_HDS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PO_AR_HDS_ORD1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PO_AR_HDS_RCL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PO_DETAILS_WEB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PO_DISPLAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PO_DISPLAY_NEW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PO_EXPERT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PO_ITEM_REL01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PO_ORDER_REL01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PO_POSTPROCESS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PO_RECALL_REL01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PO_SLA_REL01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/POLLER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PPO2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PPO3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/PRINT_CORR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/QUEUE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/R_RMV_BOBJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/RA_AR_ARCHIVING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/RC_AR_ARCHIVING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/RECALL_ACTIV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/RECALL_GUI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/RECALL_MASS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/REJECT_PEND_PO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/REQ_AGENT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/REQ_AGENT_MASS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/RESUB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/REVERT_FAIL_PO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/RM_DISPLAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/RN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/ROUTE_WEB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/RP_CA_REL01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/RP_ROUTE_REL01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/RST_OUT_ORD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/RTI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/SBAL_AR_ARCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/SHOW_FUNC_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/SHOW_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/SLA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/SLA_AR_ARCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/SLA_CUS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/SLA_WEB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/STAT_NOT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/STATECHART\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/STATECHART_IOR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/STATECHART_OOR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/SWIFT_CODE_HDS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/SWIFT_HDS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/TECH_PRIO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/TECHLOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/TRM_NETTING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/TXN_SHOW_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/UI_LOCK_ADMIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/UPLOAD_RD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/WLS_RESULT_REQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/WRAP_POLLER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/XML_TEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PF1/XSD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/24000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/24000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/24000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/24000091\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/24000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/24000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/24000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/24000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/24000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/24000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/24000106\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/37000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/37000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/67000080\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/67000107\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/99000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/IAM_ACT_SNUM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/IAM_ISS_SNUM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PICM/LAUNCH_MATRIX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000080\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000091\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000108\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000110\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000117\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000119\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000121\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000125\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000128\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000129\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000130\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000131\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000132\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000136\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000139\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000150\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000151\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000153\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000154\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000155\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000156\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000160\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000161\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000162\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000163\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000165\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/05000167\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/14000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/14000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/14000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/14000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/14000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/14000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/38000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/38000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/38000089\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/38000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/38000091\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/38000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/38000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/38000094\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/38000095\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/38000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/38000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/38000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/38000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/38000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000106\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000107\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000128\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000459\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000607\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52000728\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52001191\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52001413\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52002419\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52002421\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52002422\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52002435\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52002486\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52002492\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52002726\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52002727\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52002825\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52002835\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/52002919\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/53000173\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/53000175\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/53000203\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/57000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/89000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/89000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/89000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/89000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/89000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/89000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/89000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/89000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/AUTH_ROLE_CHK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/AUTH_UGRP_CHK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/CADV_VACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/CADV_VINST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/CADV_VVAC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/DISP_PARAM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/GSS_METADATA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/PR_DETAIL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/RCA_BALITM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/RCP_SEA_T_GEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/SAM_OBJTBLFILL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMB/VWR_VINST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000089\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000094\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000095\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000096\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000106\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000107\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000111\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000112\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000113\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000114\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000115\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000116\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000120\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000123\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000124\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000126\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000127\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000133\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000134\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000135\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000137\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000140\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000141\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000142\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000143\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000144\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000145\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000146\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000147\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000148\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000149\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000152\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000158\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000159\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000164\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000168\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000170\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000172\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000174\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000175\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/05000176\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/09000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000091\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000113\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000114\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000117\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000119\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000120\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000226\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000227\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000232\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000236\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000237\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000248\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000249\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000250\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000251\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000253\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000254\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000261\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000287\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000288\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000289\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000290\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000414\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000539\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000562\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000564\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000565\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52000682\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52001035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52001075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52001084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52001092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52001187\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52001229\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52001303\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52001611\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52001980\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52002192\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52002481\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52002491\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52002519\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52002538\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52002728\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52002789\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52002834\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/52002980\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/57000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/57000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/57000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/57000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/57000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/89000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/CR_NUMRG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/CR_STS_ACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/ECR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/ECRN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/GSS_B2B_META\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/GSS_B2B_SU_NR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/GSS_I2B_META\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/GSS_I2B_SU_NR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/GSS_R2B_META\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/GSS_R2B_SU_NR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/GSS_R2M_SU_NR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/GSS_REPORT_VAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/GSS_SI2B_SU_NR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/INST_TRANSFER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/PPE_USER_SET_A\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/PPE_USER_SET_P\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/PR_EMAIL_NOTIF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/PRTL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/RCP_MIGRATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/RMSL_MIGRATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/RSP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/SPC_SAM_MASS_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMI/VIP_CUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/82000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/82000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/82000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/82000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/82000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/82000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/82000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/82000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/82000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/82000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/82000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/82000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/82000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/CONS_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/MEANING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/QSTAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/QUERY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/SINC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/UDASH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/UGRP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/UPRVW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/URSEQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMPCV/UVAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMU/05000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMU/05000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMU/05000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMU/14000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMU/38000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMU/38000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMU/38000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMU/38000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMU/38000096\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMU/38000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMU/38000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMU/38000106\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMU/53000176\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMU/57000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMU/89000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PLMU/FRW_CHECK_CUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000089\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000091\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000096\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000120\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000121\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000122\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000127\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000131\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000140\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000141\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000142\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000145\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000147\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000148\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000149\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000150\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000151\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000152\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000153\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000159\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000160\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000163\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000164\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000165\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000169\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000170\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000171\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000172\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000173\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000174\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000180\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000181\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000182\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000183\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000184\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000186\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000187\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000188\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000189\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000192\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000193\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000195\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000196\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000199\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000202\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000204\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000206\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000208\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000209\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000210\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000211\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000220\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000221\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000225\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000226\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000232\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000235\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000244\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000245\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000251\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000253\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000257\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000258\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000259\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000260\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000266\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000270\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000272\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000277\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000278\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000280\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000281\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/05000285\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000094\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000095\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000107\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000108\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000109\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000110\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000111\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000112\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000113\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000114\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000115\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000116\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000119\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000120\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000121\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000123\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000125\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000126\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000127\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000128\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000129\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000130\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000131\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000132\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000133\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000134\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000135\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000136\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000138\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000139\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000140\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000141\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000142\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000143\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000144\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000145\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000146\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000147\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000148\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000149\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000150\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000151\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000152\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000153\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000154\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000155\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000156\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000157\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000158\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000159\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000160\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000162\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/12000163\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/18000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/18000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/18000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/18000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/18000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/18000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/18000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/18000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/18000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/26000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000080\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000089\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000091\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000094\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000095\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000096\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000106\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000107\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000108\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000109\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000110\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000111\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000112\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000113\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000117\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000119\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000120\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000121\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000122\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000123\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000124\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000125\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000126\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000127\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000128\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000129\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/38000130\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FCA_BACKG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FCA_STARTBACKG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FL_NAME_CONV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FL_PERF_MON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FL_PERF_REG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FL_SHOW_APPLOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FL_TRACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FL_TRESN_SERV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FL_VARIANT_MGR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FVC_BO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FVC_CHANNEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FVC_CHMODEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FVC_PROCESS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FW_CHG_ORIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FW_START\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FW_START_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FW_START_TEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/3FW_START_XML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000089\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000091\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000094\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000095\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000096\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000106\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000107\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000108\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000109\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000110\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000111\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000112\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000116\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000117\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000119\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000121\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000122\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000123\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000124\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000125\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000126\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000128\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000129\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000130\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000131\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000133\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000134\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000143\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000144\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000145\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000146\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000147\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000148\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000149\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000150\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000151\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000152\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000153\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000154\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000155\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000156\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000157\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000158\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000159\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000160\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000161\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000162\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000163\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000164\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000165\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000166\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000167\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000168\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000169\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000170\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/66000171\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000080\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000089\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000091\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000094\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000095\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000096\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000106\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000107\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000108\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000109\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000111\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000112\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000113\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000114\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000115\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000116\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000117\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000119\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000120\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000121\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000122\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000123\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000124\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000125\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000126\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000127\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000128\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000129\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000130\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000131\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000132\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000133\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000134\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000135\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000136\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000137\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000138\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000139\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000140\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000141\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000142\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000143\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000144\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000145\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000146\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000147\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000148\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000149\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000150\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000151\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000152\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000153\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000154\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000155\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000156\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000160\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000161\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000163\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000164\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000165\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000166\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000168\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000169\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000170\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000171\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000172\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000173\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000174\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000175\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000176\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000177\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000178\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000179\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000180\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000181\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000182\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000183\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000184\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000185\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000193\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000194\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000195\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000196\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000197\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000198\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000199\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000200\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000201\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000203\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000204\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000205\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000206\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000207\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000208\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000209\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000210\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000212\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000213\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000214\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000216\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000218\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000219\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000220\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000221\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000222\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000223\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000224\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000225\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000226\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000227\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000228\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000229\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000230\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000231\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000232\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000233\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000234\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000235\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000236\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000237\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000238\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000239\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000240\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000241\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000242\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000245\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000249\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000250\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000255\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000257\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000258\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000259\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000262\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000263\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000264\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000265\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000266\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000268\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000269\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000270\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000271\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000272\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000273\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000274\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000276\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000277\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000278\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000279\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000281\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000283\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000284\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000287\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000290\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000291\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000292\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000293\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000294\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000295\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000296\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000297\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000298\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000299\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000300\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000301\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000302\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000303\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000304\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000306\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000307\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000308\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000309\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000310\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000311\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000312\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000313\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000314\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000315\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000316\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000317\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000318\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000319\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000320\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000321\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000322\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000323\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000324\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000325\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000326\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000327\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000328\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000330\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000331\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000332\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000338\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000339\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000340\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000341\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000342\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000343\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000344\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000345\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000346\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000347\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000348\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000350\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000351\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000353\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000356\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000357\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000358\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000359\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000360\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000361\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000362\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000363\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000364\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000365\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000366\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000369\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000370\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000371\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000372\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000373\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000374\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000375\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000376\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000377\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000378\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000379\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000380\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000381\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000382\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000383\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000384\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000385\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000386\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000387\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000388\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000389\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000390\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000391\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000392\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000393\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000394\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000395\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000396\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000397\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000398\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000399\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000400\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000401\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000402\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000403\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000404\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000405\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000407\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000408\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000409\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000410\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000412\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000413\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000414\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000415\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000416\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000417\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000418\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000419\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000420\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000421\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000422\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000423\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000424\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000425\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000426\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000427\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000428\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000429\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000430\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000431\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000432\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000433\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000434\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000435\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000436\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000437\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000438\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000439\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000440\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000441\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000442\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000443\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000444\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000445\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000446\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000448\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000449\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000450\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000451\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000452\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000453\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000454\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000455\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000456\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000457\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000458\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000459\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000463\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000464\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000465\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000466\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000467\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000468\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000469\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000470\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000471\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000472\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000473\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000474\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000475\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000476\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000477\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000478\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000479\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000480\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000481\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000482\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000483\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000484\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000485\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000486\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000487\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000488\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000489\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000490\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000491\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000492\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000493\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000494\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000495\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000496\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000497\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000498\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000499\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000500\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000501\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000502\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000503\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000504\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000505\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000506\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000507\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000508\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000509\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000510\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000511\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000512\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000513\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000514\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000515\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000516\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000517\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000518\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000519\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000520\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000521\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000522\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000523\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000524\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000525\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000526\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000527\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000528\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000529\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000530\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000531\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000532\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000533\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000534\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000535\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000536\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000537\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000538\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000539\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000540\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000541\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000542\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000543\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000544\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000545\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000546\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000547\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000548\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000549\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000550\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000551\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000552\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000553\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000554\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000555\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000556\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000557\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000558\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000559\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000560\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000561\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000562\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000563\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000564\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000565\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000566\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000567\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000568\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000569\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000570\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000571\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000572\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000573\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000574\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000575\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000576\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000577\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000578\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000579\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000580\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000581\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000582\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000583\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000584\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000585\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000586\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000587\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000588\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000589\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000590\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000591\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000592\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000593\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000594\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000595\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000596\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000597\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000598\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000599\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000600\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000601\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000602\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000603\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000604\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000605\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000606\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000607\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000608\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000609\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000610\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000611\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000612\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000613\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000614\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000615\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000616\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000617\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000618\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000619\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000620\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000621\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000622\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000623\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000624\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000625\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000626\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000627\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000628\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000629\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000630\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000631\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000632\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000633\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000634\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000635\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000636\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000637\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000638\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000639\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000640\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000641\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000642\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000643\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000644\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000645\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000646\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000647\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000648\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000649\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000650\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000651\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000652\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000653\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000654\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000655\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000656\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000657\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000659\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000660\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000661\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000662\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000663\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000664\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000665\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000666\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000674\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000675\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000676\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000677\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000678\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000679\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000680\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000681\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000682\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000683\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000684\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000685\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000686\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000687\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000688\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000689\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000690\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000691\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000692\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000693\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000695\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000696\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000698\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000699\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000701\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000702\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000703\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000704\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000705\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000706\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000707\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/75000708\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/76000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/76000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/76000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/79000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/79000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/88000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/88000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/88000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/88000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/88000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000080\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000089\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000091\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000094\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000095\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000096\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000106\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000107\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000108\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000109\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000110\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000111\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000112\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000113\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000114\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000115\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000116\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000117\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000119\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000120\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000121\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000123\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000124\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000125\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000126\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000127\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000128\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000129\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000130\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000131\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000132\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000133\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000134\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/90000135\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/92000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/92000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/95000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/98000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000080\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000089\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000091\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000095\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000096\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000108\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000109\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000115\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000119\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000120\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000121\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000122\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000125\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000132\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000136\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000138\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000140\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000141\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000142\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000145\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000148\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000149\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000151\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000152\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000153\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000154\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000155\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000156\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000159\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000160\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000161\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000162\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000163\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000165\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000173\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000174\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000175\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000176\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000177\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000178\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000180\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000185\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000187\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000188\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000189\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000190\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000191\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000192\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000193\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000194\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000195\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000196\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/99000197\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/AB_API_ANALYSIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/AB_GET_ENH_INFO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/AB_GET_ENUM_INF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/AB_GUID_POLICY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/AB_INQUIRY_FUMO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/AB_MARK_DDIC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/AB_MOD_ENTY_FLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/AB_PRODATTRIB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/AB_UNIT_POL_XML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_A\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_A_LIGHT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_AB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_ACC_CFD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_ACC_CID\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_ACC_NCD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_AI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_BTX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_CF_SHOW_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_COR_CACHE_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_CORCONT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_CORR_PRINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_D_START\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_DELETE_CORR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_DESIGN_FE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_DP_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_DP_M\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_DP_N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_FA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_FE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_FSPM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_IBC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_IBC_DSTPLAN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_IBC_IM_GNRL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_IBC_IM_MSG4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_IBC_IM_NULL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_IDX_IMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_JOURNAL_CI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_LARS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_MA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_MPO_GCL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_MPO_GCP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_MPO_GD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_MPO_GM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_MPO_GN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_NB_FAMILY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_OM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_OM_CI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_PLANEXDT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_PLANEXDTFLV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_PP_SHOW_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_R\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_RESUME_BPRC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_SCHEDRELDAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_UPDATE_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABC_XCHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABDYFPPEXIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN08\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN09\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN14\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN15\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN16\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN17\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN18\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN19\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN21\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN23\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN24\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN26\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN27\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN28\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN29\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN30\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN31\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN32\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN33\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN34\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN35\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN36\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN37\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN38\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN41\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN43\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN44\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN45\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN46\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN47\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN48\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN49\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN50\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN51\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN52\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABN54\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABP_BTSDATE_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABP_DC_CHECK_FM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABP_GEN_DC_CNTR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABP_GEN_DC_CPIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABP_GEN_DC_INTF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABP_GEN_DX_FM_S\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABP_GEN_SERVICE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABP_GUID_OUTPUT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABP_RNW_ACT_NOR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABP_SHOW_DC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABQ_DEL_TMPDATA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABQ_EXT_CONV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABQ_FP_Q_COIVAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABQ_FP_Q_OBJVAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABQ_FP_Q_POLVAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABQ_MANMIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABQ_MIGCOINS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABQ_MIGCOR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABQ_MIGTEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABQ_OBJ_MIGTEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABR_METHODS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABR_MTHENT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABR_MTHPAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABR_STRAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABR_TOOLKIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABT_COPY_CS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABT_DELETE_CM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABT_DELETE_CM2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABT_DELETE_ICM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABT_DELETE_RI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABT_DL_SHOW_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABT_INFO_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABT_INFO_P\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABT_INFO_SIM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABT_INT_CUST_CH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABT_PPO_PROC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABT_PPO_SHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABT_QA_OBN_APPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABT_QA_OBN_POL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABT_SWITCH_INT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_CBREX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_CEDTTMF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_CPCVARIANT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_CSTNSPC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_CTKCLUS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_CUST_CD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_ENTITY_CD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_FKDUR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_PBCBIMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_PBIZPRS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_PCGEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_PDETLOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_PDISALV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_PDISPAC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_PECREAC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_PLATOBJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABU_PSYECRC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABX_BACKAPI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABX_BTX_INPUT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABX_BTX_TO_BP_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABX_BTXCUST_CI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABX_DELETE_RUNS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABX_INFGEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABX_INT_FF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABX_INT_LOB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABX_POLICY_COMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABX_SBTCUST_CI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABX_TLOG_CREATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABX_TLOG_DISPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_FP_R\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_FPP_BI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_FPP_BI_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_FPP_BI_M\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_FPP_BI_O\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_FPP_BI_RT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_FPP_BTS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_FPP_CFC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_FPP_CM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_FPP_CORR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_FPP_FP_PA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_FPP_FP_TF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_FPP_NCC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_FPP_RES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_FPP_REV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_FPP_SAMPLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_PP_CORR_GRP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_PP_CORRCOIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_PP_MASK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_PP_R\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ABY_PP_REACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ALC_FND_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ALC_FND_N\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ALC_FND_P\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ALC_FND_T\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ALC_FNP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ALF_CHG_FPRC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ALF_IMP_FPRICES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/BTX_ANALYSIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/CL_STARTDCWIZ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/CLS_EDC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/DEL_CORR_TMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ESO_EDIT_POLICY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ESO_RESET_SB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ESO_SHOW_BP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ESO_SHOW_NOTE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ESO_SHOW_POLICY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/ESO_START_WEBUI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/FPP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/FPP_2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/FPP_UI_START_2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/FPPOBJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/GEN_SERIALIZE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/GET_BTX_INFO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/GET_BTX_INFO2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/GET_INFO_TO_DIM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/GET_PRGRP_ID\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/GET_PRODUCT_ID\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/IMG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/INFOCONT_SIMU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/INFOCONTAINER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/NG_FAMILIEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/OBJECT_NRI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/TEST_AC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PM0/TEST_BR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/45000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/59000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/59000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/59000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/59000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/59000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/59000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/59000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/59000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/59000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/59000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/59000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/59000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/59000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/59000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/59000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/59000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/67000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/67000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/67000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/67000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000393\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000394\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000395\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000396\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000397\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000398\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000399\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000400\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000401\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000402\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000403\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000404\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000405\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000406\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000407\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000408\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000409\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000410\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000411\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000412\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/75000413\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/98000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/98000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/98000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/98000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/ABC_MPO_GCA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/DCOI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_CHN_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_CREATE_MP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_END_POLICY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_EXEC_REC_COR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_FILE_CHG_POL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_FILE_UPLOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_FPP_OAPPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_IBC_MPOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_IOB_CRE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_MCLOG_DIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_MPE_MMP_SYNC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_MPE_PREM_SIM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_MPO_GRP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_MPREM_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_REL_REJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_RES_SET_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_RMC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_SA_TO_POLICY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_SA_VIA_POLIC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_SCH_REC_CORR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_SEL_DISP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_SEL_FPP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_SEL_SHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_SELECTION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_TEMPL_ID\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GE_VIEW_REC_COR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GEMA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PMG/GERES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000091\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000106\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000107\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000108\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000109\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000110\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000111\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000112\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000113\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000114\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000115\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000116\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000117\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000119\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000120\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000121\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000127\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000129\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000130\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000131\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000132\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000133\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000134\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000135\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000136\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000143\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000144\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000145\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000152\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000153\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000154\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000156\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000157\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000159\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000160\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000161\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000162\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000163\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000166\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000167\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000168\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000169\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000170\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000171\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000172\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000173\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000174\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000175\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000176\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000177\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000178\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000179\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000181\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000184\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/35000185\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/49000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/59000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/59000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/59000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000116\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000119\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000120\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000121\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000122\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000123\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000126\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000127\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000128\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000129\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000130\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000131\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000132\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000133\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000134\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/92000135\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000080\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000094\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000095\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000108\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000109\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000110\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000111\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000112\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000113\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000114\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000116\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000117\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000119\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000120\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000121\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000122\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000123\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000124\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000125\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000126\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000127\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000128\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000129\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000130\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000131\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000132\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000133\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000135\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000136\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000137\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000138\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000139\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000140\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000141\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000142\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000143\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000144\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000146\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000147\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000148\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000149\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000150\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000151\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000152\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000153\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000154\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000155\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000156\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000157\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000158\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000159\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000160\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000161\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000162\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000172\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000173\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000174\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000175\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000176\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000177\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000178\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000179\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000180\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000181\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000182\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000183\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000190\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000194\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000196\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000199\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000201\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000202\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000203\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000204\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000205\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000206\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000207\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000208\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000209\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000212\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000220\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000221\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000222\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000223\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000224\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000225\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000226\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000227\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000228\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000229\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000230\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000231\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000232\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000233\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000234\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000235\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000238\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000239\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000240\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000241\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000242\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000243\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000244\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000245\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000246\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000247\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000248\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000249\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000250\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000251\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000252\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000253\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000254\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000255\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000256\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000257\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000258\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000260\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000261\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000262\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000263\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000264\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000265\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000266\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000269\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000270\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000271\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000276\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000277\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000278\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000279\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000280\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000282\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000283\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000284\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000285\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/99000286\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ACC_DAAG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ACCT_ANLYS_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ACCT_ANLYSIS_RP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ACCT_AWTO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ACCT_CRTREJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ACCT_CYC_CLOSE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ACCT_CYCLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ACCT_DATA_CLNUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ACCT_DFLT_CFG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ACCT_ENTRY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ACCT_POSTBLK_VW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ACCT_QUEUE_MON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ACCTDOC_CC_RVS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ACCTDOC_LNK_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ACCTDOC_LOG_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ACCTDOC_MANUAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ADV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ADV_DOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ADV_TRAN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/AR_ACCTP_BAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/AR_AGED_SUM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/AR_AUTO_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/AR_CNTRL_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/AR_ES_WORKPLACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/AR_UPLOAD_CMMT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/AR_WOCONFIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/AR_WORKPLACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ARESC_AOGC_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ARESC_HISTORY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ARESC_SFI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/BADI_IMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CA_GA_COMPONENT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CA_GA_LP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CA_GA_PORTAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CA_GA_WP2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CA_GA_WP3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CA_MAN_UPLOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CA_SPF_UPLOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CA_SPO_KW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CA_SPO_UPLOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CDEX_PRODXREF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CI_ACCT_CFG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CI_ARVAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CI_CDEX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CI_CDEXREM_X\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CI_CHECK_LAYOUT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CI_COPY_REVERSE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CI_MASS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CI_PD_PRC_CFG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CI_PDX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CI_PPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CI_PROCESSRULES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CI_PUR_REM_XREF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CI_REC_DEC_CFG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CI_REM_LAYOUT_X\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CI_SUSP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/CI_TRANSLATIONS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/COA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/COMB_RUN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/COT_HELPER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/DC_NO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/DISP_KS_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/DISP_KS_RPVAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/DISP_OWN_ESCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/DISP_WH_TYPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/DN_WORKPLACE_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/DN_WORKPLACE_P\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/DN_WORKPLACE_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/DOC_COMPARE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/DPSEVT_OVRD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/DVOLOPT_BK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/DVOLOPT_REV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/DVOLOPT_TXM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/DVOLOPT_VDOIMKT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ESC_SFI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ESCH_DISP_HIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ESCH_HST_CLN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ESCH_RECON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ESCH_WORKPLACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ESCR_HISTORY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ESCR_WORKPLACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FF_CTR_VOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FF_CTR_VOL_UPLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FF_CTXRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FF_MAINT_RVWDS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FF_RESULTSA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FF_RESULTSE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FF_UCA_MAINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FF_UCA_UPLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_A\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_ADMIN_WP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_AE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_AGREE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_AK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_ARC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_ASU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_ASUE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_CTXRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_DIS_HST_CMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_DIS_OGOR_CMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_DISP_COM_REC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_DISP_FED_BAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_DISP_INDXPRC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_DISP_INT_CAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_DISP_RCP_HD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_EDTOVR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_EST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_FIN_REC_POP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_FIN_REC_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_INDX_PRC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_INDX_TOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_INT_RT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_LEASE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_MANUAL_2014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_MASTER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_MIGRATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_OOS_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_OOS_WO2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_OOS_WO_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_OOS_WO_RPT2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_OWN_GRP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_PD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_PDCXRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_PORTAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_PRC_LMT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_PRDTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_PRDTE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_QUEUE_MON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_RECON_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_RNT_CRD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_RPDT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_RPDTE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_S\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_S6RTOVR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_SBGRFCMON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_SE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_SOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_SOLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_SRC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_TRAN_PRO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_UPD_EST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_UPD_HST_CMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_UPD_INT_EST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_UPD_RPDT_HST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_UPDATE_PRICE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_UPL_LSE_AGR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_UPL_RECOUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_VAR_RPT_MO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_VAR_SAL_MO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FP_WORKPLACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/FT_OWNER_BAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/GT_ASU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/GT_ASUE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/GT_DISP_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/GT_DISP_RPTVAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/GT_DISP_TAXHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/GT_DISP_TAXTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/GT_ENTITY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/GT_MASTER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/GT_MIG_TAXHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/GT_OOS_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/GT_SOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/GT_SOLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/GT_TAXID\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/GT_UPD_TAXHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/GT_UPD_TAXTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/JEPURGE_OFF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KOO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_ASU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_ASU1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_ASUE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_LEASE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_LEASE_UP_DWN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_MASTER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_MASTER_UPDWN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_MIGRATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_OOS_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_SOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_SOLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_SOLE1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_TAXHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_TAXHT_UPDATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_TAXRT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_TAXTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_TAXTXN_UPLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KS_TXCL_XFR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KSA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KSE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KSO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KSS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/KSTXH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/LOCK_MAINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/LS_QUEUE_MON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/LS_RECON_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MASS_MIG_VL_DOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MASS_PDX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_ACCT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_AR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_BA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_BADI_RAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_CFG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_CHECK_INPUT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_ESCH_CC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_FP_BT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_JE_RAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_JE_RAD_STS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_JE_TO_RAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_PP_LS_FP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_PP_SPT_FDWH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_R3_PRDT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_R3_ROYHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_R3_ROYSTG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_R3_ROYTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_R6_PRDT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_R6_ROYHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_R6_ROYSTG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_R6_ROYTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_RD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_RECON_JERAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIG_TP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/MIGRATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_ASU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_ASUE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_CUSTAXID\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_DISP_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_DISP_VAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_MASTER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_MASTER_UPDWN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_MIGRATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_OOS_WRITE_OF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_SOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_SOLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_TAXHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_TAXHT_UPDATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_TAXRT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_TAXTXN_DISPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_UPD_TAXTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/ND_VEN_POOL_XRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/NDA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/NDASE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/NDCHD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/NDO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/NDSE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/NDSS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/NIMB_MASSUPLOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/NIMB_WORKPLACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/OFS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/OM_DOCUMENT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/OM_EXECUTE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/OM_MF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/OUTBOUND_CDEX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/OW_PREREQ_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/OW_TRACK_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/OWNR_COT_OVRD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PN_DEFINE_TAG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PN_DNL_PCTL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PN_DNL_QCTL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PN_MANUAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PN_WORKPLACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_ADMIN_WP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_ANALYSIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_BANK_TAPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_CAT_ACT_SNAP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_CH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_CHECK_CLEAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_CM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_DISB_DEC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_DISP_CHK_DTL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_DISP_CHK_HDR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_DISP_OWN_BAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_JB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_MIN_PAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_MKT_OVR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_NRC_VD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_OUT_FILE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_OUTPUT_FILE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_PORTAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_QUEUE_MON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_RECON_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_REFUND_WH_TX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_RUN_ANALYSIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_SBGRFCMON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_TAX_OVR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_VAR_SET\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_WH_RT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PP_WORKPLACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PPN_WORKPLACE_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PPN_WORKPLACE_M\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PPN_WORKPLACE_P\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PPN_WORKPLACE_V\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PRA_FI_BALANCE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/PROC_SEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/QUEUE_MON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R3_DISP_BAL_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R3_DISP_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R3_DISP_ROYHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R3_DISP_ROYTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R3_MASTER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R3_OWNOVR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R3_OWNXRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R3_PAY_RECON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R3_RRC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R3_UPD_OOS_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R3_UPD_ROYHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R3_UPD_ROYTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R6_DISP_BAL_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R6_DISP_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R6_DISP_ROYHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R6_DISP_ROYTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R6_MASTER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R6_PAY_RECON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R6_UPD_OOS_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R6_UPD_ROYHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R6_UPD_ROYTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R_PN_JE_DTL_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R_PN_MIGRATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R_PN_VL_POST_ST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R_PN_VOL_PPN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R_VL_SD_MIGRATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R_VL_SD_STITCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/R_WH_REP_TH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RAD_REC_EXCEP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RD_CRUN_COMPARE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RD_EF_RULE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RD_RPT_BG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RD_RPT_COT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RD_RPT_DEF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RKS_P2_OOS_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RKS_P2_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RND_P2_OOS_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RND_P2_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RP_CONVERT_BA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RP_DISP_PROF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RP_PORTAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RP_PROF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RP_ROYOWN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RP_WORKPLACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RSP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RSP_UPLD_ATT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RSP_UPLD_ATT2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RSP_UPLD_DN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RSP_UPLD_HIER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RSP_UPLD_LEASE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RSP_UPLD_MP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RSP_UPLD_TP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RSP_UPLD_USER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RSP_UPLD_VDMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RSPFH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RSPHR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RSPLP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RSPUG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RT3_P2_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RT5_P2_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RT6_P2_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RT8_P2_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RT9_P2_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RTA_P2_IOOS_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RTA_P2_IOOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RTA_P2_OOS_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/RTA_P2_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/SS0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T3_OO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T3_OOS_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T3_TAXID\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T515_OOS_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T5_OO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T5_OOS_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T5_TAXID\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T6_OO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T6_OPID\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T6_WYC_OOS_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T6_WYS_OOS_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T7_MIG_4X11HST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T8_OO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T8_OOS_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_A\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_AE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_ASU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_ASUE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_DIS_OGP_COMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_DIS_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_DIS_RPGDTE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_DIS_RPODTD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_DIS_RPT_VAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_DIS_TAXHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_DIS_TAXTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_ISMASTER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_LEASE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_MASTER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_MIGRATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_OO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_OW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_P2_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_PTCXRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_S\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_SE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_SOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_SOLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_TT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_UPD_TAXHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/T9_UPD_TAXTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_A\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_AE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_ASU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_ASUE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_DIS_IOOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_DIS_ITAXHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_DIS_ITAXTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_DIS_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_DIS_RPT_VAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_DIS_TAXTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_I\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_IASU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_IASUE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_IE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_IMIGRATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_IO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_IOOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_IS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_ISOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_ISOLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_IT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_IX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_LEVY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_MIGRATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_OO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_OPERXREF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_OW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_S\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_SE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_SOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_SOLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_UPD_ITAXHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_UPD_ITAXTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_UPD_TAXHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TA_UPD_TAXTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TAO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TEMP_DIS_SHC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TEMP_PP_OWN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TP_AUTO_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TP_CNTRL_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TP_SUMMRY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/TP_WO_SETUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_ASU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_ASUE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_COMBINE_UT3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_DISP_BALRPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_DISP_OOSWO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_DISP_ROYHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_DISP_ROYTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_DISP_RPTVAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_LEASE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_MASTER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_OOS_WO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_PAY_RECON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_PDCXRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_PURXRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_ROYTXN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_RPDT_MIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_RRC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_SOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_SOLE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_ST_HIST_UPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_ST_HIST_VER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_UNIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_UPD_ROYHST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTX_ZVOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTXA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTXAE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTXS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/UTXSE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/VL_DA_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/VL_FRML_CALC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/VL_SD_TEMPLATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/VL_SD_WORKPL_M\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/VL_SD_WORKPLACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/WH_ADMIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/WH_BL_ENQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/WH_EN_TYP_REP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/WH_MANUAL_DATA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/WH_OWN_GRP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/WH_PORTAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/WH_PROC_SEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/WH_RECON_RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/WH_SBGRFCMON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/WH_STR_WELL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/WH_WORKPLACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/WHNR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/WHOCM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/PRA/WORKPLACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/QOS/09000464\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/QOS/09000465\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/QOS/09000466\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/QOS/09000467\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/36000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/36000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/36000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/36000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/36000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/36000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/36000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/36000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/36000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/36000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/36000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/36000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/36000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/36000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/36000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/47000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/51000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/51000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/51000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/51000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/51000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/51000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/51000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/51000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/59000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/59000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/59000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/59000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/CLNTCOPY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/RPM/CUST_COPY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/S4PPM/52000591\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/S4PPM/52000595\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/S4PPM/52001771\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/S4PPM/52001772\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/S4PPM/52001773\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/S4PPM/52001928\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/S4PPM/97000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/S4PPM/AUTH_ANALYSIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/S4PPM/HCHECK_PROJCT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/02000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/02000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/04000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000143\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000144\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000145\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000146\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000147\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000148\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000149\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000166\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000224\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000355\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/09000692\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/12000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/17000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/25000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/25000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/25000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/33000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/33000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/33000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/33000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/33000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/33000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/33000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/33000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/41000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/41000154\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/41000204\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/41000205\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/41000206\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/41000238\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/41000249\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/46000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/48000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/48000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/48000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/52000341\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/52000342\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/52000343\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/52000618\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/60000217\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/60000266\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/60000268\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/60000272\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/68000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/68000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/68000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/72000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/86000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/86000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/86000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/94000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/94000147\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/94000251\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/94000278\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/94000327\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/94000331\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/94000332\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/94000336\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/A_ASS_SP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/A_ASS_SP_BAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AASP_PR_G_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/ACTVERCREATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/ADVM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AGT_HEURVAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AGT_VARCLUS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AHC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AHTS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/ALRT_CUST_PP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AMO_BATCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AMOCFG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AMON1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AMON1_OLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AMON2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AMON3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AMON_AT_DESC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AMON_REORG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AMON_SET_DC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AMON_SETTING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AMONMSG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AMONMSG_SEND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AMOWL_NAV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/AP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/APNTYP_MAINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/ATP2PPDS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/ATPC03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/ATYPES_SDP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/BID1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/BLRG01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/BOD001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/BODCONCHK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/BODMASS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/BP1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/BP2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/BP3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/C1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/C2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/C3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/C4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/C41\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/C5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/C6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/C7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/C91\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CALENDAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CAPREV_REL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CAPRIO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CBCLPCONF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CBMM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CC_PERF_SAVE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CCR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CCRR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDORDGDL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPRTCAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPRTLOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPRTPROD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPS0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPS0_HTML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPS2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPS3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPS_CHARMAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPS_GRPRULE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPS_MATGEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPS_MATRULE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPS_NOTMAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPS_REPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPS_SETUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSB0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSB1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSB2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSB3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSC0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSC10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSC11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSC12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSC13\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSC2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSC3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSC4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSC5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSC6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSC7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSC8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSC9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSS0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CDPSS0_HTML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CFMINCR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CHECK_CUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CIFPUCUST02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CL02CDP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_CHKFEA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_CUST1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_CUST11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_CUST12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_CUST13\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_CUST2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_CUST6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_CUST7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_CUST8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_DEFCNF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_DEFCNTR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_SCO1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_SCO2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_SCO4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_STPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CMDS_STPSR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/COMP_VARIANT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CONFR_CFGREL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CONSCHK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CONSPRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CONSSHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/COPT00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/COPT00_OLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/COPT01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/COPT01_OLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/COPT10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/COPT10_OLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/COPT11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/COPY_RES_HU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CP1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CP2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CP3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CPP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CPP1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CPP2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CPPA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CPPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CQ1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CQ2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CQINW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CT04CDP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTM01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTM02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTM10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTM_TPP_COMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMAPLOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMCRIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMCTPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMCUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMDIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMEXPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMMSEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMORDSEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMPAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMPARCOMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMPARPROC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMSCPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMSSTRAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMTEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMTP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMTSTR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTMVIEWER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTSW00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTSW_NOMTK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CTVTY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CUCDP_REFMAP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CULL_RTO_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CURTO_EDIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CURTO_SIMU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CUTABLEINFO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/CW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DBOR_REORG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DCHAR_PRIO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DEL_FAROUT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DEL_PP_ORDER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DELETE_FCREQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DEPL_HAZ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DEPL_IND_DEF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DEPLCUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DEPLODL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DEPLSPRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DISPLAY_CONF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DM_GUID_CONV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DM_PEGCHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DMDH_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DMP1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DMRD_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DMST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DPC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DPC3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DPC4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DPC5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DPC6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DPC7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DPL_OPTPR_CU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DRP_APPRRLS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DRPAPPRSET\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DRPC_EP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/DRPEOALIM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/ECV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/FATT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/FAVSEL_NAV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/FCSTOUTL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/GCLEVL_MAINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/GEN_CHK_PDS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/GEN_PDS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/GENART\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/GRPVAL_MAINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/HEUR1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/HEUR2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/INBND_STATUS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/INCMD_MODEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/IPM01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/KPIPRF_ASGN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/LO_CDC_LOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/LOC3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/LOC_CD_READ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/LOC_DEL_GC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/LOC_DEL_GCB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/LOC_DEL_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/LOC_DISP_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/LOCALI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/LOCPRF_DEF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/LOCTZCALC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/LTTYPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/LTTYPE_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/LTTYPE_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MAABCD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MASSGEOCODE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MASSGEOCODEB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MAT1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MAT2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MAT3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MAT_CDC_PROD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MAT_CI_GEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MATLREF1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MC01_BBD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MC01_CLCH_RM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MD74\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MDP6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MMLS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MNTPROF01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MODEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MOIGRC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MRPACUST01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MSGTSTP_TR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MTI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MTI2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MTRCOMB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MVM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/MVSEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/ND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/ND_DEMAND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/ND_MSG_SCR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/ND_RESULT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/ND_RUN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/NDFCTYP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OCURTOGEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM03A\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM13\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM14\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM15\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM16\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM17\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM18\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM19\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM20\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM21\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM22\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM25\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OM26\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OMSL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OMSL2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OMTS_BROWSE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OMTS_DPLOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OMTS_DPTF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT01_OLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT03_OLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT09\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT09_OLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT11_OLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT12_OLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT_DPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT_EXP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT_INST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT_INST_OLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT_SEQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT_STOP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT_STOP_OLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPT_VSR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPTB1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPTDBG0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/OPTDBG1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/ORSP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PCM_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PCMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PCMT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PDEMCUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PDRP_GLB_DFT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PDSLOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PE_CFG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PE_CFG2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PE_CFG3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PE_CFG4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PE_LOG_DISP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PE_PERF_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PE_RUN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PE_SEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PE_SEL_RR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PE_SEL_SPP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PE_SLG1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PE_SRV_CFG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PEG1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PFCS_SEM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PHASESRV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PHINGR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PHOUTGR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PHP_MASSNOTE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PHP_OBJ_NAV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PINV_DT_MAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PINV_EX_MAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PINV_FMAP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PINV_IBP_PRE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PINV_MS_MAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PINV_TL_MAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PLANNER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PLN_GRP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PMON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PMONDEF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/POM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/POV1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/POV2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPC2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPCCU1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPCCU2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPCCU3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPDS00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPELUI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPFSCO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPL1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPO_CP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPO_DPEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPO_LOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPO_OPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPO_PRFL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPO_TBP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPS0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPSKZ_RESET\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PPT1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PRJ1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PROC_ORD_CNV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PROD2BOD_M\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PROD2BODDISP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PROD2RGP_M\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PROD2RGPDISP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PROD_CD_READ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PROD_DISP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PROD_ORD_CNV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PROM_PATT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PRT_LOCATION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PRT_LOCPROD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PRT_PRODUCT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PRT_PURGROUP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PUSH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PVB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PWB_CM1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PWBSCH1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PWBSCH2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PWBSCH3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PWBSCH4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PWBSRC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/PWBSRC2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/QTA1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/QTA2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/QUAN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RDPLCUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RDPLPRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RDPLPRFA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RDPLSPRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RDPLWSSPRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RDPLWSTPLIMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RDPLWSTYPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RDPLWSTYPLOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RELHDELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RELHMAPPING\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RELHPER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RELHSHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RELHTDLP_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/REORG_WUL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/REPDUE_STAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RES00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RES01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RESC01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RESC02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RESNET\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/REST01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/REST02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RET1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RET2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RET_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RET_CLEAN_DB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RET_CU01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RET_EVAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RET_REFRESH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RET_RP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RET_VIEW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RFCDEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RFCLLC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RGPAT01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RNWDEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/ROUNDINGPROF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/ROUNDPRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRP1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRP2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRP3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRP4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRP5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRP7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRP8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRP_ATP2PPDS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRP_CONF_QTY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRP_CUS_PROF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRP_CVTYP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRP_NETCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRP_PT_IR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRP_SET_RRPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRP_SNP2PPDS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRPC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRPC2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRPC_GENER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRPCUST1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRPCUST2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRPCUST3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRPDEBUG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRPEVAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRPLOG1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RRPLOG2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_BINI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_CHPTRDEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_CLOSE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_CONSIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_D_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_DBORSHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_DCR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_DICP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_DPND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_EXPLAIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_G1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_G1CU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_GC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_INFO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_LC01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_LC03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_LC04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_LOGDEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_LOGSHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_MCSC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_MON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_MON_CLR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_P1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_P2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_P3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_P4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_PAPRO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_PLNVERS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_PROV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_RD_SIMU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_REQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_REVERT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RSP_RSC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RTO_ORD_COMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/RULESCUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/S002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SAPAPO00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCC02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCC07\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCC_COL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCC_CON_MENU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCC_MAP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCC_MAPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCC_SEL_SCR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCC_TB1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCC_TL1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCC_TL2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCC_TL5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCC_TQ1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCC_TQ2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCC_USR_PROF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCE_QTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCE_USR_PROF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCEVERSCOMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCH_ACC_SEQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCH_COND_TYP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCH_CT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCH_DET_PROC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCH_FC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCH_GCM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCHED_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCHED_CND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCMB_MP32\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SCNCTRL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SDDEM_DELETE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SDDEMCOPY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SDPT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SDPTBFX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SEQ1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SEQ2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SEQC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SEQC10\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SEQC11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SEQC2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SEQC3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SEQC4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SEQC5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SEQC6\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SEQC7\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SEQC8\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SEQC9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SNP2PPDS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SNP_USR_PROF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SORCUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SORDECCODE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SORREASON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SORRETGRP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SORRETGRPSEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SORRETQTYDET\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SORSCRAPORD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SORSELMOD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SORSELMODIMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SORSPRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SORSVALAPPRL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SORSVALRESET\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_ALERT_MO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_ALERT_SU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_CNA_ACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_COCKPIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_EP_RO_CP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_IBUN_PPA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_IBUN_PRP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_KSD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_NOTE_ANA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_NOTE_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_PLN_LIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_SCHD_EXP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_SHORT_MO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_SHORT_OV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_SSD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_STO_APPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPP_TG_ACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPDEPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPDMDH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPDMRD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPDRPAPPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPDRPM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPDRPMR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPDRPPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPDRPSB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPEOQPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPFCST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPFCSTAPPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPFCSTPRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPFCSTTRACK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPFIXREQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPINBD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPINVAPPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPINVP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPINVPDEC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPLONGFCST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPMSP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPNEWFCST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPREPSTRAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPSIM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPSIMCUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPSIMSTODEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPSIMVERPRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPSNAPSHDEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPSNAPSHOT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPSRVLOSS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPPSUSEXPL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPRS_OBS_UPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPRSCUST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SPRSSPRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SR_KOKR_MURX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/STEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/STODEM_DEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/STODEMCOPY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/STORDEF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/STORDEF_GEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/STYPES_DP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SUPCAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SYP_MARC_EXT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SYPP_HLT_CHK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SYPP_MON_TBR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/SYPP_TRIG_WL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TCATTR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TCLSYS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TDL_APO_SEM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TDL_EQ_TEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TDL_INV_TEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TDL_ORD_TEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TDL_TS_HTEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TDL_TS_TEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TDS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TI01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TIERDEF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TL1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TL2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TL3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TLBPARAM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TLBPRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TMREF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TMS_CAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TPK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TR_CD_QUOTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TR_CD_TLANE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TR_CDC_QUOTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TR_CDC_TLANE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TR_DELTRPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TR_GDELTRPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TR_IGS_BPSEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TR_IGS_BUTRM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TR_IGS_RPSEL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TRCOUPTM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TRIGDPRF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TRIGGER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TSLPAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TSLPARIMP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TSW_MDC_PR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TTC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TTV1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TTW1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TZONE01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/TZONE03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/USRPLN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/VERCOP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/VERCOP_PAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/VERCOP_RESTR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/VERCREATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/VERDELLD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/VM_SPP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPAPO/WD_START\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPBOQ/AC0X\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPBOQ/MESSAGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPBOQ/SES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPBOQ/SES1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPBOQ/SES2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPBOQ/SES3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPBOQ/SES_NR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPBOQ/SI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/05000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/05000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/05000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/05000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/05000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/14000289\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/14000290\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/14000291\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/14000292\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/14000293\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/14000294\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/14000312\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/14000317\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/69000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/70000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/70000178\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/70000298\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000033\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000034\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000035\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000037\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000038\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000039\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000040\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000041\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000042\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000043\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000044\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000046\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000048\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000049\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000052\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000054\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000055\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000056\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000057\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000059\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000060\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000061\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000062\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000063\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000064\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000066\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000067\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000068\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000069\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000070\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000071\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000072\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000073\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000074\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000075\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000076\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000080\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000081\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000084\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000085\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000086\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000087\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000088\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000089\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000090\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000091\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000092\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000094\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000095\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000096\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000105\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000106\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000107\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000108\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000109\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000110\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000111\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000112\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000114\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000115\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/80000117\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/APPOST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/BENEFITPOST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/BENPOST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/EDOC_ISU_SVN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/ELCAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_CZ_AVTVOR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_CZ_BPRIKAZ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_CZ_BTVOR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_CZ_EAMEXTV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_CZ_EVISATV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_CZ_IMAV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_CZ_IMB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_CZ_IMSIPO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_CZ_IMSPORO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_CZ_IMVISA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_CZ_MOVE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_CZ_SIPOTV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_CZ_SPOROTV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_CZ_VISATV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_CZSPER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_KDFPER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_SK_EVYBER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_SK_IMSIPO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_SK_IMUI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_SK_MOVE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_SK_SIPO134\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_SK_SIPO2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_SK_SIPOTV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_SK_SIPOUC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FK_SKSPER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKBG_001Z\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKBG_FIM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKBG_REVERSE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKBG_SDM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKBG_TXCOL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKBG_VAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKCZ_RUNTRANS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKCZ_VATLED\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKCZ_VATPER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKGR_CJR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKGR_LEDGER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKGR_MYF_EXP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKGR_TRIALBLN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKHU_DOUB_ADJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKPL_BPLEDG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKPL_TRIBAL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKPL_VATOVDUE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKPL_VATREG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKRO_CLRE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKRO_SL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKRO_VIES394\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKRU_CLRE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKRU_CLRJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKRU_ENH_VAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKRU_FPCJ_CL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKRU_FPCJ_CLR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKSI_CASHINV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKSI_INVUPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKSI_NDCRN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKSI_SEPA_CTM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKSI_VATREP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKSK_RUNTRANS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKSK_VATLED\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKSK_VATLEDQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKSK_VATMNT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKTAXVOUCHER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKUA_EXPIRE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKUA_NRCOR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKUA_NRTAX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKUA_REC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKUA_SCF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKUA_SL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKUA_TAX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKUA_TVCR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKUA_TVPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKUA_TXINVXML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FKUA_UNITAX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/FQZ1A\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IMG_DISPLAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_BBHU01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_BBHU1100\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_BBHU1101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_BBHU1102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_BBHU1103\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_BBHU_EL05M\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_BBHU_KMR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_BBHU_REV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_BBHU_REVMS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_BBHUD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_BBHUFICA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_CEBB01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_CURR_CONV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_CZ_IMG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_DPRQ5\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_RU_IMG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IU_SK_IMG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUBBHU04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUBBHUQ2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUBBHUQ3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUBENMASS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUBENPOST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUBENREP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUCP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUEBEN2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUEBEN3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUESUB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUHU_EL05\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUHU_EL05M\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUHU_LEAI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUHU_REV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUHU_REVMS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUHU_SZKM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IURU_26_ZKH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IURU_2_REG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IURU_46_ES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IURU_9_PS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IURU_AR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IURU_ECS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IURU_ECS_MASS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IURU_KLADR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IURU_KLADR_DE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IURU_OKOGUENH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IURU_OKOGUMIG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IURUADVPAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IURUINCORREG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUSCHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUSEALS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUSEALS1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUSEALS2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUSEALSC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUSEALSCL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUSEALSE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUSIMPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUSIMPORT_BG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUSK_TRAN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUSLOG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUSOCBEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUSOCBENREP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUSPOST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUSREPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUUA_MA01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUUA_MA02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUUA_MA03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUUA_MAR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/IUWK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/SBENPER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/SEAL_UPLOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/SPLEDGER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/SUBSPER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/TXPER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCE/UNSUB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/12000436\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/12000437\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/12000438\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/12000439\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/12000446\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/12000447\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/12000560\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/97000065\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/ABRLISTE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/BD_CHNG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/BD_SHOW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/BDNUM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/BEDARF01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/BEDARF02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/BEDARF03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/BESTAUF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/BESTKON\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/CI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/EINSAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/EL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/FP_LGBELEG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/IND_CAP_CRE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/INV_ABGLEICH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/INV_AIB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/INV_AUSBUM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/INV_BEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/INV_CHECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/INV_DIFFLIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/INV_MENGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/INV_MOVE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/INV_OHNEEQUI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/INV_RUECK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/INV_STAMM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/INV_VERW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/INVENTUR01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/INVENTUR02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/INVENTUR03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/LAYDEB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/MCI_TCO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/MCK0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/MCT_1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/MCT_2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/ML\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/MZ01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/MZ02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/MZ03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/MZ04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/PI_CSS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/PRIE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/PRIR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/PT01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/PT02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/SARA_BOM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/SARA_CAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/SARA_COND\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/SARA_INS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/SARA_PB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/SARA_REQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/SARA_SHIPDOC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/SCS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/SD_PROT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/SD_PROT1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/SD_RESTRICT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/SDL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/SHOW_BOM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/VKVE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCEM/VS_CREATE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/43000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/43000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/43000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/43000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/68000184\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/68000405\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/68000406\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/68000633\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/68000635\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/68000636\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/68000637\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/68000688\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/68000744\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/68000747\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/68000927\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/83000118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/89000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/98000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/98000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/ARC1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/ARC2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/ARC3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/ARCC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/CONTEXT_GCM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/CT_ACC_SEQ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/CT_CNTXT_GR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/CT_COND_TYPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/CT_DET_PROC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/CT_GCM_GRP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/CTCT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/CTFC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/DD_CUS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/DD_MNT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/GCM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/MASS_GEN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/UE_DEV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/UEASS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/UELIB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPCND/UERNG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/71000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CAPPID\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CAPPROP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CAPPSET\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CCOMPID\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CCOMPSET\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CDOCPROF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CDOCPROT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CDWB_ACC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CDWB_ACM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CDWB_DST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CDWBAC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CDWBACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CDWDBS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CEXINTID\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CEXTINT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CIMGMANT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CSYSRFCM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CWTYSTAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDII/T_CWTYWBST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPDMC/LSMW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000007\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000014\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000015\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000016\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000017\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000018\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000019\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000020\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000021\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000022\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000023\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000025\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000028\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000030\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000031\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/82000032\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ARC_HKR_ZUEV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ARCHIVIERUNG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ASVW_LISTE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/BEWIRT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/CHECK_SAPHKR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/CO_HKR_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/CO_ZUV_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/DATEN_LKZ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/DATEN_LKZ_IN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/DATEN_LOESCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/DATENTRAEGER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/DATENUEBERNA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/DT_LOESCHANF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ELKOGES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ENTSPERREN_F\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/F15\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/F15GJW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/F15GJWVP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/F15H_LISTE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/F15H_LISTE_E\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/FIPO2BW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/FMIT_CHK_HKR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/FMITBACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/FMITFIPO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/FMITWRTY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/FREIG_A\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/FREIGABE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/GJW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/GJWVP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/HKR1_LISTE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/HKR2_LISTE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/HKR4_LISTE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/HKR5_LISTE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/HKRZ_LISTE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/KASSENZEICHE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/KLAERUNG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/KLAERUNGLIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/KLAERUNGWORK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/KURSDIFF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/KZ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/KZ_BELEGE_LI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/KZ_FORD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/KZ_FORD_EINS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/KZ_FORD_FREI\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/KZ_LSEKZ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/KZ_LSEKZ_FRG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/KZPRAEF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/KZPRAEF_SNUM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/LOESCHTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/NOTE_1734693\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/PRUEFZIFFER_\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/RFEBKA00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/RFEBKAP0\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/RUECKMELDUNG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/SAP_BELEGE_M\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/SAP_STORNO_B\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/SEPA_MANDAT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/SLG1_FIFMBU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/SM_STORNO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/SM_USE_UPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/SPERREN_FEST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/T000\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TABLT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TAO2VSL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TAZV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TBA2VSL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TBU2VSL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TFLDMAP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TFMITVSL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TKZNKR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TKZNKRH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TMAHNKZ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TMV2VSL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TRMBLART\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TRMBUTYP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TRMKFA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TRMKFAF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TRMKFAH4\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TRMKFAZ9\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TVSL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TZAHLSTA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TZAHLSTB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/TZAHLSTL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/UNSPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/V_T015L\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/V_T015W\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/V_T015W1\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/VERSION\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/VORMERKUNG_L\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ZAHLSTL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ZAHLSTLS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ZLSPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ZUEV100_LIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ZUEV101_ABGL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ZUEV101_LIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ZUEV200_LIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ZUEV500_LIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ZUEV600_LIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ZUEV900_LIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ZUV_ZAHLUNG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPF15/ZUWEI_HHM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/12001171\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/12001172\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/12001221\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/12001222\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/12001267\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/12001269\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/12001273\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/12001290\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/12001461\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/15000029\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/36000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/97000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/97000045\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/97000077\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/97000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/97000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/97000080\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/CHARACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/CMTSBV_STATUS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/COCA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/CUST_LGPR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/LE_LBA_LIST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/LE_LBA_WM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/LEIHG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/OATRKZ_PLA_OC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/OTATRKZ_OB_OC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/PP_COHV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/PP_FHM_WC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/RTSQMT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/SEROU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/STOCK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/TOOL_POOL_CHK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/TOOL_REPLACE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/WEHB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPMP/WEHF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/01001906\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/01001951\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/01002111\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/01002509\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/01002510\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/06000189\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/06000203\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/06000204\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/06000205\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/06000206\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/06000291\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/06000292\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/06000293\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/06000318\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/06000319\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/06000320\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/06000321\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/06000377\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/06000380\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/06000382\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/10000677\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/60000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/60000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/60000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/85000001\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/FORMSW\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/J_SC00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/J_SC_OMESCJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/JSCR04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/JSCR05\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/JSCR06\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/JSCR11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/JSCR12\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/JSCR16\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/JSCR19\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/JSCR2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/JSCR21\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/JSCR22\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/JSCR23\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/JSCR24\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/JSCR3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/JSCR30\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/MR3_SODT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/MRCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPNEA/ROWA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/01001764\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/06000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/06000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/06000013\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/0VJVAPROF\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001093\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001094\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001095\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001096\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001098\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001099\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001104\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001108\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001109\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001112\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001113\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001114\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001115\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001116\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001120\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001121\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001152\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/12001162\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/24000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/24000003\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/24000004\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/24000005\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/24000006\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/24000008\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/24000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/24000011\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/24000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000132\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000134\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000137\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000138\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000139\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000140\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000222\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000223\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000225\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000226\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000227\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000228\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000229\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000230\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000234\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000244\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000258\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000259\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/50000260\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/63000036\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/69000002\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/69000174\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/69000175\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/DPC_LIST_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/DPC_LIST_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/DPC_TAX\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/DPC_TAX01_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/DPC_TAX01_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/DPC_TAX02_C\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/DPC_TAX02_D\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/DPCD01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/DPCK01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/DPCNKR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/JVA_ECP_ACT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/JVA_ECP_PLN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/JVA_PART\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/JVA_VENCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/JVA_VENCR\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/JVA_VENDIS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/KWF1_COMPARE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/KWF1_POST\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/KWF1_REPORT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/OIC\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/OIGL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/OIV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/ORG01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/ORG02\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/ORG03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/ORG_JVA_DEMO\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/ORGCK\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/PNV01\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/PNV03\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/PNV04\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/PNV05\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/PNV07\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/PNV08\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/PNV09\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/PNV11\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPCE/PVNNUM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/16000009\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/16000010\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/16000012\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/21000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/21000026\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/21000027\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/21000078\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/21000079\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/26000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/26000050\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/26000051\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/26000053\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/26000058\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/53000197\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/53000199\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000176\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000177\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000178\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000179\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000180\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000181\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000182\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000183\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000184\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000185\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000186\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000187\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000188\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000189\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000190\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000191\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000195\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000196\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000197\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000198\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000199\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000200\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000244\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000315\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000438\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/72000439\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/ARCH_JOBS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/ARCHIVING_HDS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/AUTOCORRECT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/CLOSE_ORDERS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/DELETE_ORDERS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/DISCARD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/LOGSYS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/LOGSYS_AS\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/NF_ORDER_ED\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/PPO2\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/PPO3\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/RESI_TIME\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/RESUBMIT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/SYS_VAL_DISP\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/USER_REMOTE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/WL_CHANGE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/WL_DISPLAY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPO/WL_NOTIFY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPSPRO/11000047\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPSPRO/98000024\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPSPRO/98000101\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPSPRO/98000102\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPSPRO/98000133\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPPSPRO/POPAYMH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/23000407\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/23000408\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/23000414\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/23000415\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/23000416\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/23000417\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/23000418\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/23000419\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/23000420\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/23000421\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/23000422\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/23000423\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/23000495\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/23000496\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/23000504\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/24000082\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/24000083\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/24000097\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/36000118\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/36000159\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/36000162\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/36000163\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/36000164\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/36000165\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/36000167\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/36000169\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/36000171\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/36000172\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/36000187\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/36000290\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/36000291\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/40000235\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/40000482\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/40000802\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/40000803\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/40000805\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/52000125\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/52000130\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/52000313\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/52000314\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/SAPSLL/52000315\",\n            \"status\": \"Open\"\n        }\n    ],\n    \"displaycount\": \"10000\",\n    \"subcategory\": \"Identity Store\",\n    \"category\": \"Control Center\",\n    \"errorcode\": \"0\",\n    \"openconflictcount\": \"166980\"\n}"},{"id":"8fb6be8f-3967-4a07-9dc1-bea08fbda63f","name":"Removed max parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"analyticsid\":\"18\",\r\n \"offset\":\"1001\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/fetchControlDetailsES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 May 2023 13:07:50 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=95e2ccfc-648b-49c0-a56a-24ef46e6d2a0; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"offset\": 1001,\n    \"analyticstype\": \"SQL\",\n    \"lastrun\": \"2023-05-17 09:27:40\",\n    \"description\": \"Active Entitlements with Missing Owners\",\n    \"conflictcount\": \"166980\",\n    \"recommendations\": \"\",\n    \"result\": [\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP23\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP24\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP25\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP26\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP27\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP28\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP30\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP31\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP32\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP33\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP34\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP35\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP36\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP38\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP39\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP40\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP41\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP42\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP43\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP44\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP45\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP46\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP47\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP48\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/KP49\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/LBNKA_LOAD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/LCHK_VBNKA\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/MAT_MTYPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/NOADJ\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/PCN874\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/PNCH\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/REV\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/REVIN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/SD_DOCUMENT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/SPELL_AMOUNT\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/SUPD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TAX_PER\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TAXD\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TAXG\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TAXU\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TEKEN_19\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TRAN_TYPE\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/TRES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UNIFILES\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UNIFILES_UTIL\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UPD_SHAAM\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UPLOAD_CUSTTAB\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/UVBN\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VAT_TRANKEY\",\n            \"status\": \"Open\"\n        },\n        {\n            \"updateDate\": \"2023-05-17 00:00:00\",\n            \"comments\": \"\",\n            \"Endpoint\": \"SAP_CONN\",\n            \"endpointKey\": \"15\",\n            \"Entitlement_Type\": \"tcode\",\n            \"entitlement_value\": \"/ATL/VATRECT1\",\n            \"status\": \"Open\"\n        }\n    ],\n    \"displaycount\": \"50\",\n    \"subcategory\": \"Identity Store\",\n    \"category\": \"Control Center\",\n    \"errorcode\": \"0\",\n    \"openconflictcount\": \"166980\"\n}"}],"_postman_id":"6a930d8b-8f8e-4dde-8932-d5020960a5f8"}],"id":"509c06eb-65aa-41b9-aa50-d1f316ba1d2b","_postman_id":"509c06eb-65aa-41b9-aa50-d1f316ba1d2b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"4.0 Access Request","item":[{"name":"Create Request","item":[{"name":"Users","item":[{"name":"Create User Request","id":"64805622-007b-4e7c-a030-967f02940456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"firstname","value":"john24","type":"text"},{"key":"lastname","value":"doe24","type":"text"},{"key":"email","value":"john24.doe24@saviynt.com","type":"text"},{"key":"Roles","value":"ADT_AuthCert_MEE####ADT_AuthCert_MVH","type":"text"},{"key":"username","value":"john24.doe24","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createUserRequest","description":"<p>This API call can be used for creating update/create user request in the EIC.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>statuskey</code> - Values:1/0, 0 - Inactive, 1 - Active</p>\n<p><code>User params</code> can be passed. Example: email, manager, username, firstname, lastname, preferedFirstName, customproperty&lt;1 to 40&gt;</p>\n<p><code>Roles</code>- Specifies the rolename (#### separated) that will be assigned to the newly created user</p>\n<p><code>requestor</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createUserRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2adec8d8-d756-49bd-8f38-5832fdfa1ceb","name":"Create User Request - Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"firstname","value":"john","type":"text","disabled":true},{"key":"lastname","value":"doe","type":"text"},{"key":"email","value":"john.doe@saviynt.com","type":"text"},{"key":"Roles","value":"ROLE1####ROLE2","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createUserRequest"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=6C77157050C59650F363350232438A6F; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8712d5fe-f281-4ee0-a8eb-5d980cd9c619; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 12 Jun 2020 00:42:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"firstname cannot be null or blank\",\n    \"errorCode\": \"1\"\n}"},{"id":"3896b03b-d287-4e27-88a5-090c658ca0b3","name":"Create User Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"firstname","value":"john24","type":"text"},{"key":"lastname","value":"doe24","type":"text"},{"key":"email","value":"john24.doe24@saviynt.com","type":"text"},{"key":"Roles","value":"ADT_AuthCert_MEE####ADT_AuthCert_MVH","type":"text"},{"key":"username","value":"john24.doe24","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"{{url}}/ECM/{{path}}/createUserRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4e8655c6-92aa-4398-a444-70b14298be21; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Jun 2021 21:05:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"requestkey\": \"4137\",\n    \"requestid\": \"3820118\",\n    \"errorCode\": \"0\",\n    \"jbpmid\": \"AutoApprovalWF.3820118\"\n}"}],"_postman_id":"64805622-007b-4e7c-a030-967f02940456"},{"name":"Update User Request","id":"69b9aad5-7e94-4898-9b8f-75964a40ca62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"updateuser\": \"admin\",\r\n    \"username\": \"johndoe\",\r\n    \"firstname\": \"John\",\r\n    \"lastname\": \"Doe\",\r\n    \"entity\": [\r\n        \"San Francisco\"\r\n    ],\r\n    \"designation\": \"desc\",\r\n    \"manager\": \"dbailey\"\r\n}"},"url":"{{url}}/ECM/{{path}}/updateUserRequest","description":"<p>This API call can be used for updating user request in the EIC.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>username</code> - user who has to be modified.</p>\n<p>Optional params:</p>\n<p><code>updateuser</code> - Username who is updating the request,</p>\n<p><code>User's dynamic attribute</code> can be passed.<br />Example: \"firstname\": \"fn\",<br />\"entity\": [<br />\"Atlanta\"<br />]</p>\n<p>NOTE:<code>requestor</code> - By default, this parameter is set to the currently authenticated API user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateUserRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"15dbd8b2-c776-4ef2-bad2-522886d22e6c","name":"Create User Request","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"updateuser\": \"admin\",\r\n    \"username\": \"johndoe\",\r\n    \"firstname\": \"John\",\r\n    \"lastname\": \"Doe\",\r\n    \"entity\": [\r\n        \"San Francisco\"\r\n    ],\r\n    \"designation\": \"desc\",\r\n    \"manager\": \"dbailey\"\r\n}"},"url":"{{url}}/ECM/{{path}}/updateUserRequest","description":"This API call can be used for updating user request in the EIC.\n\nThe `Authorization` must have `Bearer` followed by `Token`.\n\nMandatory params:\n\n`username` - user who has to be modified.\n\nOptional params:\n\n`updateuser` - Username who is updating the request,\n\n`User's dynamic attribute` can be passed.  \nExample: \"firstname\": \"fn\",  \n\"entity\": \\[  \n\"Atlanta\"  \n\\]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 20:23:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=268c8ad4-4c80-4b28-b759-d87eb7fa8dd0; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0F504BF7823E5033FA63D93091395A1F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"268c8ad4-4c80-4b28-b759-d87eb7fa8dd0","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"errorCode\":\"0\",\"jbpmid\":\"SampleManagerApproval.3100001\"}"},{"id":"8d3362d8-02af-421d-8994-9438df69622c","name":"Update User Request","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"updateuser\": \"admin\",\r\n    \"username\": \"johndoe\",\r\n    \"firstname\": \"fn\",\r\n    \"lastname\": \"Nayal\",\r\n    \"entity\": [\r\n        \"Atlanta\"\r\n    ],\r\n    \"designation\": \"desc\",\r\n    \"manager\": \"gbana5\"\r\n}"},"url":"{{url}}/ECM/{{path}}/updateUserRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=20da155c-412b-4ba8-b442-aa1fe977bcb0; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 20 Aug 2019 05:49:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"requestkey\": \"3746\",\n    \"requestid\": \"4960001\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"69b9aad5-7e94-4898-9b8f-75964a40ca62"},{"name":"Get Requestable Users","id":"3e7381f3-4e03-4d74-bb45-8872b5639745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"requestor\":\"smarquez\",\r\n\"max\":\"2\"\r\n}"},"url":"{{url}}/ECM/{{path}}/getrequestableusers","description":"<p>This API fetches the list of user for whom the requestor can request.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: </p>\n<p><code>requestor</code></p>\n<p>Optional params:</p>\n<p><code>max</code>, <code>offset</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getrequestableusers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5a27c311-909e-40f5-93e9-9909d5f7fe58","name":"Get Requestable User","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"{{url}}/ECM/{{path}}/getrequestableusers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=47c1c225-2f8e-4f9f-957d-e68d6dd77c0f; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 06 Aug 2019 18:47:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"displaycount\": 2,\n    \"msg\": \"Success\",\n    \"totalcount\": 151543,\n    \"errorCode\": \"0\",\n    \"users\": [\n        {\n            \"username\": \"admin\",\n            \"firstname\": \"fn\",\n            \"lastname\": \"ln\",\n            \"statuskey\": \"Active\",\n            \"city\": \"Miami\",\n            \"email\": \"fn.ln@saviynt.com\",\n            \"jobcodedesc\": \"jobdesc\",\n            \"costcenter\": \"\",\n            \"manager\": \"acook\",\n            \"secmanager\": \"\",\n            \"vendormanager\": \"\",\n            \"jobCode\": \"\",\n            \"companyname\": \"\",\n            \"departmentnumber\": \"\",\n            \"departmentname\": \"\",\n            \"location\": \"\",\n            \"region\": \"\",\n            \"systemusername\": \"admin\",\n            \"lastsyncdate\": \"\",\n            \"startdate\": \"\",\n            \"enddate\": \"2018-12-03 07:40:21\",\n            \"displayname\": \"Ln, Fn\"\n        },\n        {\n            \"username\": \"awsadmin\",\n            \"firstname\": \"aws\",\n            \"lastname\": \"admin\",\n            \"statuskey\": \"Active\",\n            \"city\": \"New York\",\n            \"email\": \"awsadmin@saviynt.com\",\n            \"jobcodedesc\": \"jobdesc\",\n            \"costcenter\": \"\",\n            \"manager\": \"acook\",\n            \"secmanager\": \"\",\n            \"vendormanager\": \"\",\n            \"jobCode\": \"\",\n            \"companyname\": \"\",\n            \"departmentnumber\": \"\",\n            \"departmentname\": \"\",\n            \"location\": \"\",\n            \"region\": \"\",\n            \"systemusername\": \"aadmin\",\n            \"lastsyncdate\": \"\",\n            \"startdate\": \"\",\n            \"enddate\": \"\",\n            \"displayname\": \"\"\n        }\n    ]\n}"}],"_postman_id":"3e7381f3-4e03-4d74-bb45-8872b5639745"}],"id":"d8f4723c-7c0b-45f1-b251-558a1343871e","_postman_id":"d8f4723c-7c0b-45f1-b251-558a1343871e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Roles","item":[{"name":"Create Role Request","id":"4a100448-af2b-484a-87ad-82da6fb8a1e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"roletype\": \"ENTERPRISE\",\r\n    \"role_name\": \"createEntRoleAPI101\",\r\n    \"requestor\": \"admin\",\r\n    \"owner\": \"awsadmin\",\r\n    \"endpointname\": \"Workday\",\r\n    \"description\": \"jdfkd\",\r\n    \"displayname\": \"dist name\",\r\n    \"glossary\": \"glossary\",\r\n    \"risk\": \"high\",\r\n    \"level\": \"1231\",\r\n    \"soxcritical\": \"high\",\r\n    \"syscritical\": \"high\",\r\n    \"priviliged\": \"critical\",\r\n    \"confidentiality\": \"critical\",\r\n    \"requestable\": \"false\",\r\n    \"defaulttimeframe\": \"343\",\r\n    \"showDynamicAttrs\": \"false\",\r\n    \"customproperty10\": \"test api\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createEnterpriseRoleRequest","description":"<p>This API call can be used for creating a new role and assigning an owner to the role.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>roletype</code> - Use the roletype as \"ENTERPRISE\" to Create Enterprise Role Request. (supported roletypes - ENABLER/ TRANSACTIONAL/ FIREFIGHTER/ ENTERPRISE/ APPLICATION),</p>\n<p><code>role_name</code>,<br /><code>requestor</code>,<br /><code>owner</code><br />1. <code>ownerName</code><br />2. <code>rank</code>&lt;1 to 27&gt;,</p>\n<p>Optional params:<br /><code>customproperty&lt;1 to 60&gt;</code>,<br /><code>endpointname</code>,<br /><code>defaulttimeframe</code>,<br /><code>description</code>,<br /><code>displayname</code>,<br /><code>glossary</code>,<br /><code>risk</code>,<br /><code>level</code>,<br /><code>soxcritical</code>,<br /><code>syscritical</code>,<br /><code>priviliged</code>,<br /><code>confidentiality</code>,<br /><code>requestable</code>,<br /><code>showDynamicAttrs,   checksod:</code>Set this parameter to evaluate Segregation of Duties (SOD) violations. By default, the parameter is set to false.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createEnterpriseRoleRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5b58482c-51d3-455f-8d41-d39672806fad","name":"Create Role Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"requestor\": \"awsadmin\",\r\n    \"roletype\": \"ENTERPRISE\",\r\n    \"role_name\": \"TestRoleEnt123\",\r\n    \"description\": \"Owner Prod\",\r\n    \"endpointname\": \"Workday\",\r\n    \"owner\": [\r\n        {\r\n            \"ownerName\": \"G000526\",\r\n            \"rank\": \"14\"\r\n        },\r\n        {\r\n            \"ownerName\": \"G000706\"\r\n        }\r\n    ],\r\n    \"customproperty1\": \"cust prop 1\",\r\n    \"defaulttimeframe\": \"23\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createEnterpriseRoleRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4e8655c6-92aa-4398-a444-70b14298be21; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Jun 2021 20:55:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestid\": \"3820001\",\n    \"requestkey\": \"4135\",\n    \"errorCode\": \"0\",\n    \"message\": \"Role TestRoleEnt123 Sent For Approval and requestid is 3820001\"\n}"},{"id":"249ed962-3f4a-432f-8eb4-ebd9892f3ebe","name":"Create Role Request with Role Properties","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"roletype\": \"ENTERPRISE\",\r\n    \"role_name\": \"createEntRoleAPI101\",\r\n    \"requestor\": \"admin\",\r\n    \"owner\": \"awsadmin\",\r\n    \"endpointname\": \"Workday\",\r\n    \"description\": \"jdfkd\",\r\n    \"displayname\": \"dist name\",\r\n    \"glossary\": \"glossary\",\r\n    \"risk\": \"high\",\r\n    \"level\": \"1231\",\r\n    \"soxcritical\": \"high\",\r\n    \"syscritical\": \"high\",\r\n    \"priviliged\": \"critical\",\r\n    \"confidentiality\": \"critical\",\r\n    \"requestable\": \"false\",\r\n    \"defaulttimeframe\": \"343\",\r\n    \"showDynamicAttrs\": \"false\",\r\n    \"customproperty10\": \"test api\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createEnterpriseRoleRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4e000aa2-f7a0-47be-8ac7-098ffe8800d6; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 23 Jun 2021 00:23:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestid\": \"3820417\",\n    \"requestkey\": \"4142\",\n    \"errorCode\": \"0\",\n    \"message\": \"Role createEntRoleAPI101 Sent For Approval and requestid is 3820417\"\n}"}],"_postman_id":"4a100448-af2b-484a-87ad-82da6fb8a1e3"},{"name":"Update Role Request","id":"327774df-0cd7-4200-a0b4-077a066f2505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"roletype\":\"ENTERPRISE\",\r\n   \"role_name\":\"TestRoleEnt123\",\r\n   \"requestor\":\"admin\",\r\n   \"owner\": [\r\n\t{\r\n\t\t\"ownerName\" :\"G000526\",\r\n\t\t\"updateType\": \"REMOVE\"\r\n\t},\r\n\t{\r\n\t\t\"ownerName\":\"U003961\",\r\n\t\t\"updateType\":\"ADD\"\r\n\t}\r\n   ],\r\n   \"customproperty36\":\"cp36modified\",\r\n   \"endpointname\":\"Workday\",\r\n   \"entitlements\" : [\r\n   \t\t{\r\n   \t\"entitlement_value\":\"FIXED_ASSET_INQUIRY_TECH_IN\",\r\n   \t\"entitlementType\" : \"OEBS-Responsibility\",\r\n   \t\"endpoint\" : \"Oracle\",\r\n   \t\"updateType\" : \"ADD\"\r\n   \t},\r\n   \t\t{\r\n   \t\"entitlement_value\":\"FIXED_ASSET_INQUIRY_SOFT_IN\",\r\n   \t\"entitlementType\" : \"OEBS-Responsibility\",\r\n   \t\"endpoint\" : \"Oracle\",\r\n   \t\"updateType\" : \"ADD\"\r\n   \t}\r\n   ]\r\n}"},"url":"{{url}}/ECM/{{path}}/updateEnterpriseRoleRequest","description":"<p>This API call can be used to update the enterprise role that was already created in the Saviynt Security Manager.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>roletype</code> Use the roletype as \"ENTERPRISE\" to Update Enterprise Role Request. (supported roletypes are - ENABLER/ TRANSACTIONAL/ FIREFIGHTER/ ENTERPRISE/ APPLICATION),</p>\n<p><code>role_name</code></p>\n<p>Optional params:</p>\n<p><code>customproperty&lt;1 to 60&gt;</code>,<br /><code>endpointname</code>,</p>\n<p><code>entitlements</code> -</p>\n<ol>\n<li><code>entitlement_value</code></li>\n<li><code>entitlementType</code></li>\n<li><code>endpoint</code></li>\n<li><code>updateType</code> - ADD/REMOVE</li>\n</ol>\n<p><code>owner</code> -</p>\n<ol>\n<li><code>ownerName</code></li>\n<li><code>updateType</code> - ADD/REMOVE</li>\n<li><code>rank</code>&lt;1 to 27&gt;</li>\n</ol>\n<p><code>defaulttimeframe</code>,<br /><code>description</code>,<br /><code>displayname</code>,<br /><code>glossary</code>,<br /><code>risk</code>,<br /><code>level</code>,<br /><code>soxcritical</code>,<br /><code>syscritical</code>,<br /><code>priviliged</code>,<br /><code>confidentiality</code>,<br /><code>requestable</code>,<br /><code>showDynamicAttrs,   checksod:</code>Set this parameter to evaluate Segregation of Duties (SOD) violations. By default, the parameter is set to false.</p>\n<p><em><strong>Note</strong></em> : If config for auto approve is <em><strong>ON</strong></em> then request will not be created</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateEnterpriseRoleRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4a2dcc21-f8d8-405e-8b42-567605d988a8","name":"Update Role Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n   \"roletype\":\"ENTERPRISE\",\r\n   \"role_name\":\"TestRoleEnt123\",\r\n   \"requestor\":\"admin\",\r\n   \"owner\": [\r\n\t{\r\n\t\t\"ownerName\" :\"G000526\",\r\n\t\t\"updateType\": \"REMOVE\"\r\n\t},\r\n\t{\r\n\t\t\"ownerName\":\"U003961\",\r\n\t\t\"updateType\":\"ADD\"\r\n\t}\r\n   ],\r\n   \"customproperty36\":\"cp36modified\",\r\n   \"endpointname\":\"Workday\",\r\n   \"entitlements\" : [\r\n   \t\t{\r\n   \t\"entitlement_value\":\"FIXED_ASSET_INQUIRY_TECH_IN\",\r\n   \t\"entitlementType\" : \"OEBS-Responsibility\",\r\n   \t\"endpoint\" : \"Oracle\",\r\n   \t\"updateType\" : \"ADD\"\r\n   \t},\r\n   \t\t{\r\n   \t\"entitlement_value\":\"FIXED_ASSET_INQUIRY_SOFT_IN\",\r\n   \t\"entitlementType\" : \"OEBS-Responsibility\",\r\n   \t\"endpoint\" : \"Oracle\",\r\n   \t\"updateType\" : \"ADD\"\r\n   \t}\r\n   ]\r\n}"},"url":"{{url}}/ECM/{{path}}/updateEnterpriseRoleRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4e8655c6-92aa-4398-a444-70b14298be21; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Jun 2021 21:02:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestid\": \"3820057\",\n    \"requestkey\": \"4136\",\n    \"errorCode\": \"0\",\n    \"message\": \" Role TestRoleEnt123 Sent For Approval and requestid is 3820057\"\n}"}],"_postman_id":"327774df-0cd7-4200-a0b4-077a066f2505"},{"name":"Request to Add Roles to User","id":"a2497a68-a0a2-42fb-8f0f-13df0f9aa789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"},{"key":"SAVUSERNAME","value":"admin"}],"body":{"mode":"raw","raw":"{\r\n\"accesstype\":\"ROLES\",\r\n\"username\":\"dbailey\",\r\n\"roletype\":\"ENTERPRISE\",\r\n\"requesttype\":1,\r\n\"roles\":[\r\n\t{ \r\n\"rolename\" : \"Network Administrator\",\r\n\"startdate\" : \"10-11-2018\", \r\n\"enddate\" : \"10-18-2018\",\r\n\"businessJustification\" : \"test justification\"\r\n} ],\r\n\"requestcomments\":\"commemnt\",\r\n\"requestor\":\"ahinton\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create request to add roles to User in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>accesstype</code> - ROLES,\n<code>username</code>,\n<code>roletype</code> - FIREFIGHTER/ENTERPRISE,\n<code>requesttype</code> - 1,\n<code>requestcomments</code>,\n<code>requestor</code>,</p>\n<p><code>roles</code> -</p>\n<ol>\n<li><code>rolename</code></li>\n<li><code>startdate</code> (optional, expected date format - MM-dd-yyyy)</li>\n<li><code>enddate</code> (optional, expected date format - MM-dd-yyyy)</li>\n<li><code>businessJustification</code> (optional)</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ea057c4d-60b3-42bf-bf0d-a836b42e524f","name":"Create Request Roles ADD","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 14 Aug 2018 20:30:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=a95c6af9-e383-4923-8f32-2132b5a6970a; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"CE8AB13A783AEB5577B5EBA43CD7FAFE","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"a95c6af9-e383-4923-8f32-2132b5a6970a","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"errorCode\":\"0\",\"requestkey\": \"3379\",\"requests\":[\"3140687\"]}"}],"_postman_id":"a2497a68-a0a2-42fb-8f0f-13df0f9aa789"},{"name":"Request to Remove Roles from User","id":"a00e4b0f-8dae-4d6d-a706-42f0a1b13ac2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"},{"key":"SAVUSERNAME","value":"admin"}],"body":{"mode":"raw","raw":"{\r\n\"accesstype\":\"ROLES\",\r\n\"username\":\"dbailey\",\r\n\"roletype\":\"ENTERPRISE\",\r\n\"requesttype\":4,\r\n\"roles\":[\r\n\t{ \r\n\"rolename\" : \"Network Administrator\"\t\r\n} ],\r\n\"requestcomments\":\"commemnt\",\r\n\"requestor\":\"ahinton\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create request to remove roles from User in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>accesstype</code> - ROLES,\n<code>username</code>,\n<code>roletype</code> - FIREFIGHTER/ENTERPRISE,\n<code>requesttype</code> - 4,\n<code>roles</code>,\n<code>requestcomments</code>,\n<code>requestor</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4e848630-500c-45e3-b59c-215d48ab386d","name":"Create Request Roles REMOVE","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 14 Aug 2018 20:30:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=154c48c9-d5e4-4de2-892c-280305ad4664; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"CE8AB13A783AEB5577B5EBA43CD7FAFE","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"154c48c9-d5e4-4de2-892c-280305ad4664","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"errorCode\":\"0\",\"requestkey\": \"3384\",\"requests\":[\"3140728\"]}"}],"_postman_id":"a00e4b0f-8dae-4d6d-a706-42f0a1b13ac2"},{"name":"Request to Add Application Role to User","id":"348a4121-54ef-4198-8acc-20e081e9ca55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"requesttype\": \"ADD\",\r\n    \"username\": \"test1pcsqs\",\r\n    \"endpoint\": \"Workday\",\r\n    \"securitysystem\": \"Workday\",\r\n    \"createnewaccounttaskifnotexist\": \"TRUE\",\r\n    \"entitlement\": [\r\n        {\r\n            \"entitlementtype\": \"Security-Groups\",\r\n            \"entitlementvalue\": \"1099 Analyst\",\r\n            \"startdate\": \"12-23-2020\",\r\n            \"enddate\": \"12-30-2020\",\r\n            \"businessjustification\": \"test business justification\"\r\n        }\r\n    ],\r\n    \"roles\": [\r\n        {\r\n            \"rolename\": \"workdayapprole\",\r\n            \"businessjustification\": \"justified\",\r\n            \"startdate\": \"12-23-2020\",\r\n            \"enddate\": \"12-30-2020\"\r\n        }\r\n    ],\r\n    \"checksod\": \"true\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create request to add application roles to User in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - ADD,\n<code>username</code>,\n<code>endpoint</code></p>\n<p>Optional params:\n<code>accountname</code>,\n<code>requestor</code>,\n<code>securitysystem</code>,\n<code>createnewaccounttaskifnotexist</code>(can be TRUE/FALSE),\n<code>checksod</code>(can be TRUE/FALSE),</p>\n<p><code>roles</code> -</p>\n<ol>\n<li><code>rolename</code></li>\n<li><code>startdate</code> (optional, expected date format - MM-dd-yyyy)</li>\n<li><code>enddate</code> (optional, expected date format - MM-dd-yyyy)</li>\n<li><code>businessJustification</code> (optional)</li>\n</ol>\n<p><code>entitlement</code> -</p>\n<ol>\n<li><code>entitlementvalue</code></li>\n<li><code>entitlementtype</code></li>\n<li><code>startdate</code> (optional, expected date format - MM-dd-yyyy)</li>\n<li><code>enddate</code> (optional, expected date format - MM-dd-yyyy)</li>\n<li><code>businessJustification</code> (optional)</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"23c05cfe-8b64-4fa1-b6d2-5b24b13a9448","name":"Request to Add Application Role to User","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"requesttype\": \"ADD\",\r\n    \"username\": \"test1pcsqs\",\r\n    \"endpoint\": \"Workday\",\r\n    \"securitysystem\": \"Workday\",\r\n    \"createnewaccounttaskifnotexist\": \"TRUE\",\r\n    \"entitlement\": [\r\n        {\r\n            \"entitlementtype\": \"Security-Groups\",\r\n            \"entitlementvalue\": \"1099 Analyst\",\r\n            \"startdate\": \"12-23-2020\",\r\n            \"enddate\": \"12-30-2020\",\r\n            \"businessjustification\": \"test business justification\"\r\n        }\r\n    ],\r\n    \"roles\": [\r\n        {\r\n            \"rolename\": \"workdayapprole\",\r\n            \"businessjustification\": \"justified\",\r\n            \"startdate\": \"12-23-2020\",\r\n            \"enddate\": \"12-30-2020\"\r\n        }\r\n    ],\r\n    \"checksod\": \"true\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=05534863-35f2-4799-b95c-7dbf01c2a802; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 23 Dec 2020 18:08:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"RequestId\": \"3110633\",\n    \"requestkey\": \"3933\",\n    \"errorCode\": \"0\",\n    \"sod\": \"false\"\n}"}],"_postman_id":"348a4121-54ef-4198-8acc-20e081e9ca55"}],"id":"f914a4ea-99ee-4a1e-bfb4-47104acd08ea","_postman_id":"f914a4ea-99ee-4a1e-bfb4-47104acd08ea","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Entitlements","item":[{"name":"Request to Add Entitlement to User","id":"d7168ad1-b04e-4f24-aeb9-c3e6e748a5d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"requesttype\":\"ADD\",\r\n\"username\":\"dbailey\",\r\n\"endpoint\":\"System1\",\r\n\"securitysystem\":\"System1\",\r\n\"accountname\":\"dbailey\",\r\n\"comments\":\"add comment\",\r\n\"requestor\":\"acook\",\r\n\"createaccountifnotexists\":\"true\",\r\n\"dynamicattr\":  { \r\n            \"parent\" :\"TEST1\", \r\n            \"child\":\"TEST2\" \r\n},\r\n\"entitlement\": [\r\n    {\r\n      \"entitlementtype\": \"Security-Groups\",\r\n      \"entitlementvalue\": \"Accountant\",\r\n      \"businessjustification\": \"test business justification\"\r\n      \"startdate\":\"11-05-2021\",\r\n      \"enddate\":\"12-12-2021\",\r\n      \"privileges\": [\r\n        {\r\n          \"attributename\":\"test\",\r\n          \"attributevalue\":\"test123\"\r\n        },\r\n        {\r\n          \"attributeName\":\"test1\",\r\n          \"attributeValue\":\"test456\"\r\n        }\r\n      ]\r\n    }\r\n\t{\r\n\t  \"entitlementtype\":\"Access\",\r\n\t  \"entitlementvalue\":\"EntVal2\"\r\n\t}\r\n  ],\r\n\"checksod\":\"true\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API creates requests to add entitlements to the user in EIC.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory Parameters:</p>\n<ul>\n<li><p><code>requesttype</code> - ADD</p>\n</li>\n<li><p><code>username</code></p>\n</li>\n<li><p><code>endpoint</code></p>\n</li>\n</ul>\n<p>Optional Parameters:</p>\n<ul>\n<li><p><code>accountname</code></p>\n</li>\n<li><p><code>comments</code></p>\n</li>\n<li><p><code>requestor</code></p>\n</li>\n<li><p><code>createaccountifnotexists</code> - true/false</p>\n</li>\n<li><p><code>createnewaccounttaskifnotexist</code> - true/false(if both createnewaccounttaskifnotexist and createaccountifnotexists params are passed, createaccountifnotexists is given precendence)</p>\n</li>\n<li><p><code>accountid</code> - can be used if <code>createaccountifnotexists</code> is true,<br />  <code>checksod</code> - true/false, default value is false, this can be used to check basic sod.</p>\n</li>\n<li><p><code>accountnamefromrule</code> - true/false, can be used if <code>createaccountifnotexists</code>/<code>createnewaccounttaskifnotexist</code> is true.</p>\n</li>\n<li><p><code>securitysystem</code></p>\n</li>\n<li><p><code>entitlement</code></p>\n</li>\n<li><p><code>privileges</code>: Specify the following values:</p>\n<ul>\n<li><p><code>attributename</code>: Specify the attribute name. The attribute name identifies the privileges name to be used for filtering out and calling the respective privilege to be displayed.</p>\n</li>\n<li><p><code>attributevalue</code>: Specify the value you want to display for the attribute. The specified value will be selected when the user has not selected any value for this attribute on the request form.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7d9c2d16-722b-499e-a935-921343c34e78","name":"Create Request Entitlement ADD","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"requesttype\":\"ADD\",\r\n\"username\":\"dbailey\",\r\n\"endpoint\":\"System1\",\r\n\"securitysystem\":\"System1\",\r\n\"accountname\":\"dbailey\",\r\n\"comments\":\"add comment\",\r\n\"requestor\":\"acook\",\r\n\"createaccountifnotexists\":\"true\",\r\n\"dynamicattr\":  { \r\n            \"parent\" :\"TEST1\", \r\n            \"child\":\"TEST2\" \r\n},\r\n\"entitlement\": [\r\n    {\r\n      \"entitlementtype\": \"Security-Groups\",\r\n      \"entitlementvalue\": \"Accountant\",\r\n      \"businessjustification\": \"test business justification\"\r\n      \"startdate\":\"11-05-2021\",\r\n      \"enddate\":\"12-12-2021\",\r\n      \"privileges\": [\r\n        {\r\n          \"attributename\":\"test\",\r\n          \"attributevalue\":\"test123\"\r\n        },\r\n        {\r\n          \"attributeName\":\"test1\",\r\n          \"attributeValue\":\"test456\"\r\n        }\r\n      ]\r\n    }\r\n\t{\r\n\t  \"entitlementtype\":\"Access\",\r\n\t  \"entitlementvalue\":\"EntVal2\"\r\n\t}\r\n  ],\r\n\"checksod\":\"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Thu, 16 Aug 2018 20:33:05 GMT","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=70463de3-219b-4ad2-a29c-9d9d0b510611; Path=/","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"51DB356FF26BC635D8331A1218E1E49D","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"70463de3-219b-4ad2-a29c-9d9d0b510611","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"RequestId\":\"3160142\",\"requestkey\": \"3374\",\"sod\": \"true\",\"errorCode\":\"0\"}"}],"_postman_id":"d7168ad1-b04e-4f24-aeb9-c3e6e748a5d7"},{"name":"Request to Remove Entitlement from User","id":"cf67c577-4607-4abd-99e3-a34f5c828668","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"requesttype\":\"REMOVE\",\r\n\"username\":\"tbowers\",\r\n\"endpoint\":\"System1\",\r\n\"securitysystem\":\"System1\",\r\n\"accountname\":\"tbowers\",\r\n\"comments\":\"add comment\",\r\n\"entitlement\":[\r\n\t{\"entitlementtype\":\"Access\",\"entitlementvalue\":\"Absence Administrator\",\"startdate\":\"10-11-2018\" }\r\n]\r\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create request to remove entitlements from User in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - REMOVE,\n<code>username</code>,\n<code>endpoint</code></p>\n<p><code>entitlement</code> -</p>\n<p>If using older versions of SSM - </p>\n<p>entitlementType=entitlementValue</p>\n<p>If using SSM 5.2 or newer - </p>\n<p>\"entitlement\":[\n    {\"entitlementtype\":\"---\",\"entitlementvalue\":\"---\",\"startdate\":\"MM-dd-yyyy\"}\n]</p>\n<p>(<code>startdate</code> is Optional param)</p>\n<p>Optional params:\n<code>accountname</code>,\n<code>securitysystem</code>,\n<code>comments</code>,\n<code>requestor</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e1a15dba-cace-4f54-ae95-3e3ce3bb0284","name":"Create Request Entitlement REMOVE","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 16 Aug 2018 20:40:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=cdc30835-bdbc-4f43-98ba-ab72f0df4c44; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"51DB356FF26BC635D8331A1218E1E49D","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"cdc30835-bdbc-4f43-98ba-ab72f0df4c44","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"RequestId\":\"3160189\",\"requestkey\": \"3375\",\"errorCode\":\"0\"}"}],"_postman_id":"cf67c577-4607-4abd-99e3-a34f5c828668"},{"name":"Get User Requestable Entitlements","id":"1ab23bbc-0498-43cb-ae65-2bb91327e9a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\r\n\"username\":\"188837\",\r\n\"endpoint\":\"System1\",\r\n\"entitlementtype\":\"Access\",\r\n\"entitlementResponseFields\":[\"customproperty1\",\"access\",\"status\"],\r\n\"endpointResponseFields\":[\"customproperty5\",\"securitysystem\",\"description\",\"displayName\"],\r\n\"includeinflightrequests\":\"true\"\r\n}"},"url":"{{url}}/ECM/{{path}}/getUserRequestableEntitlements","description":"<p>This API returns list of entitlements in an application that the user can request based on the existing access and entitlement map exclusion.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: <code>username</code>, <code>endpointname</code></p>\n<p>Optional params: </p>\n<p><code>max</code>,<code>offset</code></p>\n<p><code>entitlementtype</code>, </p>\n<p><code>entitlementResponseFields</code> - Entitlement_value attributes required in the reponse, </p>\n<p><code>endpointResponseFields</code> - Endpoint attributes required in the response,</p>\n<p><code>includeinflightrequests</code> - If <code>includeinflightrequests</code> is true, API will also consider Entitlement requests in flight (requests that are submitted but not yet approved/rejected),</p>\n<p><code>allowAssignedEntitlement</code> - if <code>allowAssignedEntitlement</code> is true, API will consider the entitlements (and excluded entitlements) that are assigned to the user as requestable.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getUserRequestableEntitlements"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ae118f25-37cf-4e62-b14b-eb1293c9beb8","name":"Get User Requestable Entitlements","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 10 Sep 2018 17:36:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"JSESSIONID=85586EB4FC050F0D16977CD75E135952; Path=/ECM/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=557c2642-9ea4-44ea-886f-d30f489a4010; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"85586EB4FC050F0D16977CD75E135952","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"557c2642-9ea4-44ea-886f-d30f489a4010","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"endpointDetails\":[{\"customproperty5\":\"true\",\"displayName\":\"System1-DisplayName\",\"securitysystem\":\"System1\"}],\"errorCode\":\"0\",\"message\":\"SUCCESS\",\"countofEntitlements\":1215,\"entitlementDetails\":[{\"access\":\"Select\",\"customproperty1\":\"test\",\"requestable\":\"1\",\"entitlement_value\":\"Analyst\",\"entitlementType\":\"Access\",\"status\":\"1\"},{\"access\":\"Select\",\"customproperty1\":\"test\",\"requestable\":\"1\",\"entitlement_value\":\"Absence Administrator\",\"entitlementType\":\"Access\",\"status\":\"1\"},{\"access\":\"Select\",\"customproperty1\":\"test\",\"requestable\":\"1\",\"entitlement_value\":\"Absence Calculations Administrator\",\"entitlementType\":\"Access\",\"status\":\"1\"},{\"customproperty1\":\"Eng\",\"requestable\":\"1\",\"entitlement_value\":\"Absence Partner\",\"entitlementType\":\"Access\",\"status\":\"1\"},{\"customproperty1\":\"Eng\",\"requestable\":\"0\",\"entitlement_value\":\"Accountant\",\"entitlementType\":\"Access\",\"status\":\"1\"},{\"customproperty1\":\"Eng\",\"requestable\":\"1\",\"entitlement_value\":\"AccountantTwo\",\"entitlementType\":\"Access\",\"status\":\"1\"}]}"}],"_postman_id":"1ab23bbc-0498-43cb-ae65-2bb91327e9a5"},{"name":"Validate Entitlement Request Data","id":"6173fe6b-404b-479e-94d7-5a070cb70801","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"188836\",\n    \"endpoint\": \"System1\",\n    \"entitlementList\": [\n        {\n            \"entitlementtype\": \"Access\",\n            \"entitlementvalue\": \"Analyst\"\n        },\n        {\n            \"entitlementtype\": \"Access\",\n            \"entitlementvalue\": \"Accountant\"\n        },\n        {\n            \"entitlementtype\": \"Access\",\n            \"entitlementvalue\": \"Absence Calculations Administrator\"\n        },\n        {\n            \"entitlementtype\": \"Access\",\n            \"entitlementvalue\": \"Absence Partner\"\n        },\n        {\n            \"entitlementtype\": \"Access\",\n            \"entitlementvalue\": \"AM: Admin\"\n        },\n        {\n            \"entitlementtype\": \"Access\",\n            \"entitlementvalue\": \"Action Plan Owner Group111\"\n        },\n        {\n            \"entitlementtype\": \"Access111\",\n            \"entitlementvalue\": \"Action Plan Owner Group\"\n        }\n    ],\n    \"includeinflightrequests\": \"true\"\n}"},"url":"{{url}}/ECM/{{path}}/validateEntitlementRequestData","description":"<p>This API checks if a user is allowed to request for the entitlements given in a list based on the existing access and entitlement map exclusion.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: </p>\n<p><code>username</code>,</p>\n<p><code>endpoint</code>,</p>\n<p><code>entitlementList</code> - List of entitlementtypes and entitlements that needs to be checked.</p>\n<p>Optional params:</p>\n<p><code>includeinflightrequests</code> - If <code>includeinflightrequests</code> is true, API will also consider Entitlement requests in flight (requests that are submitted but not yet approved/rejected).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","validateEntitlementRequestData"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"266596fb-09d2-45fc-b79e-5c12aa964982","name":"Validate Entitlement RequestData","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 10 Sep 2018 17:43:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=2e3ccada-bcfa-4ce5-a357-cdc7fa300c4b; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"85586EB4FC050F0D16977CD75E135952","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"2e3ccada-bcfa-4ce5-a357-cdc7fa300c4b","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\r\n    \"endpoint\": \"System1\",\r\n    \"validationResults\": [\r\n        {\r\n            \"requestable\": \"1\",\r\n            \"entitlementtype\": \"Access\",\r\n            \"entitlementvalue\": \"Analyst\"\r\n        },\r\n        {\r\n            \"failurereason\": \"Entitlement already assigned to User\",\r\n            \"requestable\": \"0\",\r\n            \"entitlementtype\": \"Access\",\r\n            \"entitlementvalue\": \"Accountant\"\r\n        },\r\n        {\r\n            \"failurereason\": \"Entitlement already requested\",\r\n            \"requestable\": \"0\",\r\n            \"entitlementtype\": \"Access\",\r\n            \"entitlementvalue\": \"Absence Calculations Administrator\"\r\n        },\r\n        {\r\n\t\t\t\"failurereason\": \"Excluded Entitlement for an Entitlement already requested\",\r\n            \"requestable\": \"0\",\r\n            \"entitlementtype\": \"Access\",\r\n            \"entitlementvalue\": \"Absence Partner\"\r\n        },\r\n        {\r\n            \"failurereason\": \"Excluded Entitlement\",\r\n            \"requestable\": \"0\",\r\n            \"entitlementtype\": \"Access\",\r\n            \"entitlementvalue\": \"AM: Admin\"\r\n        },\r\n        {\r\n            \"failurereason\": \"Invalid Entitlement\",\r\n            \"requestable\": \"0\",\r\n            \"entitlementtype\": \"Access\",\r\n            \"entitlementvalue\": \"Action Plan Owner Group111\"\r\n        },\r\n        {\r\n            \"failurereason\": \"Invalid Entitlement\",\r\n            \"requestable\": \"0\",\r\n            \"entitlementtype\": \"Access111\",\r\n            \"entitlementvalue\": \"Action Plan Owner Group\"\r\n        }\r\n    ],\r\n    \"errorCode\": \"1\",\r\n    \"message\": \"Failure\",\r\n    \"username\": \"188836\"\r\n}"}],"_postman_id":"6173fe6b-404b-479e-94d7-5a070cb70801"}],"id":"051810ac-121e-4b6f-bd30-df23be268a13","_postman_id":"051810ac-121e-4b6f-bd30-df23be268a13","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Accounts","item":[{"name":"Request to Create New Account","id":"34d0a284-7569-4dcb-8f95-746d66a74152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"requesttype\":\"NEW\",\r\n\"username\":\"acook\",\r\n\"endpoint\":\"System1\",\r\n\"securitysystem\":\"System1\",\r\n\"comments\":\"add comment\",\r\n\"accountname\":\"acook\",\r\n\"requestor\":\"dbailey\",\r\n\"dynamicattr\":  { \r\n            \"parent\":\"TEST1\", \r\n            \"child\":\"TEST2\" \r\n},\r\n\"entitlement\":[\r\n\t{\"entitlementtype\":\"Access\",\"entitlementvalue\":\"Absence Partner\",\"startdate\":\"10-11-2018\",\"enddate\":\"12-05-2018\"},\r\n\t{\"entitlementtype\":\"Access\",\"entitlementvalue\":\"Absence Administrator\"}\r\n],\r\n\"checksod\":\"true\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create request to create new account and assign it to user in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - NEW,\n<code>username</code>,\n<code>endpoint</code></p>\n<p>Optional params:\n<code>accountname</code>,\n<code>securitysystem</code>,\n<code>comments</code>,\n<code>requestor</code>,\n<code>checksod</code> - true/false, default value is false, this can be used to check basic sod,\n<code>accountnamefromrule</code> - true/false,</p>\n<p><code>entitlement</code> -</p>\n<p>If using older versions of SSM - </p>\n<p>entitlementType=entitlementValue</p>\n<p>If using SSM 5.2 or newer - </p>\n<p>\"entitlement\":[\n    {\"entitlementtype\":\"---\",\"entitlementvalue\":\"---\", \"startdate\":\"MM-dd-yyyy\", \"enddate\":\"MM-dd-yyyy\",\"businessjustification\":\"---\"}\n]\n(<code>startdate</code>, <code>enddate</code> and <code>businessjustification</code> are Optional params),</p>\n<p><code>dynamicattr</code> - { \"attrname\" : \"attrvalue\", .. }</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cf8b2cae-a12b-48e3-be30-95cf559a365f","name":"Create Request Account NEW","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 16 Aug 2018 20:26:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=619ea70c-e526-49a5-b621-05a31868b678; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"51DB356FF26BC635D8331A1218E1E49D","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"619ea70c-e526-49a5-b621-05a31868b678","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"RequestId\":\"3160095\",\"requestkey\": \"3376\",\"sod\":\"true\",\"errorCode\":\"0\"}"}],"_postman_id":"34d0a284-7569-4dcb-8f95-746d66a74152"},{"name":"Request to Remove Account from User","id":"db9e2d4f-5824-4bff-bcd4-12e88fddd25d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"requesttype\":\"DELETE\",\r\n\"username\":\"acook\",\r\n\"endpoint\":\"System1\",\r\n\"securitysystem\":\"System1\",\r\n\"accountname\":\"acook\",\r\n\"comments\":\"add comment\",\r\n\"requestor\":\"dbailey\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create request to remove account from user in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - DELETE,\n<code>username</code>,\n<code>endpoint</code></p>\n<p>Optional params:\n<code>accountname</code>,\n<code>securitysystem</code>,\n<code>comments</code>,\n<code>requestor</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"94bf050b-ee02-49f9-9c19-517dd03eb4bd","name":"Create Request Account DELETE","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 14 Aug 2018 18:21:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=024255c0-8052-4598-bde5-5bcfc57e4594; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"2B38E1BA4D2D05F17A8424A683F722F4","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"024255c0-8052-4598-bde5-5bcfc57e4594","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"RequestId\":\"3140473\",\"requestkey\": \"3378\",\"errorCode\":\"0\"}"}],"_postman_id":"db9e2d4f-5824-4bff-bcd4-12e88fddd25d"},{"name":"Request to Create New Service Account","id":"c7ce94fa-88d2-45ab-9133-fa8516ebe691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"username\":\"admin\",\r\n\"requesttype\":\"NEW\",\r\n\"endpoint\":\"System1\",\r\n\"accountType\":\"Service Account\",\r\n\"securitysystem\":\"System1\",\r\n\"comments\":\"add comment\",\r\n\"accountname\":\"adminacc1\",\r\n\"requestor\":\"admin\",\r\n\"dynamicattr\":  { \r\n            \"c\":\"TEST1\", \r\n            \"d\":\"243554675\" \r\n},\r\n\"entitlement\":[\r\n\t{\"entitlementtype\":\"Role\",\"entitlementvalue\":\"Administrator\",\"startdate\":\"10-11-2018\",\"enddate\":\"12-05-2018\"}\r\n],\r\n\"owner\" :[\r\n\t{\r\n\t\t\"ownerType\" : \"User\",\r\n\t\t\"name\" : \"dbailey\",\r\n\t\t\"rank\" : \"4\"\r\n\t},\r\n\t\t{\r\n\t\t\"ownerType\" : \"UserGroup\",\r\n\t\t\"name\" : \"ProvisioningTeam\",\r\n\t\t\"rank\" : \"4\"\r\n\t},\r\n\t\t{\r\n\t\t\"ownerType\" : \"UserGroup\",\r\n\t\t\"name\" : \"Team Approval\",\r\n\t\t\"rank\" : \"3\"\r\n\t},\r\n\t\t{\r\n\t\t\"ownerType\" : \"User\",\r\n\t\t\"name\" : \"TestUser\"\r\n\t}\r\n\t\r\n\t\r\n]\r\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API creates request for a new service account and assign it to user in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - NEW,\n<code>username</code>,\n<code>endpoint</code>,\n<code>accountType</code>,\n<code>entitlement</code> -</p>\n<p>If using older versions of SSM - </p>\n<p>entitlementType=entitlementValue</p>\n<p>If using SSM 5.2 or newer - </p>\n<p>\"entitlement\":[\n    {\"entitlementtype\":\"---\",\"entitlementvalue\":\"---\", \"startdate\":\"MM-dd-yyyy\", \"enddate\":\"MM-dd-yyyy\",\"businessjustification\":\"---\"}\n]\n(<code>startdate</code>, <code>enddate</code> and <code>businessjustification</code> are Optional params)</p>\n<p>Optional params:</p>\n<p><code>accountname</code>,\n<code>securitysystem</code>,\n<code>comments</code>,\n<code>requestor</code>,</p>\n<p><code>owner</code> - </p>\n<ol>\n<li><code>ownerType</code> - mandatory field, values can be USER/USERGROUP,</li>\n<li><code>name</code> - mandatory field,</li>\n<li><code>rank</code> - optional field, values can be from 1 to 5.</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ba6176b5-10c2-4b3f-aa88-7f88a0d6bbc2","name":"Create Request Account NEW","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 16 Aug 2018 20:26:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=619ea70c-e526-49a5-b621-05a31868b678; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"51DB356FF26BC635D8331A1218E1E49D","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"619ea70c-e526-49a5-b621-05a31868b678","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"RequestId\":\"3160095\",\"requestkey\": \"3377\",\"errorCode\":\"0\"}"}],"_postman_id":"c7ce94fa-88d2-45ab-9133-fa8516ebe691"},{"name":"Request to Update Service Account","id":"8da612a8-240e-4abf-82d1-37a6de251d3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"requesttype\": \"ADD\",\n    \"endpoint\": \"System1\",\n    \"accountType\": \"Service Account\",\n    \"securitysystem\": \"System1\",\n    \"comments\": \"add comment\",\n    \"accountname\": \"srvcAccNew3\",\n    \"requestor\": \"dbailey\",\n    \"entitlement\": [\n        {\n            \"entitlementtype\": \"Access\",\n            \"entitlementvalue\": \"Absence Administrator\"\n        },\n        {\n            \"entitlementtype\": \"Access\",\n            \"entitlementvalue\": \"ACCOUNTANTTWO\",\n            \"startdate\": \"10-11-2018\",\n            \"enddate\": \"12-05-2018\"\n        }\n    ],\n    \"owner\": [\n        {\n            \"ownerType\": \"UserGroup\",\n            \"name\": \"ProvisioningTeam\",\n            \"rank\": \"4\",\n            \"updatetype\": \"ADD\"\n        },\n        {\n            \"ownerType\": \"UserGroup\",\n            \"name\": \"Team Approval\",\n            \"rank\": \"1\",\n            \"updatetype\": \"ADD\"\n        },\n        {\n            \"ownerType\": \"User\",\n            \"name\": \"dbailey\",\n            \"rank\": \"3\",\n            \"updatetype\": \"REMOVE\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API creates request for updating service account and assign it to user in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - ADD/REMOVE to add/remove entitlements,\n<code>username</code>,\n<code>endpoint</code>,\n<code>accountType</code>,\n<code>entitlement</code> -</p>\n<p>If using older versions of SSM - </p>\n<p>entitlementType=entitlementValue</p>\n<p>If using SSM 5.2 or newer - </p>\n<p>\"entitlement\":[\n    {\"entitlementtype\":\"---\",\"entitlementvalue\":\"---\", \"startdate\":\"MM-dd-yyyy\", \"enddate\":\"MM-dd-yyyy\",\"businessjustification\":\"---\"}\n]\n(<code>startdate</code>, <code>enddate</code> and <code>businessjustification</code> are Optional params)</p>\n<p>Optional params:</p>\n<p><code>accountname</code>,\n<code>securitysystem</code>,\n<code>comments</code>,\n<code>requestor</code>,</p>\n<p><code>owner</code> - </p>\n<ol>\n<li><code>ownerType</code> - mandatory field, values can be USER/USERGROUP,</li>\n<li><code>name</code> - mandatory field,</li>\n<li><code>rank</code> - optional field, values can be from 1 to 5.</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"960bab3c-3499-4525-bacb-aace2b3d6107","name":"Create Request Account NEW","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 16 Aug 2018 20:26:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=619ea70c-e526-49a5-b621-05a31868b678; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"51DB356FF26BC635D8331A1218E1E49D","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"619ea70c-e526-49a5-b621-05a31868b678","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"RequestId\":\"4160095\",\"requestkey\": \"4377\",\"errorCode\":\"0\"}"}],"_postman_id":"8da612a8-240e-4abf-82d1-37a6de251d3b"},{"name":"Request to Disable Account","id":"c308df00-f942-4889-a72b-369ee6faec3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"requestor\": \"admin\",\n    \"endpoint\": \"AWS\",\n    \"accountname\": \"000317\",\n    \"requesttype\": \"DISABLEACCOUNT\",\n    \"businessjustification\": \"test justification\"\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API creates request for disabling account in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - DISABLEACCOUNT\n<code>accountname</code>,\n<code>endpoint</code></p>\n<p>Optional params:\n <code>requestor</code>, \n <code>businessjustification</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4a749757-23f3-43ad-ba6b-0a6eac6c6a29","name":"Request to Disable Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"requestor\": \"awsadmin\",\n    \"endpoint\": \"AWS\",\n    \"accountname\": \"000317\",\n    \"requesttype\": \"DISABLEACCOUNT\",\n    \"businessjustification\": \"test justification\"\n}"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=B640A429DF7D4F12A0E227C2CABAE17F; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bb5afb33-c490-4987-a667-e95798141641; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 21 Dec 2020 23:41:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"3110001\",\n    \"requestkey\": \"3922\",\n    \"errorCode\": 0,\n    \"message\": \"success\"\n}"}],"_postman_id":"c308df00-f942-4889-a72b-369ee6faec3f"},{"name":"Request to Enable Account","id":"99a2fc3e-cd66-448c-baef-8e9257dd6aa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"requestor\": \"awsadmin\",\n    \"endpoint\": \"AWS\",\n    \"accountname\": \"000317\",\n    \"requesttype\": \"ENABLEACCOUNT\",\n    \"businessjustification\": \"test justification\"\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API creates request for enabling account in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - ENABLEACCOUNT\n<code>accountname</code>,\n<code>endpoint</code></p>\n<p>Optional params:\n <code>requestor</code>, \n <code>businessjustification</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8349e9f3-f550-4fc2-80e9-6e0d9922e238","name":"Request to Enable Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"requestor\": \"awsadmin\",\n    \"endpoint\": \"AWS\",\n    \"accountname\": \"000317\",\n    \"requesttype\": \"ENABLEACCOUNT\",\n    \"businessjustification\": \"test justification\"\n}"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bb5afb33-c490-4987-a667-e95798141641; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 21 Dec 2020 23:46:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"3110053\",\n    \"requestkey\": \"3923\",\n    \"errorCode\": 0,\n    \"message\": \"success\"\n}"}],"_postman_id":"99a2fc3e-cd66-448c-baef-8e9257dd6aa0"}],"id":"3549fbe6-ec8e-441d-a55f-747e9712ec78","_postman_id":"3549fbe6-ec8e-441d-a55f-747e9712ec78","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"AD Group Management","item":[{"name":"Request to Create ADGroup","id":"adf37288-b0ac-4d0c-ae9c-5b76925d6ab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"requestor\": \"admin\",\n    \"displayname\": \"adgrpname\",\n    \"roletype\": \"ADGroup\",\n    \"entitlementtype\": \"memberOf\",\n    \"suffix\": \"suffix25\",\n    \"requesttype\": \"create\",\n    \"category\": \"Security\",\n    \"securitysystem\": \"AD\",\n    \"endpoint\": \"AD\",\n    \"domain\": \"DC=corpAD,DC=saviynt,DC=com\",\n    \"environment\": \"Prod\",\n    \"application\": \"OU=Groups,DC=saviyntadmin,DC=com\",\n    \"owner\": [\n        {\n            \"ownername\": \"johndoe\",\n            \"rank\": \"2\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"entitlement_value\": \"CN=App9-Role9-D,CN=Users,DC=corpAD,DC=saviynt,DC=com\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create AD Group in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>accesstype</code> - roles,\n<code>roletype</code> - ADGroup,\n<code>requesttype</code> - create,\n<code>entitlementtype</code>,\n<code>endpoint</code>,\n<code>securitysystem</code>,\n<code>application</code></p>\n<p>Optional params:</p>\n<p><code>requestor</code>,\n<code>displayname</code>,\n<code>suffix</code>,\n<code>domain</code>,\n<code>category</code>,\n<code>environment</code>,\n<code>owner</code> - </p>\n<ol>\n<li><code>ownername</code> - mandatory</li>\n<li><code>rank</code></li>\n<li><code>updatetype</code> - optional, value can be 'add'</li>\n</ol>\n<p><code>entitlements</code>(will be added/removed as child entitlement) - </p>\n<ol>\n<li><code>entitlement_value</code> - mandatory</li>\n<li><code>updatetype</code> - optional, value can be 'add'</li>\n</ol>\n<p><code>parententitlements</code> - </p>\n<ol>\n<li><code>entitlement_value</code> - mandatory</li>\n<li><code>entitlementType</code></li>\n<li><code>updatetype</code> - add/remove</li>\n</ol>\n<p><code>accounts</code> - </p>\n<ol>\n<li><code>accountname</code> - mandatory</li>\n<li><code>updatetype</code> - add/remove</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0bc1a627-7352-486e-a53b-2304a37e7916","name":"Request to Create ADGroup","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"requestor\": \"admin\",\n    \"displayname\": \"adgrpname\",\n    \"roletype\": \"ADGroup\",\n    \"entitlementtype\": \"memberOf\",\n    \"suffix\": \"suffix25\",\n    \"requesttype\": \"create\",\n    \"category\": \"Security\",\n    \"securitysystem\": \"AD\",\n    \"endpoint\": \"AD\",\n    \"domain\": \"DC=corpAD,DC=saviynt,DC=com\",\n    \"environment\": \"Prod\",\n    \"application\": \"OU=Groups,DC=saviyntadmin,DC=com\",\n    \"owner\": [\n        {\n            \"ownername\": \"johndoe\",\n            \"rank\": \"2\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"entitlement_value\": \"CN=App9-Role9-D,CN=Users,DC=corpAD,DC=saviynt,DC=com\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=C3ED6B9876D692E2713CF956D0D0CE57; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=97436ef7-5f9d-465b-aa7c-fbeb27343d34; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 14 Dec 2019 06:30:17 GMT"}],"cookie":[],"responseTime":null,"body":"{    \n\t\"msg\": \"success\",\n\t\"errorCode\": 0,\n\t\"requestid\": \"6270181\",\n\t\"requestkey\": 4324\n}"}],"_postman_id":"adf37288-b0ac-4d0c-ae9c-5b76925d6ab9"},{"name":"Request to Update ADGroup","id":"16549f2d-b003-42e0-884f-891ea180f3c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"rolename\" : \"CN=suffix30,OU=Groups,DC=saviyntadmin,DC=com\", \n    \"accesstype\": \"roles\",\n    \"roletype\": \"ADGroup\",\n    \"requestor\": \"admin\",\n    \"entitlementtype\": \"memberOf\",\n    \"requesttype\": \"update\",\n    \"description\":\"testdesc12345\",\n    \"securitysystem\": \"SaviyntAD\",\n    \"endpoint\": \"SaviyntAD\",\n    \"status\": \"inactive\"\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to update AD Group in EIC.</p>\n<p>Note: This API works with role modification workflow, and does not support role modification auto approve checked.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:<br /><code>accesstype</code> - roles,<br /><code>roletype</code> - ADGroup,<br /><code>requesttype</code> - create/ update,<br /><code>entitlementtype</code>,<br /><code>rolename</code></p>\n<p>Optional params:</p>\n<p><code>requestor</code>,<br /><code>displayname</code>,<br /><code>category</code>,<br /><code>environment</code>,<br /><code>customproperty&lt;1 to 60&gt;</code>,<br /><code>application</code>,<br /><code>status</code>(active/inactive)<br /><code>owner</code> -</p>\n<ol>\n<li><code>ownername</code> - mandatory</li>\n<li><code>rank</code></li>\n<li><code>updatetype</code> - add/remove, mandatory</li>\n</ol>\n<p><code>entitlements</code>(will be added/removed as child entitlement) -</p>\n<ol>\n<li><code>entitlement_value</code> - mandatory</li>\n<li><code>updatetype</code> - add/remove, mandatory</li>\n</ol>\n<p><code>parententitlements</code> -</p>\n<ol>\n<li><code>entitlement_value</code> - mandatory</li>\n<li><code>entitlementType</code></li>\n<li><code>updatetype</code> - add/remove</li>\n</ol>\n<p><code>accounts</code> -</p>\n<ol>\n<li><code>accountname</code> - mandatory</li>\n<li><code>updatetype</code> - add/remove</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"05f41ae3-526b-4143-a4c5-c102d3919649","name":"Request to Update ADGroup","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"requestor\": \"admin\",\n    \"displayname\": \"adgrpname\",\n    \"roletype\": \"ADGroup\",\n    \"entitlementtype\": \"memberOf\",\n    \"suffix\": \"suffix25\",\n    \"requesttype\": \"create\",\n    \"category\": \"Security\",\n    \"securitysystem\": \"AD\",\n    \"endpoint\": \"AD\",\n    \"domain\": \"DC=corpAD,DC=saviynt,DC=com\",\n    \"environment\": \"Prod\",\n    \"application\": \"OU=Groups,DC=saviyntadmin,DC=com\",\n    \"owner\": [\n        {\n            \"ownername\": \"johndoe\",\n            \"rank\": \"2\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"entitlement_value\": \"CN=App9-Role9-D,CN=Users,DC=corpAD,DC=saviynt,DC=com\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=C3ED6B9876D692E2713CF956D0D0CE57; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=97436ef7-5f9d-465b-aa7c-fbeb27343d34; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 14 Dec 2019 06:30:17 GMT"}],"cookie":[],"responseTime":null,"body":"{    \n\t\"msg\": \"success\",\n\t\"errorCode\": 0,\n\t\"requestid\": \"6270181\",\n\t\"requestkey\": 4324\n}"},{"id":"15b67683-aac7-408c-85fc-10e5b904cbe7","name":"Request to Update ADGroup as inactive","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"rolename\" : \"CN=suffix30,OU=Groups,DC=saviyntadmin,DC=com\", \n    \"accesstype\": \"roles\",\n    \"roletype\": \"ADGroup\",\n    \"requestor\": \"admin\",\n    \"entitlementtype\": \"memberOf\",\n    \"requesttype\": \"update\",\n    \"description\":\"testdesc12345\",\n    \"securitysystem\": \"SaviyntAD\",\n    \"endpoint\": \"SaviyntAD\",\n    \"status\": \"inactive\"\n}"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=319E1D33CF7356EA637DAD54DE491BA4; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=61fd0028-d809-4ba2-b625-28170e5b9a93; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 18 Mar 2021 23:01:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorCode\": 0,\n    \"requestid\": \"3350111\",\n    \"requestkey\": 4026\n}"},{"id":"6eba8d59-19cc-45f7-92a9-5ed6163c743e","name":"Request to Add/Remove ADGroup to Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"securitysystem\":\"SaviyntAD\",\n   \"endpoint\":\"SaviyntAD\",\n   \"displayname\":\"adgrpname\",\n   \"requestor\":\"admin\",\n   \"requesttype\":\"update\",\n   \"accesstype\":\"roles\",\n   \"roletype\":\"ADGroup\",\n   \"entitlementtype\":\"memberOf\",\n   \"suffix\":\"test414\",\n   \"domain\":\"DC=corpAD,DC=saviynt,DC=com\",\n   \"environment\":\"dev\",\n   \"application\":\"OU=SaviyntTraining,DC=corpAD,DC=saviynt,DC=com\",\n   \"rolename\":\"CN=NewRole_ad20,OU=SaviyntTraining,DC=corpAD,DC=saviynt,DC=com\",\n   \"owners\":[\n      {\n         \"rank\":\"1\",\n         \"ownername\":\"lmcneil\",\n         \"updatetype\" :\"add\"\n      }\n   ],\n      \"accounts\":[\n      {\n         \"accountname\":\"nathaniel.mandrake\",\n         \"updatetype\" :\"add\"\n      },\n      {\n         \"accountname\":\"merril.xiao\",\n         \"updatetype\" :\"add\"\n      },\n      {\n         \"accountname\":\"margaret.norman\",\n         \"updatetype\" :\"add\"\n      },\n      {\n         \"accountname\":\"andy\",\n         \"updatetype\" :\"remove\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=57C9C8FCB87D8070B795768CFA96DE4E; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8ba49570-fdae-4c4a-b0b2-7e7abdf26c5a; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 10 Sep 2021 00:47:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success. Job is triggered to create remove access request. Job is triggered to create remove access request\",\n    \"errorCode\": 0\n}"}],"_postman_id":"16549f2d-b003-42e0-884f-891ea180f3c0"}],"id":"b134022b-fdfe-4145-a4d8-1fcadf078bf0","_postman_id":"b134022b-fdfe-4145-a4d8-1fcadf078bf0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Entitlement Based Role","item":[{"name":"Request to Create Entitlement Based Role","id":"2a2aaae0-6039-4321-affe-9cdec93cc666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": \"AD_Rashid\",\n    \"endpoint\": \"AD_Rashid\",\n    \"entitlementtype\": \"memberof\",\n    \"accesstype\": \"roles\",\n    \"requestor\": \"admin\",\n    \"requesttype\": \"Create\",\n    \"role_name\": \"CN=adGroupAshok300600,OU=DocTeamOU,OU=SaviyntTeams,DC=saviyntlabs,DC=org\",\n    \"roletype\": \"6\",\n\t\"displayname\": \"adGroupAshok300600 Display\",\n    \"description\": \"adGroupAshok300600 Description\",\n\t\"soxcritical\": \"Critical\",\n\t\"syscritical\": \"High\",\n\t\"priviliged\": \"Medium\",\n\t\"confidentiality\": \"Low\",\n    \"customproperty22\": \"Global\"\n\t}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create role of roletype \"Entitlement\", such as AzureAD/Unix Group in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:<br /><code>accesstype</code> - roles,<br /><code>roletype</code> - 6,<br /><code>requesttype</code> - create,<br /><code>entitlementtype</code>,<br /><code>endpoint</code>,<br /><code>securitysystem</code><br /><code>role_name customproperty22</code></p>\n<p>Optional params:</p>\n<p><code>requestor</code>,<br /><code>displayname</code>,<br /><code>description</code>,<br /><code>grouptype</code>,<br /><code>enablemail</code>,<br /><code>enablesecurity</code>,<br /><code>soxcritical</code>,<br /><code>syscritical</code>,<br /><code>priviliged</code>,<br /><code>confidentiality</code>,</p>\n<p>Note: From v23.8 onwards, the acceptable value for soxcritical, syscritical, priviliged and confidentiality will be critical, high, medium, low, and very low.</p>\n<p><code>requestable</code>,<br /><code>comments</code>,<br /><code>owner</code> -</p>\n<ol>\n<li><p><code>ownername</code> - mandatory</p>\n</li>\n<li><p><code>rank</code></p>\n</li>\n</ol>\n<p>Note: Owner rank should be between 1 to 5.</p>\n<ol>\n<li><code>updatetype</code> - optional, value can be 'add'</li>\n</ol>\n<p><code>entitlements</code> -</p>\n<ol>\n<li><p><code>entitlement_value</code> - mandatory</p>\n</li>\n<li><p><code>updatetype</code> - optional, value can be 'add'</p>\n</li>\n</ol>\n<p><code>parententitlements</code> -</p>\n<ol>\n<li><p><code>entitlement_value</code> - mandatory</p>\n</li>\n<li><p><code>entitlementType</code></p>\n</li>\n<li><p><code>updatetype</code> - add/remove</p>\n</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9916c356-086b-4c46-b9ab-cffbdebc7263","name":"Request to Create AzureAD Group","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"requestor\": \"admin\",\n    \"roletype\": \"6\",\n    \"entitlementtype\": \"ApplicationInstance\",\n    \"securitysystem\": \"SaviyntAzureADDev\",\n    \"endpoint\": \"SaviyntAzureADDev\",\n    \"requesttype\": \"create\",\n    \"role_name\": \"testAzure961\",\n    \"displayname\": \"testAzure961disp\",\n    \"description\": \"testAzure961desc\",\n    \"customproperty21\": \"Security\",\n    \"customproperty22\": \"1\",\n    \"customproperty23\": \"0\",\n    \"soxcritical\": \"3\",\n    \"syscritical\": \"3\",\n    \"privileged\": \"3\",\n    \"confidentiality\": \"3\",\n    \"owner\": [\n        {\n            \"ownername\": \"admin\",\n            \"rank\": \"2\",\n            \"updatetype\": \"add\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"entitlement_value\": \"AAD App Management\",\n            \"entitlementType\" : \"ApplicationInstance\"\n        }\n    ],\n    \"parententitlements\": [\n        {\n            \"entitlement_value\": \"AAD Terms Of Use\",\n            \"entitlementType\" : \"ApplicationInstance\"\n        }\n    ],\n    \"accounts\": [\n        {\n            \"accountname\": \"ABrew756@saviyntlive.onmicrosoft.com\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e97b391a-1d48-48a5-aed3-63b1b5187d00; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Dec 2020 00:35:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": 0,\n    \"requestid\": \"3110105\",\n    \"requestkey\": \"3924\"\n}"},{"id":"afc66021-7c72-4c0d-ae82-77a74de3c32d","name":"new json","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": \"AD_Rashid\",\n    \"endpoint\": \"AD_Rashid\",\n    \"entitlementtype\": \"memberof\",\n    \"accesstype\": \"roles\",\n    \"requestor\": \"admin\",\n    \"requesttype\": \"Create\",\n    \"role_name\": \"CN=adGroupAshok300600,OU=DocTeamOU,OU=SaviyntTeams,DC=saviyntlabs,DC=org\",\n    \"roletype\": \"6\",\n\t\"displayname\": \"adGroupAshok300600 Display\",\n    \"description\": \"adGroupAshok300600 Description\",\n\t\"soxcritical\": \"Critical\",\n\t\"syscritical\": \"High\",\n\t\"priviliged\": \"Medium\",\n\t\"confidentiality\": \"Low\",\n    \"customproperty22\": \"Global\"\n\t}"},"url":"https://{{url}}/ECM/{{path}}/createrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jul 2023 06:25:28 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com ; frame-src 'self' ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ae9de3e2-4c6d-48dd-b197-9b8caf147d97; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": 0,\n    \"requestid\": \"6960781\",\n    \"requestkey\": \"17731\"\n}"}],"_postman_id":"2a2aaae0-6039-4321-affe-9cdec93cc666"},{"name":"Request to Update Entitlement Based Role","id":"cb54fa6d-13a8-4822-9218-3b1752c02609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"requestor\": \"admin\",\n    \"roletype\": \"6\",\n    \"entitlementtype\": \"ApplicationInstance\",\n    \"securitysystem\": \"SaviyntAzureADDev\",\n    \"endpoint\": \"SaviyntAzureADDev\",\n    \"requesttype\": \"update\",\n    \"role_name\": \"testAzure961\",\n    \"displayname\": \"testAzure961dispUpdate\",\n    \"description\": \"testAzure961descUpdate\",\n    \"customproperty22\": \"1\",\n    \"customproperty23\": \"1\",\n    \"soxcritical\": \"3\",\n    \"syscritical\": \"3\",\n    \"privileged\": \"3\",\n    \"confidentiality\": \"3\",\n    \"owner\": [\n        {\n            \"ownername\": \"awsadmin\",\n            \"rank\": \"2\",\n            \"updatetype\": \"add\"\n        }\n    ],\n    \"accounts\": [\n        {\n            \"accountname\": \"accForAzureAD\",\n            \"updatetype\": \"add\"\n        }\n    ]\n}\n\n"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to update role of roletype \"Entitlement\", such as AzureAD/Unix Group in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:<br /><code>accesstype</code> - roles,<br /><code>roletype</code> - 6,<br /><code>requesttype</code> - update,<br /><code>entitlementtype</code>,<br /><code>endpoint</code>,<br /><code>securitysystem</code><br /><code>role_name</code></p>\n<p>Optional params:</p>\n<p><code>requestor</code>,<br /><code>displayname</code>,<br /><code>description</code>,<br /><code>grouptype</code>,<br /><code>enablemail</code>,<br /><code>enablesecurity</code>,<br /><code>soxcritical</code>,<br /><code>syscritical</code>,<br /><code>priviliged</code>,<br /><code>confidentiality</code>,<br /><code>customproperty22</code>  </p>\n<p><code>requestable</code>,<br /><code>comments</code>,<br /><code>owner</code> -</p>\n<ol>\n<li><p><code>ownername</code> - mandatory</p>\n</li>\n<li><p><code>rank</code></p>\n</li>\n<li><p><code>updatetype</code> - optional, value can be 'add'</p>\n</li>\n</ol>\n<p><code>entitlements</code> -</p>\n<ol>\n<li><p><code>entitlement_value</code> - mandatory</p>\n</li>\n<li><p><code>updatetype</code> - optional, value can be 'add'</p>\n</li>\n</ol>\n<p><code>parententitlements</code> -</p>\n<ol>\n<li><p><code>entitlement_value</code> - mandatory</p>\n</li>\n<li><p><code>entitlementType</code></p>\n</li>\n<li><p><code>updatetype</code> - add/remove</p>\n</li>\n</ol>\n<p><code>accounts</code> -</p>\n<ol>\n<li><p><code>accountname</code> - mandatory</p>\n</li>\n<li><p><code>updatetype</code> - add/remove</p>\n</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e5677566-3162-42c5-af62-b6441031a012","name":"Request to Update AzureAD Group","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"requestor\": \"admin\",\n    \"roletype\": \"6\",\n    \"entitlementtype\": \"ApplicationInstance\",\n    \"securitysystem\": \"SaviyntAzureADDev\",\n    \"endpoint\": \"SaviyntAzureADDev\",\n    \"requesttype\": \"update\",\n    \"role_name\": \"testAzure961\",\n    \"displayname\": \"testAzure961dispUpdate\",\n    \"description\": \"testAzure961descUpdate\",\n    \"customproperty22\": \"1\",\n    \"customproperty23\": \"1\",\n    \"soxcritical\": \"3\",\n    \"syscritical\": \"3\",\n    \"privileged\": \"3\",\n    \"confidentiality\": \"3\",\n    \"owner\": [\n        {\n            \"ownername\": \"awsadmin\",\n            \"rank\": \"2\",\n            \"updatetype\": \"add\"\n        }\n    ],\n    \"accounts\": [\n        {\n            \"accountname\": \"accForAzureAD\",\n            \"updatetype\": \"add\"\n        }\n    ]\n}\n\n"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=886824cb-eaef-4782-bc60-a77452223af2; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Dec 2020 01:47:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorCode\": 0,\n    \"requestid\": \"3110167\",\n    \"requestkey\": 3925\n}"}],"_postman_id":"cb54fa6d-13a8-4822-9218-3b1752c02609"},{"name":"Request to Delete Entitlement Based Role","id":"170f5418-a410-4291-a5cf-7ffa4971245e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"roletype\": \"6\",\n    \"requestor\": \"admin\",\n    \"entitlementtype\": \"ApplicationInstance\",\n    \"securitysystem\": \"SaviyntAzureADDev\",\n    \"endpoint\": \"SaviyntAzureADDev\",\n    \"requesttype\": \"delete\",\n    \"role_name\": \"testAzure961\"\n}\n\n"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to delete role of roletype \"Entitlement\", such as AzureAD/Unix Group in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>accesstype</code> - roles,\n<code>roletype</code> - 6,\n<code>requesttype</code> - delete,\n<code>entitlementtype</code>,\n<code>endpoint</code>,\n<code>securitysystem</code>\n<code>role_name</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5eba90bc-9acb-4bd1-9ce9-95b919d65531","name":"Request to Delete AzureAD/Unix Group","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"roletype\": \"6\",\n    \"requestor\": \"admin\",\n    \"entitlementtype\": \"ApplicationInstance\",\n    \"securitysystem\": \"SaviyntAzureADDev\",\n    \"endpoint\": \"SaviyntAzureADDev\",\n    \"requesttype\": \"delete\",\n    \"role_name\": \"testAzure961\"\n}\n\n"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5284224a-44ab-47c3-bfa9-6e1478d58f22; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Dec 2020 03:17:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorCode\": 0,\n    \"requestid\": \"3110232\",\n    \"statusCode\": 200\n}"}],"_postman_id":"170f5418-a410-4291-a5cf-7ffa4971245e"}],"id":"96c58f34-bdfc-471a-9252-cdd00b0b4f7d","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"4f50ded0-e46b-420f-b485-80eea1a39c40"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0edfc488-f605-495b-92f8-19920ed5c90a"}}],"_postman_id":"96c58f34-bdfc-471a-9252-cdd00b0b4f7d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Organization","item":[{"name":"Create Organization Request","id":"62f03e4f-dd3e-4b34-ad3c-e4e9ccac8f3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"organizationname\": \"TestOrg1\",\r\n\t\"username\": \"awsadmin\",\r\n\t\"description\": \"desc\",\r\n\t\"primarycontact\": \"awsadmin\",\r\n\t\"comments\": \"comment\",\r\n\t\"customproperty5\": \"cp5\",\r\n\t\"customproperty10\": \"cp10\",\r\n\t\"organizationtype\": \"request rules\",\r\n\t\"parentorganization\": \"Globex\",\r\n\t\"startdate\": \"09-21-2020\",\r\n\t\"enddate\": \"12-31-2020\",\r\n\t\"endpoints\": [\r\n\t\t{\r\n\t\t\t\"endpointname\": \"Office365\",\r\n\t\t\t\"cp1\": \"cp1\",\r\n\t\t\t\"cp2\": \"cp2\",\r\n\t\t\t\"cp3\": \"cp3\",\r\n\t\t\t\"cp4\": \"cp4\",\r\n\t\t\t\"cp5\": \"cp5\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"endpointname\": \"Salesforce\"\r\n\t\t}\r\n\t],\r\n\t\"roles\": [\r\n\t\t{\r\n\t\t\t\"rolename\": \"ADT_AdmitSuperv_MCL\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"rolename\": \"ADT_AdmitSuperv_MVH\"\r\n\t\t}\r\n\t],\r\n\t\"rules\": [\r\n\t\t{\r\n\t\t\t\"name\": \"TestJobNA\",\r\n\t\t\t\"type\": \"REQUEST\"\r\n\t\t}\r\n\t],\r\n\t\"entitlements\": [\r\n\t\t{\r\n\t\t\t\"entitlementvalue\": \"AzureADSP\",\r\n\t\t\t\"entitlementtype\": \"O365-ADGroup\",\r\n\t\t\t\"endpoint\": \"Office365\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"entitlementvalue\": \"DepartmentDynamicGroup\",\r\n\t\t\t\"entitlementtype\": \"O365-ADGroup\",\r\n\t\t\t\"endpoint\": \"Office365\"\r\n\t\t}\r\n\t],\r\n\t\"users\": [\r\n\t\t{\r\n\t\t\t\"username\": \"1000003\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"username\": \"1000005\"\r\n\t\t}\r\n\t],\r\n\t\"owners\": [\r\n\t\t{\r\n\t\t\t\"owner\": \"admin\",\r\n\t\t\t\"rank\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"owner\": \"awsadmin\",\r\n\t\t\t\"rank\": 2\r\n\t\t}\r\n\t],\r\n\t\"attributes\": [\r\n\t\t{\r\n\t\t\t\"attributegroupname\": \"dfdf\",\r\n\t\t\t\"attributes\": \"street,pincode\",\r\n\t\t\t\"value\": \"group val\",\r\n\t\t\t\"attributevalues\": {\r\n\t\t\t\t\"street\": \"treee\",\r\n\t\t\t\t\"pincode\": \"123456\"\r\n\t\t\t}\r\n\t\t}\r\n\t]\r\n}"},"url":"{{url}}/ECM/{{path}}/createOrganizationRequest","description":"<p>This API call can be used to create new organization requests.\nThe Create Organization request is shown in Request History.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>organizationname</code></p>\n<p>Optional params:</p>\n<p><code>comments</code>, <code>organizationname</code>, <code>username</code>, <code>description</code>, <code>primarycontact</code>, <code>comments</code>, <code>customproperty(1..28)</code>, <code>organizationtype</code>(data security/grouping/request rules/company), <code>parentorganization</code>(organization name), <code>startdate</code>(MM-dd-yyyy format), <code>enddate</code>(MM-dd-yyyy format),</p>\n<p><code>endpoints</code> - </p>\n<ol>\n<li><code>endpointname</code></li>\n<li><code>cp(1..5)</code></li>\n</ol>\n<p><code>roles</code> - </p>\n<ol>\n<li><code>rolename</code></li>\n</ol>\n<p><code>rules</code> - </p>\n<ol>\n<li><code>name</code></li>\n<li><code>type</code></li>\n</ol>\n<p><code>entitlements</code> -</p>\n<ol>\n<li><code>entitlementvalue</code></li>\n<li><code>entitlementtype</code></li>\n<li><code>endpoint</code></li>\n</ol>\n<p><code>owners</code> -</p>\n<ol>\n<li><code>owner</code></li>\n<li><code>rank</code></li>\n<li><code>policy</code>(can be SUPERADMIN/ADMIN/BULKADMIN/READONLY)</li>\n</ol>\n<p><code>attributes</code> -</p>\n<ol>\n<li><code>attributegroupname</code></li>\n<li><code>attributes</code></li>\n<li><code>value</code></li>\n<li><code>attributevalues</code></li>\n</ol>\n<p><code>dynamicattrsvalidation</code>(can be true/false, default : true) - If true, dynamic attributes will be validated based on the conditions defined.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createOrganizationRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"406bb387-2870-4866-a096-87a257a17050","name":"Create Organization Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"organizationname\": \"TestOrg1\",\r\n\t\"username\": \"awsadmin\",\r\n\t\"description\": \"desc\",\r\n\t\"primarycontact\": \"awsadmin\",\r\n\t\"comments\": \"comment\",\r\n\t\"customproperty5\": \"cp5\",\r\n\t\"customproperty10\": \"cp10\",\r\n\t\"organizationtype\": \"request rules\",\r\n\t\"parentorganization\": \"Globex\",\r\n\t\"startdate\": \"09-21-2020\",\r\n\t\"enddate\": \"12-31-2020\",\r\n\t\"endpoints\": [\r\n\t\t{\r\n\t\t\t\"endpointname\": \"Office365\",\r\n\t\t\t\"cp1\": \"cp1\",\r\n\t\t\t\"cp2\": \"cp2\",\r\n\t\t\t\"cp3\": \"cp3\",\r\n\t\t\t\"cp4\": \"cp4\",\r\n\t\t\t\"cp5\": \"cp5\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"endpointname\": \"Salesforce\"\r\n\t\t}\r\n\t],\r\n\t\"roles\": [\r\n\t\t{\r\n\t\t\t\"rolename\": \"ADT_AdmitSuperv_MCL\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"rolename\": \"ADT_AdmitSuperv_MVH\"\r\n\t\t}\r\n\t],\r\n\t\"rules\": [\r\n\t\t{\r\n\t\t\t\"name\": \"TestJobNA\",\r\n\t\t\t\"type\": \"REQUEST\"\r\n\t\t}\r\n\t],\r\n\t\"entitlements\": [\r\n\t\t{\r\n\t\t\t\"entitlementvalue\": \"AzureADSP\",\r\n\t\t\t\"entitlementtype\": \"O365-ADGroup\",\r\n\t\t\t\"endpoint\": \"Office365\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"entitlementvalue\": \"DepartmentDynamicGroup\",\r\n\t\t\t\"entitlementtype\": \"O365-ADGroup\",\r\n\t\t\t\"endpoint\": \"Office365\"\r\n\t\t}\r\n\t],\r\n\t\"users\": [\r\n\t\t{\r\n\t\t\t\"username\": \"1000003\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"username\": \"1000005\"\r\n\t\t}\r\n\t],\r\n\t\"owners\": [\r\n\t\t{\r\n\t\t\t\"owner\": \"admin\",\r\n\t\t\t\"rank\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"owner\": \"awsadmin\",\r\n\t\t\t\"rank\": 2\r\n\t\t}\r\n\t],\r\n\t\"attributes\": [\r\n\t\t{\r\n\t\t\t\"attributegroupname\": \"dfdf\",\r\n\t\t\t\"attributes\": \"street,pincode\",\r\n\t\t\t\"value\": \"group val\",\r\n\t\t\t\"attributevalues\": {\r\n\t\t\t\t\"street\": \"treee\",\r\n\t\t\t\t\"pincode\": \"123456\"\r\n\t\t\t}\r\n\t\t}\r\n\t]\r\n}"},"url":"{{url}}/ECM/{{path}}/createOrganizationRequest"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=2e50304d-88ee-406e-a9dc-db97315cfe66; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 30 Dec 2020 01:24:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Organization Create Request Successfully Created;\",\n    \"requestId\": \"3121470\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"62f03e4f-dd3e-4b34-ad3c-e4e9ccac8f3f"},{"name":"Update Organization Request","id":"bcd95d43-9d9e-4794-b854-24365e2cca04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"organizationname\": \"Orgreq2291RE3\",\r\n\t\"username\": \"awsadmin\",\r\n\t\"description\": \"desc\",\r\n\t\"primarycontact\": \"awsadmin\",\r\n\t\"comments\": \"comment\",\r\n\t\"customproperty5\": \"cp5update\",\r\n\t\"customproperty10\": \"cp10update\",\r\n\t\"organizationtype\": \"request rules\",\r\n\t\"parentorganization\": \"Hooli\",\r\n\t\"startdate\": \"09-21-2020\",\r\n\t\"enddate\": \"09-30-2020\",\r\n\t\"endpoints\": [\r\n\t\t{\r\n\t\t\t\"endpointname\": \"AWS\",\r\n\t\t\t\"updatetype\": \"remove\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"endpointname\": \"CyberArk\",\r\n\t\t\t\"updatetype\": \"add\"\r\n\t\t}\r\n\t],\r\n\t\"attributes\": [\r\n\t\t{\r\n\t\t\t\"groupname\": \"dfdf\",\r\n\t\t\t\"attributes\": \"street,pincode\",\r\n\t\t\t\"value\": \"group val\",\r\n\t\t\t\"attributevalues\": {\r\n\t\t\t\t\"street\": \"treee\",\r\n\t\t\t\t\"pincode\": \"123456\"\r\n\t\t\t},\r\n\t\t\t\"updatetype\": \"deletegroup\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"groupname\": \"dfdf1\",\r\n\t\t\t\"attributes\": \"street,pincode\",\r\n\t\t\t\"value\": \"group val1\",\r\n\t\t\t\"attributevalues\": {\r\n\t\t\t\t\"street\": \"treee1\",\r\n\t\t\t\t\"pincode\": \"1234561\"\r\n\t\t\t},\r\n\t\t\t\"updatetype\": \"addgroup\"\r\n\t\t}\r\n\t]\r\n}"},"url":"{{url}}/ECM/{{path}}/updateOrganizationRequest","description":"<p>This API call can be used to create update organization requests.\nThe Update Organization request is shown in Request History.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>organizationname</code></p>\n<p>Optional params:</p>\n<p><code>comments</code>, <code>organizationname</code>, <code>username</code>, <code>description</code>, <code>primarycontact</code>, <code>comments</code>, <code>customproperty(1..28)</code>, <code>organizationtype</code>(data security/grouping/request rules/company), <code>parentorganization</code>(organization name), <code>startdate</code>(MM-dd-yyyy format), <code>enddate</code>(MM-dd-yyyy format),</p>\n<p><code>endpoints</code> - </p>\n<ol>\n<li><code>endpointname</code></li>\n<li><code>cp(1..5)</code></li>\n<li><code>updatetype</code>(add/update/remove)</li>\n</ol>\n<p><code>roles</code> - </p>\n<ol>\n<li><code>rolename</code></li>\n<li><code>updatetype</code>(add/update/remove)</li>\n</ol>\n<p><code>rules</code> - </p>\n<ol>\n<li><code>name</code></li>\n<li><code>type</code></li>\n</ol>\n<p><code>entitlements</code> -</p>\n<ol>\n<li><code>entitlementvalue</code></li>\n<li><code>entitlementtype</code></li>\n<li><code>endpoint</code></li>\n<li><code>updatetype</code>(add/update/remove)</li>\n</ol>\n<p><code>owners</code> -</p>\n<ol>\n<li><code>owner</code></li>\n<li><code>rank</code></li>\n<li><code>updatetype</code>(add/update/remove)</li>\n<li><code>policy</code>(can be SUPERADMIN/ADMIN/BULKADMIN/READONLY)</li>\n</ol>\n<p><code>attributes</code> -</p>\n<ol>\n<li><code>attributegroupname</code></li>\n<li><code>attributes</code></li>\n<li><code>value</code></li>\n<li><code>attributevalues</code></li>\n<li><code>updatetype</code>(addgroup/deletegroup/updategroup)</li>\n</ol>\n<p><code>dynamicattrsvalidation</code>(can be true/false, default : true) - If true, dynamic attributes will be validated based on the conditions defined.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateOrganizationRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"03e41aa0-7929-4833-bfcf-2d362701f84a","name":"Update Organization Request","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"organizationname\": \"Orgreq2291RE3\",\r\n\t\"username\": \"awsadmin\",\r\n\t\"description\": \"desc\",\r\n\t\"primarycontact\": \"awsadmin\",\r\n\t\"comments\": \"comment\",\r\n\t\"customproperty5\": \"cp5update\",\r\n\t\"customproperty10\": \"cp10update\",\r\n\t\"organizationtype\": \"request rules\",\r\n\t\"parentorganization\": \"Hooli\",\r\n\t\"startdate\": \"09-21-2020\",\r\n\t\"enddate\": \"09-30-2020\",\r\n\t\"endpoints\": [\r\n\t\t{\r\n\t\t\t\"endpointname\": \"AWS\",\r\n\t\t\t\"updatetype\": \"remove\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"endpointname\": \"CyberArk\",\r\n\t\t\t\"updatetype\": \"add\"\r\n\t\t}\r\n\t],\r\n\t\"attributes\": [\r\n\t\t{\r\n\t\t\t\"groupname\": \"dfdf\",\r\n\t\t\t\"attributes\": \"street,pincode\",\r\n\t\t\t\"value\": \"group val\",\r\n\t\t\t\"attributevalues\": {\r\n\t\t\t\t\"street\": \"treee\",\r\n\t\t\t\t\"pincode\": \"123456\"\r\n\t\t\t},\r\n\t\t\t\"updatetype\": \"deletegroup\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"groupname\": \"dfdf1\",\r\n\t\t\t\"attributes\": \"street,pincode\",\r\n\t\t\t\"value\": \"group val1\",\r\n\t\t\t\"attributevalues\": {\r\n\t\t\t\t\"street\": \"treee1\",\r\n\t\t\t\t\"pincode\": \"1234561\"\r\n\t\t\t},\r\n\t\t\t\"updatetype\": \"addgroup\"\r\n\t\t}\r\n\t]\r\n}"},"url":"{{url}}/ECM/{{path}}/updateOrganizationRequest"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=7549fdc2-5b63-4909-af5b-ca004151e186; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 30 Dec 2020 00:01:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Organization Update Request Created;\",\n    \"requestId\": \"3120673\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"bcd95d43-9d9e-4794-b854-24365e2cca04"}],"id":"3b7d910c-1186-4dac-b992-1293feb8cc3c","_postman_id":"3b7d910c-1186-4dac-b992-1293feb8cc3c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Bulk Update","item":[{"name":"Request to Add Entitlement and Application Role to User","id":"72cb012b-ee80-4854-a658-80da256fc9bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"requesttype\": \"BULKUPDATE\",\n    \"username\": \"CDev\",\n    \"accountname\":\"CDev\",\n    \"endpoint\": \"Workday\",\n    \"securitysystem\": \"Workday\",\n    \"dynamicattr\": {\n        \"test1\": \"TEST String\"\n    },\n    \"entitlement\": [\n        {\n            \"entitlementtype\": \"Security-Groups\",\n            \"entitlementvalue\": \"1099 Analyst\",\n            \"updatetype\": \"REMOVE\",\n            \"businessjustification\": \"test business justification\"\n        },\n        {\n            \"entitlementtype\": \"Organization-Roles\",\n            \"entitlementvalue\": \"Accountant\",\n            \"updatetype\": \"ADD\",\n            \"businessjustification\": \"test business justification\"\n        }\n    ],\n    \"roles\": [\n        {\n            \"rolename\": \"workdayapprole\",\n            \"businessjustification\": \"justified\",\n            \"updatetype\": \"REMOVE\"\n        },\n        {\n            \"rolename\": \"testapprole1001\",\n            \"businessjustification\": \"justified\",\n            \"updatetype\": \"ADD\"\n        }\n    ],\n    \"checksod\": \"true\"\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create request to add entitlements and application roles to user in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - BULKUPDATE,\n<code>username</code>,\n<code>endpoint</code></p>\n<p>Optional params:\n<code>accountname</code>,\n<code>comments</code>,\n<code>requestor</code>,\n<code>createaccountifnotexists</code> - true/false,\n<code>createnewaccounttaskifnotexist</code> - true/false(if both createnewaccounttaskifnotexist and createaccountifnotexists params are passed, createaccountifnotexists is given precendence),\n<code>accountid</code> - can be used if <code>createaccountifnotexists</code> is true,\n<code>checksod</code> - true/false, default value is false, this can be used to check basic sod,\n<code>accountnamefromrule</code> - true/false, can be used if <code>createaccountifnotexists</code>/<code>createnewaccounttaskifnotexist</code> is true,\n<code>securitysystem</code>,\n<code>entitlement</code> -</p>\n<p>If using older versions of SSM - </p>\n<p>entitlementType=entitlementValue</p>\n<p>If using SSM 5.2 or newer - </p>\n<p>\"entitlement\":[\n    {\"entitlementtype\":\"---\",\"entitlementvalue\":\"---\", \"startdate\":\"MM-dd-yyyy\", \"enddate\":\"MM-dd-yyyy\",\"businessjustification\":\"---\"}\n]\n(<code>updatetype</code>(ADD/REMOVE), <code>startdate</code>, <code>enddate</code> and <code>businessjustification</code> are Optional params),</p>\n<p><code>roles</code> -</p>\n<ol>\n<li><code>rolename</code></li>\n<li><code>updatetype</code>(ADD/REMOVE)</li>\n<li><code>startdate</code> (optional, expected date format - MM-dd-yyyy)</li>\n<li><code>enddate</code> (optional, expected date format - MM-dd-yyyy)</li>\n<li><code>businessJustification</code> (optional)</li>\n</ol>\n<p><code>dynamicattr</code> - { \"attrname\" : \"attrvalue\", .. }</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dd46e632-beb8-4bbf-b684-67ef7a9cd75b","name":"Request to Add Entitlement and Application Role to User","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requesttype\": \"BULKUPDATE\",\n    \"username\": \"CDev\",\n    \"accountname\":\"CDev\",\n    \"endpoint\": \"Workday\",\n    \"securitysystem\": \"Workday\",\n    \"dynamicattr\": {\n        \"test1\": \"TEST String\"\n    },\n    \"entitlement\": [\n        {\n            \"entitlementtype\": \"Security-Groups\",\n            \"entitlementvalue\": \"1099 Analyst\",\n            \"updatetype\": \"REMOVE\",\n            \"businessjustification\": \"test business justification\"\n        },\n        {\n            \"entitlementtype\": \"Organization-Roles\",\n            \"entitlementvalue\": \"Accountant\",\n            \"updatetype\": \"ADD\",\n            \"businessjustification\": \"test business justification\"\n        }\n    ],\n    \"roles\": [\n        {\n            \"rolename\": \"workdayapprole\",\n            \"businessjustification\": \"justified\",\n            \"updatetype\": \"REMOVE\"\n        },\n        {\n            \"rolename\": \"testapprole1001\",\n            \"businessjustification\": \"justified\",\n            \"updatetype\": \"ADD\"\n        }\n    ],\n    \"checksod\": \"true\"\n}"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=be75882f-7b89-43cf-b447-80bade68397c; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Jun 2021 23:45:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"RequestId\": \"3820295\",\n    \"requestkey\": \"4140\",\n    \"errorCode\": \"0\",\n    \"sod\": \"false\"\n}"}],"_postman_id":"72cb012b-ee80-4854-a658-80da256fc9bd"}],"id":"9f5178a8-a26b-48d9-b919-49f805f1f5a5","_postman_id":"9f5178a8-a26b-48d9-b919-49f805f1f5a5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Create Auto-approved Request","id":"ff1f336f-c1d4-48c4-bbd6-20f7a5d179bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"username\":\"dbailey\",\r\n\"requestor\":\"admin\",\r\n\"comments\":\"add comment\",\r\n\"requestaccess\":[\r\n\t{\"endpoint\":\"System1\",\r\n\t\"securitysystem\":\"System1\",\r\n\t\"requesttype\":\"2\",\r\n\t\"accountname\":\"dbailey\",\r\n\t\"requestaccessattr\" : \r\n     \t[ \r\n     \t\"DynamicAttr1####dynamicAttrValue1\",\r\n\t\t\"DynamicAttr2####dynamicAttrValue2\"\r\n\t\t] , \r\n\t\"entitlement\" : { \r\n\t\t\"REMOVE\" : [ \r\n\t\t\"entitlementtype1####entitlementvalue1\" \r\n\t\t],\r\n\t\t\"ADD\" : [ \r\n\t\t\"entitlementtype2####entitlementvalue2\" \r\n\t\t]\r\n\t}\r\n\t}]\r\n}"},"url":"{{url}}/ECM/{{path}}/createautoapprovedrequest","description":"<p>This API call can be used to auto-approve requests for a particular endpoint and security system. These requests can be used to create, update, or delete types of entitlement requests.\nThe auto-approved request is shown in Request History.</p>\n<p>Note: There should be a workflow with grant access already created with ‘AUTOAPPROVAL’ name and the workflow should be added to externalconfig.properties file with below details:\nsav.autoapprovalwfname=AUTOAPPROVAL.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>username</code>,\n<code>requestor</code>,\n<code>requestaccess</code> - [endpoint,securitysystem, requesttype, accountname]</p>\n<p>Optional params:\n<code>comments</code>,\n<code>requestaccess</code> - [entitlement (entitlement.ADD, entitlement.REMOVE), requestaccessattr]</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createautoapprovedrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f374a117-1365-46d5-94a8-7c68631a1ce3","name":"Create Auto-approved Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"username\":\"dbailey\",\r\n\"requestor\":\"admin\",\r\n\"comments\":\"add comment\",\r\n\"requestaccess\":[\r\n\t{\"endpoint\":\"System1\",\r\n\t\"securitysystem\":\"System1\",\r\n\t\"requesttype\":\"2\",\r\n\t\"accountname\":\"dbailey\",\r\n\t\"requestaccessattr\" : \r\n     \t[ \r\n     \t\"DynamicAttr1####dynamicAttrValue1\",\r\n\t\t\"DynamicAttr2####dynamicAttrValue2\"\r\n\t\t] , \r\n\t\"entitlement\" : { \r\n\t\t\"REMOVE\" : [ \r\n\t\t\"entitlementtype1####entitlementvalue1\" \r\n\t\t],\r\n\t\t\"ADD\" : [ \r\n\t\t\"entitlementtype2####entitlementvalue2\" \r\n\t\t]\r\n\t}\r\n\t}]\r\n}"},"url":"{{url}}/ECM/{{path}}/createautoapprovedrequest","description":"This API call can be used to auto-approve requests for a particular endpoint and security system. These requests can be used to create, update, or delete types of entitlement requests.\r\nThe auto-approved request is shown in Request History.\r\n\r\nNote: There should be a workflow with grant access already created with ‘AUTOAPPROVAL’ name and the workflow should be added to externalconfig.properties file with below details:\r\nsav.autoapprovalwfname=AUTOAPPROVAL.\r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nMandatory params:\r\n`username`,\r\n`requestor`,\r\n`requestaccess` - [endpoint,securitysystem, requesttype, accountname]\r\n\r\nOptional params:\r\n`comments`,\r\n`requestaccess` - [entitlement (entitlement.ADD, entitlement.REMOVE), requestaccessattr]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 17 Aug 2018 19:25:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=6c10284a-9630-47f5-867e-4670bb62fe38; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"B2727F9928B82B70BFB01AB5FF30BF3B","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"6c10284a-9630-47f5-867e-4670bb62fe38","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"errorCode\": \"0\",\n    \"message\": \"SUCCESS\",\n    \"RequestId\" : \"10122\"\n}"}],"_postman_id":"ff1f336f-c1d4-48c4-bbd6-20f7a5d179bd"},{"name":"Create Birthright Request","id":"aee6d094-50cc-4a04-b088-74d81281161b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"REQUESTTYPE","value":"1","type":"text"},{"key":"COMMENTS","value":"test","type":"text"},{"key":"USERNAME","value":"dbailey","type":"text"},{"key":"ACCOUNTNAME","value":"dbailey","type":"text"},{"key":"SYSTEMNAME","value":"System1","type":"text"},{"key":"ENDPOINTS","value":"System1","type":"text"},{"key":"entitlement","value":"testent","type":"text"},{"key":"APPROVER","value":"admin","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createbirthrightrequest","description":"<p>This method creates \"Request\" record for a new user in SSM. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:\n<code>SAVUSERNAME</code> - in header,\n<code>REQUESTTYPE</code>,\n<code>REQUESTER</code>,\n<code>COMMENTS</code>,\n<code>USERNAME</code>,\n<code>startdate</code>,\n<code>enddate</code>,\n<code>SYSTEMNAME</code>,\n<code>ENDPOINTS</code>,\n<code>entitlement</code>,\n<code>APPROVER</code>,\n<code>ACCOUNTNAME</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createbirthrightrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c28f3913-9032-42cc-8741-8f2e4b7dfdff","name":"Create Birthright Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"REQUESTTYPE","value":"1","type":"text"},{"key":"COMMENTS","value":"test","type":"text"},{"key":"USERNAME","value":"dbailey","type":"text"},{"key":"ACCOUNTNAME","value":"dbailey","type":"text"},{"key":"SYSTEMNAME","value":"System1","type":"text"},{"key":"ENDPOINTS","value":"System1","type":"text"},{"key":"entitlement","value":"testent","type":"text"},{"key":"APPROVER","value":"admin","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createbirthrightrequest","description":"This method creates \"Request\" record for a new user in SSM. \n\nThe `Authorization` must have `Bearer` followed by `Token`.\n\nOptional params:\n`SAVUSERNAME` - in header,\n`REQUESTTYPE`,\n`REQUESTER`,\n`COMMENTS`,\n`USERNAME`,\n`startdate`,\n`enddate`,\n`SYSTEMNAME`,\n`ENDPOINTS`,\n`entitlement`,\n`APPROVER`,\n`ACCOUNTNAME`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 00:20:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=d00e2f97-ae81-4212-b50c-ce527b38af19; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"404C567A87B2C1ABE9B817D9E5B834C3","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"d00e2f97-ae81-4212-b50c-ce527b38af19","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"errorCode\": \"0\",\n    \"message\": \"Success\",\n    \"requestId\": \"579652\"\n}"}],"_postman_id":"aee6d094-50cc-4a04-b088-74d81281161b"}],"id":"65f1db6d-79ee-4904-877e-5509205330a2","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a22a78bd-a780-4ace-bc0f-b24c407be647"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0d25bd83-3238-4385-8480-006527b899bb"}}],"_postman_id":"65f1db6d-79ee-4904-877e-5509205330a2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Update Existing Request","item":[{"name":"Add Approver to existing Request","id":"e7edb8aa-1b85-4d32-8a88-84bee6e4819d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"requestor\" : \"admin\",\r\n\t\"updateapprover\" : \"johndoe\",\r\n\t\"requestkey\" : \"3363,3364\"\r\n}"},"url":"{{url}}/ECM/{{path}}/updateRequest","description":"<p>This API can be used to add approver to existing request in <code>SSM</code>.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>requestkey</code> - comma seprated requestkeys</p>\n<p><code>requestor</code> - user who is updating the request</p>\n<p>Optional params:</p>\n<p><code>updateapprover</code> - username of the new approver </p>\n<p><code>originalassignee</code> - username of old approver</p>\n<p><code>removeoriginalassignee</code> - true/false(default), if false then the original assignee will remain one of the approvers,\nIf <code>originalassignee</code> is not passed then <code>requestor</code> will be considered as original assignee.</p>\n<p><code>comments</code>,</p>\n<p><code>allowreassign</code> - true/false (default is false)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bac4e847-8c4d-4f17-93d3-948e00a4fd56","name":"updateRequest","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"requestor\" : \"dbailey\",\r\n\t\"updateapprover\" : \"johndoea\",\r\n\t\"requestkey\" : \"3363\"\r\n}"},"url":"{{url}}/ECM/{{path}}/updateRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=72bdb5dd-33c7-4ba9-991a-6e194bbcb0e5; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Apr 2019 23:35:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"e7edb8aa-1b85-4d32-8a88-84bee6e4819d"},{"name":"Add Comments to existing Request","id":"a606d1a3-1dce-481c-a289-fac4182f1d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"requestor\" : \"admin\",\r\n\t\"requestkey\" : \"4134,4129\",\r\n\t\"comments\": \"test add comment multi123\",\r\n    \"addcomments\": \"true\",\r\n\t\"updateapprover\":\"U125555\"\r\n}"},"url":"{{url}}/ECM/{{path}}/updateRequest","description":"<p>This API can be used to add comments to existing request in <code>SSM</code>.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>requestkey</code> - comma seprated requestkeys</p>\n<p><code>requestor</code> - user who is updating the request</p>\n<p>Optional params:</p>\n<p><code>comments</code>,</p>\n<p><code>addcomments</code>(true/false, default : false) - If addcomments is true, only comments are updated and not updateapprover</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b588fd1c-9db3-4bb0-b2ed-585405510876","name":"Add Comments to existing Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"requestor\" : \"admin\",\r\n\t\"requestkey\" : \"4134,4129\",\r\n\t\"comments\": \"test add comment multi123\",\r\n    \"addcomments\": \"true\",\r\n\t\"updateapprover\":\"U125555\"\r\n}"},"url":"{{url}}/ECM/{{path}}/updateRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=1eae9a2d-290d-44de-bcf9-3d74760832f7; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Jun 2021 17:46:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"a606d1a3-1dce-481c-a289-fac4182f1d03"},{"name":"Add Dynamic Attributes and Entitlements to existing Request","id":"e77c3232-bd30-4d3b-bc21-09f884d540bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"requestor\": \"lmcneil\",\r\n\t\"requestkey\": \"58\",\r\n\t\"comments\": \"test multiple requestkey\",\r\n\t\"dynamicattributes\": [\r\n\t\t{\r\n\t\t\t\"attribute\": \"Organization\",\r\n\t\t\t\"value\": \"test str\"\r\n\t\t}\r\n\t],\r\n\t\"entitlements\": [\r\n\t\t{\r\n\t\t\t\"entitlementvalue\": \"Absence Administrator (Absence_Administrator)\",\r\n\t\t\t\"action\": \"add\",\r\n\t\t\t\"entitlementtype\": \"Security-Groups\",\r\n\t\t\t\"comments\": \"test api 1\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"entitlementvalue\": \"Absence Calculations Administrator (Absence_Calculations_Administrator)\",\r\n\t\t\t\"action\": \"add\",\r\n\t\t\t\"entitlementtype\": \"Security-Groups\",\r\n\t\t\t\"comments\": \"test api 2\"\r\n\t\t}\r\n\t]\r\n}"},"url":"{{url}}/ECM/{{path}}/updateRequest","description":"<p>This API can be used to add dynamic attributes and add/remove entitlements to existing request in <code>SSM</code>.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>requestkey</code> - comma seprated requestkeys</p>\n<p><code>requestor</code> - user who is updating the request</p>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n<p><code>dynamicattributes</code> - </p>\n<ol>\n<li><code>attribute</code></li>\n<li><code>value</code></li>\n</ol>\n<p><code>entitlements</code> -</p>\n<ol>\n<li><code>entitlement_value</code></li>\n<li><code>entitlementtype</code></li>\n<li><code>comments</code></li>\n<li><code>action</code> - add/remove</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"44cb8fa6-71c2-401a-9317-0eea0fa8a0e8","name":"Add Dynamic Attributes and Entitlements to existing Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"requestor\": \"lmcneil\",\r\n\t\"requestkey\": \"58\",\r\n\t\"comments\": \"test multiple requestkey\",\r\n\t\"dynamicattributes\": [\r\n\t\t{\r\n\t\t\t\"attribute\": \"Organization\",\r\n\t\t\t\"value\": \"test str\"\r\n\t\t}\r\n\t],\r\n\t\"entitlements\": [\r\n\t\t{\r\n\t\t\t\"entitlementvalue\": \"Absence Administrator (Absence_Administrator)\",\r\n\t\t\t\"action\": \"add\",\r\n\t\t\t\"entitlementtype\": \"Security-Groups\",\r\n\t\t\t\"comments\": \"test api 1\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"entitlementvalue\": \"Absence Calculations Administrator (Absence_Calculations_Administrator)\",\r\n\t\t\t\"action\": \"add\",\r\n\t\t\t\"entitlementtype\": \"Security-Groups\",\r\n\t\t\t\"comments\": \"test api 2\"\r\n\t\t}\r\n\t]\r\n}"},"url":"{{url}}/ECM/{{path}}/updateRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8a56ec8d-a73d-4fd4-b58d-7cb6d0034075; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Jul 2020 22:13:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"requestkey\": \"86\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"e77c3232-bd30-4d3b-bc21-09f884d540bb"},{"name":"Upload Attachment to existing Request","id":"588a3f7e-c751-40d1-b139-7d61cfb8a477","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"requestkey","value":"3364","type":"text"}]},"url":"{{url}}/ECM/{{path}}/updateRequest","description":"<p>This API can be used to attach a file to an existing request in <code>SSM</code>.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>requestkey</code></p>\n<p><code>file</code> (In Postman, select form-data for body type. Pass \"file\" in key, select the type as File, and upload the file in the value).</p>\n<p><em><strong>Note</strong></em>: File type needs to be configured as allowed file type in Saviynt.</p>\n<p><em><strong>Note</strong></em>: Starting with Release v24.3, EIC performs a virus scan of the selected file prior to upload to ensure it is free from any threats. If a virus is detected during the scanning process and the uploaded file is found to be infected, an error message is displayed.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b659fce5-5e77-4ca2-bfcf-de8b4badd7ee","name":"updateRequest Attachment","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]},{"key":"requestkey","value":"3364","type":"text"}]},"url":"{{url}}/ECM/{{path}}/updateRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"WWW-Authenticate","value":"Bearer error=\"invalid_token\""},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 24 Apr 2019 23:53:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"588a3f7e-c751-40d1-b139-7d61cfb8a477"}],"id":"2e3f79a4-9b01-415e-892c-ec1a8c1e970c","_postman_id":"2e3f79a4-9b01-415e-892c-ec1a8c1e970c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Request History","item":[{"name":"Fetch Request History (my pending requests)","id":"60f34e73-86f8-4627-a5ff-b13bcad6169c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"username\":\"admin\",\r\n\t\"firstname\":\"Mary\",\r\n\t\"max\":\"1\",\r\n\t\"exactmatch\": \"true\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchRequestHistory","description":"<p>This API call can be used to fetch the request history of all the requests submitted by an user.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:</p>\n<p><code>username</code> - loggedinuser in Saviynt</p>\n<p>Optional params: </p>\n<p><code>status</code> - OPEN/DRAFT/INPROCESS/COMPLETED/EXPIRED/DISCONTINUED. For example: as a list [\"open\",\"expired\"] or a single status like \"open\",</p>\n<p><code>requestkey</code>,\n<code>requestedfor</code>,\n<code>requestedby</code>,</p>\n<p><code>sort</code> - requestsubmittedon/duedate/requestid,</p>\n<p><code>order</code> - asc or desc,</p>\n<p><code>requestid</code>,\n<code>duedatestart</code>(MM/dd/yyyy),\n<code>duedateend</code>(MM/dd/yyyy),\n<code>submitdatestart</code>(MM/dd/yyyy),\n<code>submitdateend</code>(MM/dd/yyyy),\n<code>endpoint</code>,\n<code>securitysystem</code>,</p>\n<p><code>firstname</code> (requestedfor user),</p>\n<p><code>lastname</code> (requestedfor user),</p>\n<p><code>assignee</code> - list of usernames,</p>\n<p><code>requesttype</code> - list of requesttypes, (ADD,UPDATEACCOUNT,NEWACCOUNT,DEL,NEWROLEREQUEST,CREATEROLE,MODIFYROLE,CREATEUSER,UPDATEUSER,EXTENDACCESS etc),</p>\n<p><code>approvedby</code> - list of usernames,</p>\n<p><code>rejectedby</code> - list of usernames,</p>\n<p><code>max</code>, <code>offset</code>,</p>\n<p><code>showentitlementdetails</code> - true/false,</p>\n<p><code>entresponsefields</code> - if <code>showentitlementdetails</code> is true, sample - \"entresponsefields\":[\"description\",\"soxcritical\",\"customproperty1\",\"syscritical\",\"risk\",\"privileged\",\"status\",\"confidentiality\"]</p>\n<p><code>exactmatch</code>(true/false) -  If true, returns records for which value of requestedfor, firstname, lastname fields matches exactly.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchRequestHistory"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3c2319c6-4bc1-4b9f-a14e-bca52cbbb0a4","name":"Fetch Request History (my pending requests)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"username\":\"admin\",\r\n\t\"status\" : [\"open\",\"expired\",\"completed\"],\r\n\t\"max\":\"1\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchRequestHistory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bea6a1b3-21f4-480b-8581-3efbc237a54c; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 23 Dec 2020 01:45:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"totalcount\": 3693,\n    \"count\": 1,\n    \"errorCode\": \"0\",\n    \"requests\": [\n        {\n            \"requestid\": \"290037\",\n            \"reqkey\": \"3\",\n            \"requesttype\": \"New Account\",\n            \"requestor\": \"Saviynt AdminUser (admin)\",\n            \"requestedfor\": \"Abhishek Srinivasan (asrinivasan)\",\n            \"requestsubmittedon\": \"2017-07-21 06:22:50\",\n            \"duedate\": \"2017-07-31 06:22:50\",\n            \"status\": \"Completed  \",\n            \"assignee\": \"\",\n            \"endpoints\": \"Okta\",\n            \"endpointname\": \"Okta\",\n            \"requestandtaskstatus\": \"Request completed, Task completed\"\n        }\n    ]\n}"},{"id":"7ad074ce-439b-4f4e-920e-04582f09b391","name":"Fetch Request History (my pending requests) - exactmatch param","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"username\":\"admin\",\r\n\t\"firstname\":\"Mary\",\r\n\t\"max\":\"1\",\r\n\t\"exactmatch\": \"true\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchRequestHistory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9630d501-3b01-42f4-8689-d1b382bdc4b3; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Jun 2021 19:43:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"totalcount\": 1,\n    \"count\": 1,\n    \"errorCode\": \"0\",\n    \"requests\": [\n        {\n            \"requestid\": \"390110\",\n            \"reqkey\": \"84\",\n            \"requesttype\": \"Revoke Access\",\n            \"requestor\": \"Saviynt AdminUser (admin)\",\n            \"requestedfor\": \"Mary Morse (U025357)\",\n            \"requestsubmittedon\": \"2017-08-24 09:48:06\",\n            \"duedate\": \"2017-09-03 09:48:06\",\n            \"status\": \"Completed \",\n            \"assignee\": \"\",\n            \"endpoints\": \"ActiveDirectory, System\",\n            \"endpointname\": \"ActiveDirectory, System\",\n            \"requestandtaskstatus\": \"\"\n        }\n    ]\n}"}],"_postman_id":"60f34e73-86f8-4627-a5ff-b13bcad6169c"},{"name":"Fetch Request History Details","id":"85b8ad49-a7c2-49af-aa70-b95e374daa43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"requestkey","value":"387","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchRequestHistoryDetails","description":"<p>This API call can be used to fetch the request history details of a request.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requestkey</code></p>\n<p>Optional params:\n<code>taskmetadatalength</code> - Modifies the character limit of provisioning comments and provisioning metadata upto maximum of 10000.\n<code>hideblankapprovername</code> - If true, prevents printing the firstname/lastname if null in the \"State\" field(Default : false)</p>\n<p><em><strong>Note</strong></em> - Provisioning comments in the response will be limited to 200 characters. Provisioning metadata in the response will be limited to 400 characters.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchRequestHistoryDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d6946963-b708-472d-b73c-805d04e75a29","name":"Fetch Request History Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"requestkey","value":"387","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchRequestHistoryDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=1C4FF5EF8A0F4623136D364092AC2F43; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=1d2cc8f3-9877-4cd0-99e6-cb2b05841e87; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 16 Sep 2021 19:51:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestHistoryDetails\": {\n        \"comments\": null,\n        \"Owner\": [\n            {\n                \"Entitlement Type\": \"AADGroup\",\n                \"Assignee\": \"Saviynt AdminUser (admin)\",\n                \"Start Date\": \"2018-08-23 06:12:25\",\n                \"Approve Date\": \"\",\n                \"Endpoint\": \"Office365\",\n                \"State\": \"Rejected (Saviynt AdminUser(admin))\",\n                \"Business Justification\": \"Entitlement added as part of Modify Role-[ProjectManager] Request Auto Approved  CREATED_SNOW::::REQ0010161::::555cfda30f0363007c378f8ce1050e70::::625cfda30f0363007c378f8ce1050ea2:::: null\",\n                \"endpointname\": \"Office365\",\n                \"Access\": \"Account Operators\",\n                \"Request Type\": \"Request for Access\",\n                \"Entitlement value\": \"CN=Account Operators,CN=Builtin,DC=corpAD,DC=saviynt,DC=com\"\n            },\n            {\n                \"Entitlement Type\": \"\",\n                \"Assignee\": \"Saviynt AdminUser (admin)\",\n                \"Start Date\": \"2018-08-23 06:12:26\",\n                \"Approve Date\": \"\",\n                \"Endpoint\": \"\",\n                \"State\": \"Rejected (Saviynt AdminUser(admin))\",\n                \"Business Justification\": \"Approval Request for Update Role Auto Approved  CREATED_SNOW::::REQ0010161::::555cfda30f0363007c378f8ce1050e70::::625cfda30f0363007c378f8ce1050ea2:::: null\",\n                \"endpointname\": \"\",\n                \"Access\": \"ProjectManager\",\n                \"Request Type\": \"Update Role\"\n            }\n        ],\n        \"requestAccessDetails\": [\n            {\n                \"Entitlement Type\": \"AADGroup\",\n                \"comments\": \"Entitlement added as part of Modify Role-[ProjectManager] Request Auto Approved  CREATED_SNOW::::REQ0010161::::555cfda30f0363007c378f8ce1050e70::::625cfda30f0363007c378f8ce1050ea2:::: null\",\n                \"requestkey\": \"387\",\n                \"Access\": \"Account Operators\",\n                \"parentrequestkey\": \"724\",\n                \"Start Date\": \"2018-08-23 06:11:53\",\n                \"request_accesskey\": \"725\",\n                \"Endpoint\": \"Office365\",\n                \"End Date\": \"\",\n                \"endpointname\": \"Office365\",\n                \"Request Type\": \"Request for Access\",\n                \"Entitlement value\": \"CN=Account Operators,CN=Builtin,DC=corpAD,DC=saviynt,DC=com\",\n                \"status\": \"Task Created\"\n            },\n            {\n                \"Entitlement Type\": \"\",\n                \"Start Date\": \"2018-08-23 06:11:53\",\n                \"request_accesskey\": \"724\",\n                \"comments\": \"Approval Request for Update Role Auto Approved  CREATED_SNOW::::REQ0010161::::555cfda30f0363007c378f8ce1050e70::::625cfda30f0363007c378f8ce1050ea2:::: null\",\n                \"Endpoint\": \"\",\n                \"End Date\": \"2018-09-02 06:11:53\",\n                \"requestkey\": \"387\",\n                \"endpointname\": \"\",\n                \"Access\": \"ProjectManager\",\n                \"Request Type\": \"Update Role\",\n                \"parentrequestkey\": \"\",\n                \"status\": \"Task Created\"\n            }\n        ],\n        \"Owners Manager\": [\n            {\n                \"Entitlement Type\": \"AADGroup\",\n                \"Assignee\": \"aws Rachels (awsadmin)\",\n                \"Start Date\": \"2018-08-23 06:11:53\",\n                \"Approve Date\": \"2018-08-23 06:12:25\",\n                \"Endpoint\": \"Office365\",\n                \"State\": \"Rejected (Saviynt AdminUser(admin))\",\n                \"Business Justification\": \"Entitlement added as part of Modify Role-[ProjectManager] Request Auto Approved  CREATED_SNOW::::REQ0010161::::555cfda30f0363007c378f8ce1050e70::::625cfda30f0363007c378f8ce1050ea2:::: null\",\n                \"endpointname\": \"Office365\",\n                \"Access\": \"Account Operators\",\n                \"Request Type\": \"Request for Access\",\n                \"Entitlement value\": \"CN=Account Operators,CN=Builtin,DC=corpAD,DC=saviynt,DC=com\"\n            },\n            {\n                \"Entitlement Type\": \"\",\n                \"Assignee\": \"aws Rachels (awsadmin)\",\n                \"Start Date\": \"2018-08-23 06:11:53\",\n                \"Approve Date\": \"2018-08-23 06:12:26\",\n                \"Endpoint\": \"\",\n                \"State\": \"Rejected (Saviynt AdminUser(admin))\",\n                \"Business Justification\": \"Approval Request for Update Role Auto Approved  CREATED_SNOW::::REQ0010161::::555cfda30f0363007c378f8ce1050e70::::625cfda30f0363007c378f8ce1050ea2:::: null\",\n                \"endpointname\": \"\",\n                \"Access\": \"ProjectManager\",\n                \"Request Type\": \"Update Role\"\n            }\n        ],\n        \"dynamicattributes\": [],\n        \"requestor\": \"admin\",\n        \"requestedfor\": \"admin\",\n        \"requestId\": \"710733\"\n    },\n    \"msg\": \"SUCCESS\",\n    \"tabList\": [\n        \"comments\",\n        \"Owner\",\n        \"Owners Manager\",\n        \"dynamicattributes\",\n        \"requestor\",\n        \"requestedfor\"\n    ],\n    \"count\": 8,\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"85b8ad49-a7c2-49af-aa70-b95e374daa43"},{"name":"Cancel Pending Request","id":"2286763e-358c-4234-a2f6-eba18540a8c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"requestor\":\"admin\",\n\"requestkey\":\"2973\",\n\"comments\":\"discontinue comments\"\n}"},"url":"{{url}}/ECM/{{path}}/cancelPendingRequest","description":"<p>This API discontinues an open request in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>requestkey</code> <code>requestor</code></p>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","cancelPendingRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2e60df88-902c-4a79-a71c-8c1e83c73883","name":"Cancel Pending Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\"requestor\":\"admin\",\n\"requestkey\":\"2973\",\n\"comments\":\"testing now\"\n}"},"url":{"raw":"{{url}}/ECM/{{path}}/cancelPendingRequest?=","host":["{{url}}"],"path":["ECM","{{path}}","cancelPendingRequest"],"query":[{"key":"","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=22600223-b70d-47bf-9f1f-16dabe2506e8; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 08 Oct 2018 19:17:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"2286763e-358c-4234-a2f6-eba18540a8c3"}],"id":"148645de-db2c-437a-b946-3c510abeb6bd","_postman_id":"148645de-db2c-437a-b946-3c510abeb6bd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Request Approval","item":[{"name":"Get List of Pending Requests for Approver","id":"12623ed0-b2e7-48e2-827d-358b3e169c7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"SAVUSERNAME","value":"admin"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"max\":\"2\"\n}"},"url":"{{url}}/ECM/{{path}}/getPendingRequests","description":"<p>This method returns a list of \"Pending Requests\" for approver in SSM</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Header params:\n<code>SAVUSERNAME</code> - logged-in user</p>\n<p>Optional params:\n<code>requestkey</code>,\n<code>assignee</code>,\n<code>max</code>,\n<code>offset</code>,\n<code>requestid</code>,\n<code>requestedfor</code>,\n<code>requestedby</code>,\n<code>firstname</code>,\n<code>lastname</code>,\n<code>sort</code> - requestsubmittedon/duedate/requestid/requestkey,\n<code>order</code> - asc/desc,\n<code>submitdatestart</code>,\n<code>submitdateend</code>,\n<code>duedatestart</code>,\n<code>duedateend</code>,\n<code>requestcomments</code>,\n<code>requestorigin</code>,\n<code>endpoint</code> - list of endpoints,\n<code>securitysystem</code> - list of securitysystems,\n<code>assigneeuserkey</code> - list of assignee userkeys,\n<code>assigneeusername</code> - list of usernames,\n<code>requesttype</code> - list of requesttypes,\n<code>entitlementvaluekey</code> - list of entitlement value keys.</p>\n<p><em><strong>Note</strong></em> : Searchable dates in the format MM/dd/yyyy.<br />Sample for list of items - [\"value1\",\"value2\"]</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getPendingRequests"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"76c3047a-cd0b-4044-82eb-872201764de4","name":"Get List of Pending Requests for Approver","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"SAVUSERNAME","value":"admin"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"max\":\"2\"\n}"},"url":"{{url}}/ECM/{{path}}/getPendingRequests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=2de0e325-6a67-4357-bce8-65622c086b9a; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2019 22:20:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"total\": 586,\n    \"approverejectall\": \"true\",\n    \"displayCount\": 2,\n    \"errorCode\": \"0\",\n    \"results\": [\n        {\n            \"requestid\": \"2890001\",\n            \"requestkey\": 2747,\n            \"requesttype\": \"Enterprise Role Request\",\n            \"requestor\": \"Tabitha Bowers (tbowers)\",\n            \"requestee\": \"fn ln (admin)\",\n            \"requestdate\": \"2017-10-12 00:10:59\",\n            \"duedate\": \"2017-10-26 00:10:59\",\n            \"activityname\": \"1st UG\",\n            \"assignee\": \"Shania Marquez (smarquez), Cody Richards(crichards), (USASOQ), Brielle Harrell(bharrell)\",\n            \"endpoints\": \"\",\n            \"sod\": \"false\"\n        },\n        {\n            \"requestid\": \"2980254\",\n            \"requestkey\": 2787,\n            \"requesttype\": \"Enterprise Role Request\",\n            \"requestor\": \"Tabitha Bowers (tbowers)\",\n            \"requestee\": \"fn ln (admin)\",\n            \"requestdate\": \"2017-10-23 21:50:50\",\n            \"duedate\": \"2017-11-06 21:50:50\",\n            \"activityname\": \"1st UG\",\n            \"assignee\": \"Shania Marquez (smarquez), Cody Richards(crichards)\",\n            \"endpoints\": \"\",\n            \"sod\": \"false\"\n        }\n    ]\n}"}],"_postman_id":"12623ed0-b2e7-48e2-827d-358b3e169c7e"},{"name":"Fetch Request Approval Details","id":"b1605479-8787-4dd1-8aeb-2fff7ed6031e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"requestKey\":\"387\",\n\t\"userName\":\"admin\",\n\t\"entresponsefields\":[\"description\",\"soxcritical\",\"customproperty1\",\"soxcritical\",\"risk\",\"priviliged\",\"status\",\"confidentiality\"]\n}"},"url":"{{url}}/ECM/{{path}}/fetchRequestApprovalDetails","description":"<p>This method returns approval details for a given \"RequestId\" (provided in <code>requestKey</code> parameter) and approver (approver provided in <code>userName</code> parameter)</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: </p>\n<p><code>requestKey</code>,\n<code>userName</code> - approver username</p>\n<p>Optional params:</p>\n<p><code>entresponsefields</code> - It can have syscritical, soxcritical, risk, privileged, confidentiality, status, displayname, description, any customproperty</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchRequestApprovalDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7df3f7a7-03ba-46ce-b819-94fb6f1d2af7","name":"Fetch Request Approval Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"requestKey\":\"387\",\n\t\"userName\":\"admin\",\n\t\"entresponsefields\":[\"description\",\"soxcritical\",\"customproperty1\",\"soxcritical\",\"risk\",\"priviliged\",\"status\",\"confidentiality\"]\n}"},"url":"{{url}}/ECM/{{path}}/fetchRequestApprovalDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=1d2cc8f3-9877-4cd0-99e6-cb2b05841e87; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 16 Sep 2021 19:52:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"SUCCESS\",\n    \"ApprovalRequestDetails\": {\n        \"AccessHeader\": [\n            {\n                \"Title\": \"Modify Role Request\",\n                \"Count\": 2\n            }\n        ],\n        \"Comments\": \"\",\n        \"AccessRequestDetails\": [\n            {\n                \"childTasks\": [],\n                \"modifyTasksCount\": 2,\n                \"dynamicAttributes\": [],\n                \"typeOfRequest\": \"MODIFY ROLE\",\n                \"tasksListCount\": 2,\n                \"modifyTasks\": [\n                    {\n                        \"requestaccessStartdate\": \"2018-08-23T06:11:53Z\",\n                        \"access\": \"CN=Account Operators,CN=Builtin,DC=corpAD,DC=saviynt,DC=com\",\n                        \"taskkey\": 1069,\n                        \"approvalstatus\": \"REJECTED\",\n                        \"requestaccessComments\": \"Entitlement added as part of Modify Role-[ProjectManager] Request<br/><br/> Auto Approved  CREATED_SNOW::::REQ0010161::::555cfda30f0363007c378f8ce1050e70::::625cfda30f0363007c378f8ce1050ea2:::: null\",\n                        \"entTypeDescription\": \"AADGroup\",\n                        \"requestdate\": \"08-23-2018 06:11\",\n                        \"entitlement\": \"AADGroup\",\n                        \"accesskey\": 53553,\n                        \"approvaltype\": null,\n                        \"parentRequestaccessKey\": 724,\n                        \"reqtype\": \"RequestAccess\",\n                        \"requestaccessStatus\": \"Task Created\",\n                        \"businessjustification\": \"Entitlement added as part of Modify Role-[ProjectManager] Request<br/><br/> Auto Approved  CREATED_SNOW::::REQ0010161::::555cfda30f0363007c378f8ce1050e70::::625cfda30f0363007c378f8ce1050ea2:::: null\",\n                        \"requestaccessKey\": 725,\n                        \"assignee\": [\n                            [\n                                \"aws  Rachels (awsadmin)\"\n                            ],\n                            [\n                                \"Saviynt  AdminUser (admin)\"\n                            ]\n                        ],\n                        \"entTypeDisplayName\": \"AADGroup\",\n                        \"taskid\": null,\n                        \"accessdetails\": {\n                            \"customproperty1\": \"536870912\",\n                            \"displayname\": \"Account Operators\",\n                            \"soxcritical\": \"NONE\",\n                            \"description\": \"\",\n                            \"entitlement_value\": \"CN=Account Operators,CN=Builtin,DC=corpAD,DC=saviynt,DC=com\",\n                            \"status\": \"1\"\n                        },\n                        \"requestaccessEnddate\": \"\"\n                    },\n                    {\n                        \"requestaccessStartdate\": \"2018-08-23T06:11:53Z\",\n                        \"role\": \"ProjectManager\",\n                        \"roleSyscritical\": \"0\",\n                        \"roleDisplayName\": \"ProjectManager\",\n                        \"taskkey\": 1070,\n                        \"approvalstatus\": \"REJECTED\",\n                        \"requestaccessComments\": \"Approval Request for Update Role<br/><br/> Auto Approved  CREATED_SNOW::::REQ0010161::::555cfda30f0363007c378f8ce1050e70::::625cfda30f0363007c378f8ce1050ea2:::: null\",\n                        \"requestdate\": \"2018-08-23T06:11:53Z\",\n                        \"roleSoxcritical\": \"0\",\n                        \"approvaltype\": null,\n                        \"parentRequestaccessKey\": \"\",\n                        \"reqtype\": \"UpdateRole\",\n                        \"requestaccessStatus\": \"Task Created\",\n                        \"businessjustification\": \"Approval Request for Update Role<br/><br/> Auto Approved  CREATED_SNOW::::REQ0010161::::555cfda30f0363007c378f8ce1050e70::::625cfda30f0363007c378f8ce1050ea2:::: null\",\n                        \"requestaccessKey\": 724,\n                        \"assignee\": [\n                            [\n                                \"aws  Rachels (awsadmin)\"\n                            ],\n                            [\n                                \"Saviynt  AdminUser (admin)\"\n                            ]\n                        ],\n                        \"roleDescription\": null,\n                        \"roleRisk\": \"\",\n                        \"taskid\": null,\n                        \"requestaccessEnddate\": \"2018-09-02T06:11:53Z\"\n                    }\n                ],\n                \"childTasksCount\": 0,\n                \"parentTasks\": {},\n                \"tasksList\": [\n                    {\n                        \"requestaccessStartdate\": \"2018-08-23T06:11:53Z\",\n                        \"access\": \"CN=Account Operators,CN=Builtin,DC=corpAD,DC=saviynt,DC=com\",\n                        \"taskkey\": 1069,\n                        \"approvalstatus\": \"REJECTED\",\n                        \"requestaccessComments\": \"Entitlement added as part of Modify Role-[ProjectManager] Request<br/><br/> Auto Approved  CREATED_SNOW::::REQ0010161::::555cfda30f0363007c378f8ce1050e70::::625cfda30f0363007c378f8ce1050ea2:::: null\",\n                        \"entTypeDescription\": \"AADGroup\",\n                        \"requestdate\": \"08-23-2018 06:11\",\n                        \"entitlement\": \"AADGroup\",\n                        \"accesskey\": 53553,\n                        \"approvaltype\": null,\n                        \"parentRequestaccessKey\": 724,\n                        \"reqtype\": \"RequestAccess\",\n                        \"requestaccessStatus\": \"Task Created\",\n                        \"businessjustification\": \"Entitlement added as part of Modify Role-[ProjectManager] Request<br/><br/> Auto Approved  CREATED_SNOW::::REQ0010161::::555cfda30f0363007c378f8ce1050e70::::625cfda30f0363007c378f8ce1050ea2:::: null\",\n                        \"requestaccessKey\": 725,\n                        \"assignee\": [\n                            [\n                                \"aws  Rachels (awsadmin)\"\n                            ],\n                            [\n                                \"Saviynt  AdminUser (admin)\"\n                            ]\n                        ],\n                        \"entTypeDisplayName\": \"AADGroup\",\n                        \"taskid\": null,\n                        \"accessdetails\": {\n                            \"customproperty1\": \"536870912\",\n                            \"displayname\": \"Account Operators\",\n                            \"soxcritical\": \"NONE\",\n                            \"description\": \"\",\n                            \"entitlement_value\": \"CN=Account Operators,CN=Builtin,DC=corpAD,DC=saviynt,DC=com\",\n                            \"status\": \"1\"\n                        },\n                        \"requestaccessEnddate\": \"\"\n                    },\n                    {\n                        \"requestaccessStartdate\": \"2018-08-23T06:11:53Z\",\n                        \"role\": \"ProjectManager\",\n                        \"roleSyscritical\": \"0\",\n                        \"roleDisplayName\": \"ProjectManager\",\n                        \"taskkey\": 1070,\n                        \"approvalstatus\": \"REJECTED\",\n                        \"requestaccessComments\": \"Approval Request for Update Role<br/><br/> Auto Approved  CREATED_SNOW::::REQ0010161::::555cfda30f0363007c378f8ce1050e70::::625cfda30f0363007c378f8ce1050ea2:::: null\",\n                        \"requestdate\": \"2018-08-23T06:11:53Z\",\n                        \"roleSoxcritical\": \"0\",\n                        \"approvaltype\": null,\n                        \"parentRequestaccessKey\": \"\",\n                        \"reqtype\": \"UpdateRole\",\n                        \"requestaccessStatus\": \"Task Created\",\n                        \"businessjustification\": \"Approval Request for Update Role<br/><br/> Auto Approved  CREATED_SNOW::::REQ0010161::::555cfda30f0363007c378f8ce1050e70::::625cfda30f0363007c378f8ce1050ea2:::: null\",\n                        \"requestaccessKey\": 724,\n                        \"assignee\": [\n                            [\n                                \"aws  Rachels (awsadmin)\"\n                            ],\n                            [\n                                \"Saviynt  AdminUser (admin)\"\n                            ]\n                        ],\n                        \"roleDescription\": null,\n                        \"roleRisk\": \"\",\n                        \"taskid\": null,\n                        \"requestaccessEnddate\": \"2018-09-02T06:11:53Z\"\n                    }\n                ]\n            }\n        ],\n        \"totalCount\": 1\n    },\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"b1605479-8787-4dd1-8aeb-2fff7ed6031e"},{"name":"Approve/Reject each line item in a request","id":"03724f5c-2035-4d7d-91c5-4e0037aa25e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"requestKey\":138,\n\"approver\":\"admin\",\n\"approvaldata\":[\n{\n\"taskid\":\"90363___43d9e862-7e02-4de3-825e-56aa6a49557e\",\n\"taskkey\":326,\n\"action\":1\n},\n{\n\"taskid\":\"90364___43d9e862-7e02-4de3-825e-56aa6a49557e\",\n\"taskkey\":327,\n\"action\":2\n}\n],\n\"comments\":\"approval comment\"\n}"},"url":"{{url}}/ECM/{{path}}/ApproveRejectDetailRequest","description":"<p>This API is used to approve/reject requests. Before running this call, first we need to run the API to retrieve request approval details in order to obtain the taskid and taskkey.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>requestKey</code>,\n<code>approver</code>,\n<code>approvaldata</code> (taskid, taskkey, action); action:1/2, 1 - approve, 2 - reject</p>\n<p>Optional params:\n<code>comments</code></p>\n<p><em><strong>Note</strong></em>: enableapprovervalidationinapprovalapi flag(with true/false values) can be added in configuration table to enable/disable validations when approver approvers the request.Default value of enableapprovervalidationinapprovalapi flag is null.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","ApproveRejectDetailRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"51b72f9c-ce67-4e64-a093-40d78dd7a090","name":"Approve/Reject each line item in a request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"requestKey\":138,\n\"approver\":\"admin\",\n\"approvaldata\":[\n{\n\"taskid\":\"90363___43d9e862-7e02-4de3-825e-56aa6a49557e\",\n\"taskkey\":326,\n\"action\":1\n},\n{\n\"taskid\":\"90364___43d9e862-7e02-4de3-825e-56aa6a49557e\",\n\"taskkey\":327,\n\"action\":2\n}\n],\n\"comments\":\"approval comment\"\n}"},"url":"{{url}}/ECM/{{path}}/ApproveRejectDetailRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"JSESSIONID=7A3B14A1A7820D58CE7BC60DC76962F5; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e0d762c7-d7f1-4076-a3bd-908d3524fb12; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 05 Dec 2018 00:34:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"SUCCESSFUL\",\n    \"errorCode\": \"0\",\n    \"approvalResponse\": [\n        {\n            \"result\": \"Accepted\",\n            \"taskkey\": 326,\n            \"taskid\": \"90363___43d9e862-7e02-4de3-825e-56aa6a49557e\"\n        },\n        {\n            \"result\": \"Accepted\",\n            \"taskkey\": 327,\n            \"taskid\": \"90364___43d9e862-7e02-4de3-825e-56aa6a49557e\"\n        }\n    ]\n}"}],"_postman_id":"03724f5c-2035-4d7d-91c5-4e0037aa25e0"},{"name":"Get Pending Approvals","id":"cc28209e-641e-4597-84f4-ebc716712a0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"requestkey\":\"3484\",\n\"username\" : \"admin\"\n}"},"url":"{{url}}/ECM/{{path}}/getPendingApprovals","description":"<p>This API returns pending approval details for an approver (approver provided in <code>username</code> parameter).</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>username</code></p>\n<p>Optional params:</p>\n<p><code>requestkey</code>,<br /><code>max</code>, \n<code>offset</code>,\n<code>requestid</code>,\n<code>requestedfor</code>,\n<code>requestedby</code>,\n<code>firstname</code>,\n<code>lastname</code>,\n<code>sort</code> - requestdate/duedate/requestid/requestkey,\n<code>order</code> - asc/desc,\n<code>submitdatestart</code>,\n<code>submitdateend</code>,\n<code>duedatestart</code>,\n<code>duedateend</code>,\n<code>requestcomments</code>,\n<code>requestorigin</code>,\n<code>endpoint</code> - list of endpoints,\n<code>securitysystem</code> - list of securitysystems,\n<code>assignee</code> - list of assignees,\n<code>assigneeusername</code> - list of usernames,\n<code>requesttype</code> - list of requesttypes,\n<code>entitlementvaluekey</code> - list of entitlement value keys,\n<code>hidecompletedapprovals</code> - true/ false (default is false).</p>\n<p><em><strong>Note</strong></em> : Searchable dates in the format MM/dd/yyyy.<br />Sample for list of items - [\"value1\",\"value2\"]</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getPendingApprovals"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"14929739-893d-425e-a36a-6483e995b3a7","name":"Get Pending Approvals - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"requestkey\":\"3484\",\n\"username\" : \"admin\"\n}"},"url":"{{url}}/ECM/{{path}}/getPendingApprovals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=8991CA072D4E86394314C2131E1FCB12; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=04ad745d-53fb-47d0-bd5b-853fbe05789c; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 12 Oct 2021 23:06:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"SUCCESS\",\n    \"totalApprovals\": \"1\",\n    \"count\": 1,\n    \"errorCode\": \"0\",\n    \"results\": [\n        {\n            \"requestid\": \"2210612\",\n            \"requestkey\": 3484,\n            \"requesttype\": \"New Account\",\n            \"requestor\": \"Edward Employee (edwardemployee)\",\n            \"requestee\": \"Edward Employee (edwardemployee)\",\n            \"requestdate\": \"2020-04-23 09:47:56\",\n            \"duedate\": \"2020-04-26 09:47:56\",\n            \"activityname\": \"Auto-Approve\",\n            \"assignee\": \"Saviynt AdminUser (admin)\",\n            \"endpoints\": \"Amigopod\",\n            \"accessRequestCount\": 1,\n            \"accessRequestDetails\": [\n                {\n                    \"dynamicAttributes\": [],\n                    \"typeOfRequest\": \"NEW\",\n                    \"modifyTasks\": [],\n                    \"endpointdisplayname\": \"Amigopod\",\n                    \"childTasks\": [\n                        {\n                            \"requestaccessStartdate\": \"2020-04-23T09:47:56Z\",\n                            \"access\": \"testEntitlementPM\",\n                            \"taskkey\": 12247,\n                            \"approvalstatus\": \"NEW\",\n                            \"requestaccessComments\": \"<span class=\\\"busjustformat\\\">[04/23/2020 UTC -Edward Employee(edwardemployee)] sdfsdf</span>\",\n                            \"Access\": \"ACCOUNTNAME|edwardemployee@@ENDPOINT|624@@\",\n                            \"entTypeDescription\": null,\n                            \"requestdate\": \"2020-04-23 09:47:56.0\",\n                            \"entitlement\": \"Access\",\n                            \"approvaltype\": \"Auto-Approve\",\n                            \"parentRequestaccessKey\": 6654,\n                            \"reqtype\": \"RequestAccess\",\n                            \"requestaccessStatus\": \"Pending Approval\",\n                            \"businessjustification\": \"<span class=\\\"busjustformat\\\">[04/23/2020 UTC -Edward Employee(edwardemployee)] sdfsdf</span>\",\n                            \"requestaccessKey\": 6655,\n                            \"assignee\": [\n                                [\n                                    \"Saviynt  AdminUser (admin)\"\n                                ]\n                            ],\n                            \"entTypeDisplayName\": \"Access\",\n                            \"taskid\": \"2220058___810d1198-74b1-452f-8928-0f97a48ea04c\",\n                            \"accessdetails\": {\n                                \"displayname\": \"testEntitlementPM\",\n                                \"description\": \"This role is for employees needing access to EP\",\n                                \"entitlement_value\": \"testEntitlementPM\"\n                            },\n                            \"requestaccessEnddate\": \"\"\n                        }\n                    ],\n                    \"requestedby\": \"edwardemployee\",\n                    \"modifyTasksCount\": 0,\n                    \"endpoint\": \"Amigopod\",\n                    \"accountname\": \"edwardemployee\",\n                    \"tasksListCount\": 1,\n                    \"childTasksCount\": 1,\n                    \"parentTasks\": {\n                        \"requestedby\": \"edwardemployee\",\n                        \"endpoint\": \"Amigopod\",\n                        \"accountname\": \"edwardemployee\",\n                        \"taskkey\": 12246,\n                        \"approvalstatus\": \"NEW\",\n                        \"endpointdisplayname\": \"Amigopod\",\n                        \"taskid\": \"2220058___311217e8-d3c7-439e-821e-304bfdebc8b4\"\n                    },\n                    \"tasksList\": [\n                        {\n                            \"requestaccessStartdate\": \"2020-04-23T09:47:56Z\",\n                            \"access\": \"testEntitlementPM\",\n                            \"taskkey\": 12247,\n                            \"approvalstatus\": \"NEW\",\n                            \"requestaccessComments\": \"<span class=\\\"busjustformat\\\">[04/23/2020 UTC -Edward Employee(edwardemployee)] sdfsdf</span>\",\n                            \"Access\": \"ACCOUNTNAME|edwardemployee@@ENDPOINT|624@@\",\n                            \"entTypeDescription\": null,\n                            \"requestdate\": \"2020-04-23 09:47:56.0\",\n                            \"entitlement\": \"Access\",\n                            \"approvaltype\": \"Auto-Approve\",\n                            \"parentRequestaccessKey\": 6654,\n                            \"reqtype\": \"RequestAccess\",\n                            \"requestaccessStatus\": \"Pending Approval\",\n                            \"businessjustification\": \"<span class=\\\"busjustformat\\\">[04/23/2020 UTC -Edward Employee(edwardemployee)] sdfsdf</span>\",\n                            \"requestaccessKey\": 6655,\n                            \"assignee\": [\n                                [\n                                    \"Saviynt  AdminUser (admin)\"\n                                ]\n                            ],\n                            \"entTypeDisplayName\": \"Access\",\n                            \"taskid\": \"2220058___810d1198-74b1-452f-8928-0f97a48ea04c\",\n                            \"accessdetails\": {\n                                \"displayname\": \"testEntitlementPM\",\n                                \"description\": \"This role is for employees needing access to EP\",\n                                \"entitlement_value\": \"testEntitlementPM\"\n                            },\n                            \"requestaccessEnddate\": \"\"\n                        }\n                    ]\n                }\n            ],\n            \"comments\": \"\"\n        }\n    ]\n}"}],"_postman_id":"cc28209e-641e-4597-84f4-ebc716712a0c"},{"name":"Approve/Reject entire request","id":"ca4ad072-a751-4168-8205-96f367872324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"requestkey\":\"89\",\n\"requestid\":\"1490046\",\n\"reqaction\":\"1\",\n\"approver\":\"admin\",\n\"comments\":\"approval comment\"\n}"},"url":"{{url}}/ECM/{{path}}/approveRejectRequest","description":"<p>This API is used to approve/reject entire request.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>requestid</code> or <code>requestkey</code> (if both are passed requestkey will be considered),\n<code>reqaction</code>:1/2, 1 - approve, 2 - reject</p>\n<p>Optional params:\n<code>approver</code> (if not passed, the token user is used)\n<code>comments</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","approveRejectRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"80f54b46-8db3-4713-9035-ff0f3a181a54","name":"Approve/Reject entire request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"requestkey\":\"89\",\n\"requestid\":\"1490046\",\n\"reqaction\":\"1\",\n\"approver\":\"admin\",\n\"comments\":\"approval comment\"\n}"},"url":"{{url}}/ECM/{{path}}/approveRejectRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=132f53b6-07e3-4845-bf82-e507151d8018; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 31 Jul 2020 21:22:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"0\",\n    \"message\": \"success\"\n}"}],"_postman_id":"ca4ad072-a751-4168-8205-96f367872324"}],"id":"6bcfbbfe-b353-475f-b1a8-365ba6e3c04b","_postman_id":"6bcfbbfe-b353-475f-b1a8-365ba6e3c04b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Tasks","item":[{"name":"Create Task","item":[{"name":"Create Task - New Account","id":"a7a7e15c-9097-4074-8c76-62ecf7760e47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"username\": \"johndoe\",\n\"accountname\":\"johndoe\",\n\"endpointname\":\"System1\",\n\"tasktype\":\"NEW\",\n\"assignmenttype\":\"ENTITLEMENTS\",\n\"comments\":\"add a comment\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create a new account task for a specific user in a specific endpoint.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>assignmenttype</code> - ENTITLEMENTS,\n<code>tasktype</code> - NEW,\n<code>username</code>,\n<code>endpointname</code>,\n<code>accountname</code></p>\n<p>Optional params:\n<code>comments</code>\n<code>source</code>(Default : WEBSERVICE)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f3d36321-a5bc-4c8e-9312-4a7b006ebfa2","name":"Create Task - Entitlement","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 04:33:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5635cd24-1439-4a6f-b340-4cdf5efb3409; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"077DC12920CE3D4F807486248E6DB732","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"5635cd24-1439-4a6f-b340-4cdf5efb3409","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"Status\":\"Success\",\"TaskID List\":[10697]}"}],"_postman_id":"a7a7e15c-9097-4074-8c76-62ecf7760e47"},{"name":"Create Task - Update Account","id":"2d87fabd-688d-4e8d-93a5-eabdcae2c25a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"johndoe","type":"text"},{"key":"accountname","value":"johndoe","type":"text"},{"key":"endpointname","value":"System1","type":"text"},{"key":"tasktype","value":"UPDATEACCOUNT","type":"text"},{"key":"assignmenttype","value":"ACCOUNTS","type":"text"},{"key":"comments","value":"add a comment","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create a task for a specific user in a specific endpoint. Depending on the selected task type, it will create a task to create new account, or remove account.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>assignmenttype</code> -ACCOUNTS,\n<code>tasktype</code> - UPDATEACCOUNT/DELETEACCOUNT/ENABLEACCOUNT/DISABLEACCOUNT,\n<code>username</code>,\n<code>endpointname</code>,\n<code>accountname</code></p>\n<p>Optional params:\n<code>comments</code>\n<code>source</code>(Default : WEBSERVICE)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3947ccde-b4d4-4ff1-9811-d0fd241be222","name":"Create Task - Accounts","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"johndoe","type":"text"},{"key":"accountname","value":"johndoe","type":"text"},{"key":"endpointname","value":"System1","type":"text"},{"key":"tasktype","value":"UPDATEACCOUNT","type":"text"},{"key":"assignmenttype","value":"ACCOUNTS","type":"text"},{"key":"comments","value":"add a comment","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createtask","description":"This API call can be used to create a task for a specific user in a specific endpoint. Depending on the selected task type, it will create a task to create new account, or remove account.\n\nThe `Authorization` must have `Bearer` followed by `Token`. \n\nMandatory params:\n`assignmenttype` -ACCOUNTS,\n`tasktype` - UPDATEACCOUNT/DELETEACCOUNT/ENABLEACCOUNT/DISABLEACCOUNT,\n`username`,\n`endpointname`,\n`accountname`\n\nOptional params:\n`comments`\n`source`(Default : WEBSERVICE)"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 04:34:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=83dcbb55-60d3-454c-a0ac-05793e16cc5e; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"077DC12920CE3D4F807486248E6DB732","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"83dcbb55-60d3-454c-a0ac-05793e16cc5e","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"message\":\" Tasks created. IDs:: 10698 \"}"}],"_postman_id":"2d87fabd-688d-4e8d-93a5-eabdcae2c25a"},{"name":"Create Task - Entitlement","id":"5ee2a271-9ed7-4fc2-8d5a-3963223178bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"laya","type":"text"},{"key":"role","value":"EP_SAP_1","type":"text"},{"key":"endpointname","value":"SODendpoint1","type":"text"},{"key":"tasktype","value":"CREATEENTITLEMENT","type":"text"},{"key":"assignmenttype","value":"ENTITLEMENTS","type":"text"},{"key":"entitlementtype","value":"Access","type":"text","disabled":true},{"key":"entitlementvalue","value":"testent","type":"text","disabled":true},{"key":"comments","value":"ent task from api","type":"text"},{"key":"role","value":"","type":"text","disabled":true}]},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API can be used to create a task for a specific user in a specific endpoint. Depending on the selected task type, it will create a task to add an access, or remove access.</p>\n<p>From Release v2022.0.1 onwards, the response of this API includes the taskkey.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:<br /><code>assignmenttype</code> - ENTITLEMENTS,<br /><code>tasktype</code> - NEW/ADD/DEL,<br /><code>username</code>,<br /><code>role</code>,<br /><code>endpointname</code>,<br /><code>accountname</code>,<br /><code>entitlementtype</code>,<br /><code>entitlementvalue</code></p>\n<p>Optional params:<br /><code>comments</code><br /><code>source</code>(Default : WEBSERVICE)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fa6cfa5f-bda3-4199-80cb-977f444067fc","name":"Create Task - Entitlement","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"Token"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"laya","type":"text"},{"key":"role","value":"EP_SAP_1","type":"text"},{"key":"endpointname","value":"SODendpoint1","type":"text"},{"key":"tasktype","value":"CREATEENTITLEMENT","type":"text"},{"key":"assignmenttype","value":"ENTITLEMENTS","type":"text"},{"key":"entitlementtype","value":"Access","type":"text","disabled":true},{"key":"entitlementvalue","value":"testent","type":"text","disabled":true},{"key":"comments","value":"ent task from api","type":"text"},{"key":"role","value":"","type":"text","disabled":true}]},"url":"{{url}}/ECM/{{path}}/createtask","description":"This API can be used to create a task for a specific user in a specific endpoint. Depending on the selected task type, it will create a task to add an access, or remove access.\n\nFrom Release v2022.0.1 onwards, the response of this API includes the taskkey.\n\nThe `Authorization` must have `Bearer` followed by `Token`.\n\nMandatory params:  \n`assignmenttype` - ENTITLEMENTS,  \n`tasktype` - NEW/ADD/DEL,  \n`username`,  \n`endpointname`,  \n`accountname`,  \n`entitlementtype`,  \n`entitlementvalue`\n\nOptional params:  \n`comments`  \n`source`(Default : WEBSERVICE)"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 04:33:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5635cd24-1439-4a6f-b340-4cdf5efb3409; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"077DC12920CE3D4F807486248E6DB732","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"5635cd24-1439-4a6f-b340-4cdf5efb3409","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"Status\":\"Success\",\"TaskID List\":[10697]}"},{"id":"7965e292-3d77-4a87-a158-acabe61f4018","name":"Create Task - Entitlement","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"laya","type":"text"},{"key":"role","value":"EP_SAP_1","type":"text"},{"key":"endpointname","value":"SODendpoint1","type":"text"},{"key":"tasktype","value":"CREATEENTITLEMENT","type":"text"},{"key":"assignmenttype","value":"ENTITLEMENTS","type":"text"},{"key":"entitlementtype","value":"Access","type":"text","disabled":true},{"key":"entitlementvalue","value":"testent","type":"text","disabled":true},{"key":"comments","value":"ent task from api","type":"text"},{"key":"role","value":"","type":"text","disabled":true}]},"url":"{{url}}/ECM/{{path}}/createtask"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Nov 2022 10:09:28 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5fc2e7ac-3fab-4980-990f-4393cc258bea; Version=1; Path=\";Path=/;HttpOnly;\"; Secure"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"Failure\",\n    \"ErrorTaskKey\": [\n        372\n    ],\n    \"Error\": \"task CREATEENTITLEMENT aready exists for role EP_SAP_1\",\n    \"errorcode\": \"1\"\n}"}],"_postman_id":"5ee2a271-9ed7-4fc2-8d5a-3963223178bd"},{"name":"Create Task - Roles","id":"a854643d-5e61-4632-a6b4-a02511bffe50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"johndoe","type":"text"},{"key":"tasktype","value":"ADD","type":"text"},{"key":"assignmenttype","value":"ROLES","type":"text"},{"key":"rolename","value":"Fire Fighter,EnterPrise","type":"text"},{"key":"comments","value":"add a comment","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create a task for a specific user in a specific endpoint. Depending on the selected task type, it will create a task to create new role or remove role.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>assignmenttype</code> - ROLES, \n<code>tasktype</code> - NEW/ADD/DEL, \n<code>username</code>,  <code>rolename</code> - can be comma separated list of roles</p>\n<p>Optional params: \n<code>comments</code>\n<code>source</code>(Default : WEBSERVICE)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"57d72b4f-b8b8-44c1-82a0-5aa10db437f0","name":"Create Task - Roles","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"johndoe","type":"text"},{"key":"tasktype","value":"ADD","type":"text"},{"key":"assignmenttype","value":"ROLES","type":"text"},{"key":"rolename","value":"Fire Fighter,EnterPrise","type":"text"},{"key":"comments","value":"add a comment","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createtask","description":"This API call can be used to create a task for a specific user in a specific endpoint. Depending on the selected task type, it will create a task to create new role or remove role.\n\nThe `Authorization` must have `Bearer` followed by `Token`. \n\nMandatory params: \n`assignmenttype` - ROLES, \n`tasktype` - NEW/ADD/DEL, \n`username`,  `rolename` - can be comma separated list of roles\n\nOptional params: \n`comments`\n`source`(Default : WEBSERVICE)"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 04:36:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=faac769c-9e21-4483-b841-2972e30e86c2; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"077DC12920CE3D4F807486248E6DB732","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"faac769c-9e21-4483-b841-2972e30e86c2","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"message\":\" Tasks created. IDs:: 10699, 10700, 10701 \"}"}],"_postman_id":"a854643d-5e61-4632-a6b4-a02511bffe50"},{"name":"Create Task - AD Group","id":"c4bcf6b8-1d99-401e-829b-2db74eb72c1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"1000007\",\n    \"role\": \"CN=suffix26,OU=Groups,DC=saviyntadmin,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"CREATEENTITLEMENT\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create a new entitlement task in a specific endpoint.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>tasktype</code> - CREATEENTITLEMENT,\n<code>username</code>,\n<code>endpointname</code>,\n<code>username</code></p>\n<p>Optional params:\n<code>assignmenttype</code> - ENTITLEMENTS,\n<code>comments</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"413c9c63-3af4-4546-a261-4a32c4d9f2c8","name":"Create Task - AD Group","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"1000007\",\n    \"role\": \"CN=suffix26,OU=Groups,DC=saviyntadmin,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"CREATEENTITLEMENT\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e3ded590-e0f9-4df2-9dfe-f0ea9ede1ba2; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Dec 2020 21:35:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"Success\",\n    \"errorcode\": \"0\",\n    \"TaskID List\": [\n        10642635\n    ]\n}"}],"_postman_id":"c4bcf6b8-1d99-401e-829b-2db74eb72c1b"},{"name":"Create Task - Change Password For Account","id":"52f8cc50-9b3f-4a1a-b58c-ab77039d4f80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"username\": \"bsimpson5\",\n\"accountname\":\"bsimpson5\",\n\"endpointname\":\"ActiveDirectoryPlus\",\n\"tasktype\":\"CHANGEPASSWORD\",\n\"assignmenttype\":\"ACCOUNTS\",\n\"comments\":\"add a comment\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create a new change password task for an account.</p>\n<p><strong>Note:</strong> The regex will take preference over the other fields while creating the task.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:<br /><code>assignmenttype</code> - CHANGEPASSWORD,<br /><code>tasktype</code> - ACCOUNTS,<br /><code>username</code>(For service account, <code>username</code> is not required),<br /><code>endpointname</code>,<br /><code>accountname</code></p>\n<p>Optional params:<br /><code>comments</code><br /><code>source</code>(Default : WEBSERVICE)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bc16ebdc-d0a1-4e61-a048-f6a2897ea7b3","name":"Create Task - Change Password For Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\"username\": \"bsimpson5\",\n\"accountname\":\"bsimpson5\",\n\"endpointname\":\"ActiveDirectoryPlus\",\n\"tasktype\":\"CHANGEPASSWORD\",\n\"assignmenttype\":\"ACCOUNTS\",\n\"comments\":\"add a comment\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8b56d10b-4e15-484c-9dd8-de06b0f50b1c; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 04 Jan 2021 20:27:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \" Task created. ID:: 10642653 \",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"52f8cc50-9b3f-4a1a-b58c-ab77039d4f80"},{"name":"Create Task - Remove Entitlement","id":"ba2bcc3b-26ab-4507-a25d-f3ffdc0f5f5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"tasktype\":\"DEL\",\r\n\"assignmenttype\":\"ENTITLEMENTS\",\r\n\"username\":\"536736@saviyntlive.onmicrosoft.com\",\r\n\"endpointname\":\"AzureAD_CONN\",\r\n\"entitlementtype\":\"AADGroup\",\r\n\"entitlementvalue\":\"15Febmonday1Grp\",\r\n\"accountname\":\"536736@saviyntlive.onmicrosoft.com\",\r\n\"comments\": \"Test Removal\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>Starting with Release v23.9, you can use the createtask API to create remove access tasks for inactive accounts.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:<br /><code>assignmenttype</code> - ENTITLEMENTS,<br /><code>tasktype</code> - DEL,<br /><code>username</code>,<br /><code>endpointname</code>,<br /><code>accountname</code></p>\n<p>Optional params:<br /><code>comments</code><br /><code>source</code>(Default : WEBSERVICE)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0da49d33-a72a-4bb7-83b1-26d109081dbd","name":"Remove Entitlement","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"tasktype\":\"DEL\",\r\n\"assignmenttype\":\"ENTITLEMENTS\",\r\n\"username\":\"536736@saviyntlive.onmicrosoft.com\",\r\n\"endpointname\":\"AzureAD_CONN\",\r\n\"entitlementtype\":\"AADGroup\",\r\n\"entitlementvalue\":\"15Febmonday1Grp\",\r\n\"accountname\":\"536736@saviyntlive.onmicrosoft.com\",\r\n\"comments\": \"Test Removal\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/createtask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Aug 2023 11:55:45 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"INGRESSCOOKIE=1692705345.83.18713.417918|0f4091fceac04271d9e9e5a60a3d3e8f; Path=/; Secure; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=af07b6fa-7dfb-4cf2-bafa-03210a745cbb; HttpOnly; Secure; SameSite=Strict; Path=/;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7faaedb419fe3e2e-BOM"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"Success\",\n    \"errorcode\": \"0\",\n    \"TaskID List\": [\n        61585\n    ]\n}"}],"_postman_id":"ba2bcc3b-26ab-4507-a25d-f3ffdc0f5f5d"}],"id":"13b37405-19dd-4dd7-b13b-f4c79bf5788d","_postman_id":"13b37405-19dd-4dd7-b13b-f4c79bf5788d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Update Task","item":[{"name":"AD Group","item":[{"name":"Update Task - AD Group","id":"d352efe8-690c-42ac-923b-88c0caa30bdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"1000007\",\n    \"role\": \"CN=rec,OU=Groups,DC=corpAD,DC=saviynt,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"UPDATEENTITLEMENT\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create an update entitlement task in a specific endpoint.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>tasktype</code> - UPDATEENTITLEMENT,\n<code>username</code>,\n<code>endpointname</code>,\n<code>username</code></p>\n<p>Optional params:\n<code>assignmenttype</code> - ENTITLEMENTS,\n<code>comments</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"35d38da6-5f9b-41c5-b0b5-d7dbe61fbe18","name":"Update Task - AD Group","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"1000007\",\n    \"role\": \"CN=rec,OU=Groups,DC=corpAD,DC=saviynt,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"UPDATEENTITLEMENT\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=dc8b5571-9db5-47ec-aa62-eb2e665b9fe8; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Dec 2020 22:36:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"Success\",\n    \"errorcode\": \"0\",\n    \"TaskID List\": [\n        10642637\n    ]\n}"}],"_postman_id":"d352efe8-690c-42ac-923b-88c0caa30bdf"},{"name":"Update Task Add Access - AD Group","id":"610facfa-477e-4399-9539-d0dde91ba6a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"1000007\",\n    \"role\": \"CN=rec,OU=Groups,DC=corpAD,DC=saviynt,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"UPDATEENTITLEMENTACCESSADD\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"entitlementvalues\": [\n        \"CN=rec,OU=Groups,DC=corpAD,DC=saviynt,DC=com\"\n    ],\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create an add access update entitlement task in a specific endpoint.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>tasktype</code> - UPDATEENTITLEMENTACCESSADD,\n<code>username</code>,\n<code>endpointname</code>,\n<code>username</code>,\n<code>entitlementvalues</code></p>\n<p>Optional params:\n<code>assignmenttype</code> - ENTITLEMENTS,\n<code>comments</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"610facfa-477e-4399-9539-d0dde91ba6a4"},{"name":"Update Task Remove Access - AD Group","id":"ff16bf5a-7599-411b-93c8-8d054fcd9773","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"role\": \"CN=rec2,OU=Groups,DC=corpAD,DC=saviynt,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"UPDATEENTITLEMENTACCESSREMOVE\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"entitlementvalues\": [\n        \"testent\"\n    ],\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create a remove access update entitlement task in a specific endpoint.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>tasktype</code> - UPDATEENTITLEMENTACCESSREMOVE,\n<code>username</code>,\n<code>endpointname</code>,\n<code>username</code>,\n<code>entitlementvalues</code></p>\n<p>Optional params:\n<code>assignmenttype</code> - ENTITLEMENTS,\n<code>comments</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a7c485ef-2bc8-4277-a314-199b1a317265","name":"Update Task Remove Access - AD Group","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"role\": \"CN=rec2,OU=Groups,DC=corpAD,DC=saviynt,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"UPDATEENTITLEMENTACCESSREMOVE\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"entitlementvalues\": [\n        \"testent\"\n    ],\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=65F3487C5EA71796169B7776854D9393; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bea6a1b3-21f4-480b-8581-3efbc237a54c; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 23 Dec 2020 01:27:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"Success\",\n    \"errorcode\": \"0\",\n    \"TaskID List\": [\n        10642647\n    ]\n}"}],"_postman_id":"ff16bf5a-7599-411b-93c8-8d054fcd9773"}],"id":"02649132-4d95-4edd-b8fe-92771f15793b","_postman_id":"02649132-4d95-4edd-b8fe-92771f15793b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Complete Single Task","id":"408c2df9-513b-4c41-b7d1-09586178aaca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"taskid","value":"172109","type":"text"},{"key":"provisioning","value":"true","type":"text"},{"key":"useEndpointLevel","value":"true","type":"text"}]},"url":"{{url}}/ECM/{{path}}/completetask","description":"<p>You can use this API to close a pending task that are in \"New\" and \"InProgress\" state.</p>\n<p><strong>Note</strong>: From Release v24.4 onwards, this API can be invoked if the user has one of the following permissions:</p>\n<ul>\n<li><p>The user has either a ROLE_ADMIN or ROLE_TASK_ADMIN or ROLE_TASKADMIN SAV role assigned.</p>\n</li>\n<li><p>The user who invoked the API and the owner of the task are identical.</p>\n</li>\n<li><p>The user who invoked the API belongs to the User Group who owns the task.</p>\n</li>\n</ul>\n<p>Mandatory params:</p>\n<p><code>taskid</code> - Unique ID of the task.</p>\n<p><code>useEndpointLevel</code> - true or false, set it to true to trigger emails on task completion.</p>\n<p>Optional params:</p>\n<p><code>provisioning</code> - true or false,</p>\n<p><code>targetprovision</code> - true or false, default : false</p>\n<p><code>updateuser</code> - username of user who is updating the task,</p>\n<p><code>completeassociatedtasks</code> - true or false,</p>\n<p><code>emailto</code>,</p>\n<p><code>notify</code> - use this if you want to pick up data from the task, sample - \"notify\":[\"USER\",\"requestor\",\"MANAGER\"],</p>\n<p><code>emailbody</code>,</p>\n<p><code>subject</code>,</p>\n<p><code>from</code></p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","completetask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4a7c72d3-95c5-42cc-aae2-62b6813bf6a1","name":"Complete Single Task","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"taskid","value":"12212","type":"text"},{"key":"provisioning","value":"true","type":"text"}]},"url":"{{url}}/ECM/{{path}}/completetask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=162b97f8-1977-481e-9b6f-df80854735e6; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 14 Oct 2019 20:58:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \" <TaskUpdate>Taskid12212=true</TaskUpdate>  <Provisioning>Taskid 12212 = true </Provisioning> \",\n    \"completedtasks\": [\n        12212\n    ],\n    \"errorCode\": \"0\",\n    \"message\": \"Success\",\n    \"failedtasks\": []\n}"},{"id":"6b3caef4-2e75-462e-88c7-bf86c79a3192","name":"Complete Single Task with endpoint parameter","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","name":"Content-Type","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"taskid","value":"172109","type":"text"},{"key":"provisioning","value":"true","type":"text"},{"key":"useEndpointLevel","value":"true","type":"text"}]},"url":"{{url}}/ECM/{{path}}/completetask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2024 06:34:07 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ https://cdn.pendo.io/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8894d44c-0119-4455-a165-494aea082dc5; HttpOnly; Secure; SameSite=Strict; Path=/;"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"86423c6f495a7fbf-MAA"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \" <TaskUpdate>Taskid172109=true</TaskUpdate>  <Provisioning>Taskid 172109 = true </Provisioning> \",\n    \"completedtasks\": [\n        172109\n    ],\n    \"errorCode\": \"0\",\n    \"message\": \"Success\",\n    \"failedtasks\": []\n}"}],"_postman_id":"408c2df9-513b-4c41-b7d1-09586178aaca"},{"name":"Complete Bulk Tasks","id":"752c5e74-f4a1-4d7e-874a-7064ca894c63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"taskkeytocomplete\":[  \r\n      {  \r\n         \"taskid\":\"12172\",\r\n         \"taskdata\":\"password1\",\r\n         \"provisioningComments\":\"comments\"\r\n      },\r\n      {  \r\n         \"taskid\":\"12173\",\r\n         \"taskdata\":\"password2\"\r\n      }\r\n   ]\r\n}"},"url":"{{url}}/ECM/{{path}}/completetask","description":"<p>This method closes multiple open tasks in SSM - both in \"New\" and \"InProgress\" state.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Note</strong>: From Release v24.4 onwards, this API can be invoked if the user has one of the following permissions:</p>\n<ul>\n<li><p>The user has either a ROLE_ADMIN or ROLE_TASK_ADMIN or ROLE_TASKADMIN SAV role assigned.</p>\n</li>\n<li><p>The user who invoked the API and the owner of the task are identical.</p>\n</li>\n<li><p>The user who invoked the API belongs to the User Group who owns the task.</p>\n</li>\n</ul>\n<p>Mandatory params:</p>\n<p><code>taskkeytocomplete</code> with taskid</p>\n<p>Optional params:</p>\n<p><code>updateuser</code> - username of user who is updating the task,</p>\n<p><code>taskkeytocomplete</code> with taskdata - taskdata is password for the task, and provisioningComments</p>\n<p><code>targetprovision</code> - true or false, default : false</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","completetask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ca60a305-45f7-4616-b5aa-0114b541afdb","name":"Complete Task 1","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 20:25:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=c74b47c1-e9fc-4b01-a1c2-6a25f6a1d2d1; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"F781F555E3ADC68C5A3562830D6362BA","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"c74b47c1-e9fc-4b01-a1c2-6a25f6a1d2d1","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\r\n    \"result\": {\r\n        \"12172\": \"Completed\",\r\n        \"12173\": \"Completed\"\r\n    },\r\n    \"errorCode\": \"0\",\r\n    \"message\": \"Success\"\r\n}"}],"_postman_id":"752c5e74-f4a1-4d7e-874a-7064ca894c63"},{"name":"Update Tasks","id":"b019f2d7-d91e-43d0-b8d1-fec14c9e7c40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"acook\",\n    \"taskKeyToUpdate\": [\n        {\n            \"taskid\": \"26937\",\n            \"provisioningMetadata\": \"test1\",\n            \"updatetype\": \"completetask\",\n            \"taskownerusergroup\": \"usrgrpname\"\n        },\n        {\n            \"taskid\": \"26936\",\n            \"provisioningMetadata\": \"test2\",\n            \"taskowneruser\": \"lkrause\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/updateTasks","description":"<p>It can update certain params of a task as well as complete a task.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>taskKeyToUpdate</code></p>\n<p>Optional params: \n<code>updatetype</code> (if this is set to \"completetask\" then refer completetask api and pass appropriate params as well),</p>\n<p><code>comments</code>,  </p>\n<p><code>provisioningComments</code>, </p>\n<p><code>provisioningMetadata</code>,  </p>\n<p><code>password</code>, </p>\n<p><code>status</code>,  </p>\n<p><code>ticketId</code>,</p>\n<p><code>taskownerusergroup</code>/<code>taskowneruser</code>,  </p>\n<p><code>updateuser</code> - username of user who is updating the task, </p>\n<p><code>completeassociatedtasks</code> - true / false,</p>\n<p><code>emailto</code>,  </p>\n<p><code>notify</code> - to pick up data from the task, supported values - \"notify\":[\"USER\",\"requestor\",\"MANAGER\"], </p>\n<p><code>from</code>,  </p>\n<p><code>subject</code>, </p>\n<p><code>emailbody</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","updateTasks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2bceebf5-0e4c-48ca-838c-cd96c48ac7e8","name":"Update Tasks","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 21:18:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4d096faf-91b6-4c63-87af-014c2aa174a0; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0F504BF7823E5033FA63D93091395A1F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"4d096faf-91b6-4c63-87af-014c2aa174a0","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\r\n    \"26937\": {\r\n        \"result\": \" <TaskUpdate>Taskid2070=true</TaskUpdate> \",\r\n        \"msg\": \"Update successful. completetask Success\",\r\n        \"errorCode\": \"0\",\r\n        \"completedtasks\": [\r\n\t        2070\r\n\t    ],\r\n\t    \"failedtasks\": []\r\n    },\r\n    \"26936\": {\r\n        \"msg\": \"Task id not found\",\r\n        \"errorCode\": \"1\"\r\n    }\r\n}"}],"_postman_id":"b019f2d7-d91e-43d0-b8d1-fec14c9e7c40"},{"name":"Discontinue Tasks","id":"da796d8b-b70d-43be-ac45-5a4fc9691382","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"updateuser\":\"johndoe\",\n    \"taskkeytodiscontinue\": [\n        {\n            \"taskid\": \"12213\",\n            \"comments\": \"test comment\",\n            \"discontinueassociatedtask\": \"true\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/discontinueTask","description":"<p>This method discontinues open tasks in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:</p>\n<p><code>taskkeytodiscontinue</code>-</p>\n<p>1.<code>taskid</code></p>\n<p>Optional params:</p>\n<p><code>taskkeytodiscontinue</code>-</p>\n<p>1.<code>updateuser</code> - username of user who is updating the task,</p>\n<p>2.<code>discontinueassociatedtask</code> - true or false,</p>\n<p>3.<code>comments</code></p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","discontinueTask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1412db5b-bafd-4808-b6c8-3e2726e7d6cc","name":"Discontinue Tasks","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"taskkeytodiscontinue\": [\n        {\n            \"taskid\": \"12213\",\n            \"comments\": \"test comment\",\n            \"discontinueassociatedtask\": \"true\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/discontinueTask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=feebd3a9-e2be-4f12-a216-cf9c5f5937d7; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 15 Oct 2019 18:35:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"12213\": \"Discontinued\"\n    },\n    \"msg\": \"Success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"da796d8b-b70d-43be-ac45-5a4fc9691382"},{"name":"Discontinue All Pending Tasks","id":"62cbe889-da59-476f-95fa-b741773f7ccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"comments\" : \"discontinue from api\",\n    \"updateuser\" : \"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/discontinueAllPendingTask","description":"<p>This API can be used to discontinue all pending tasks.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Optional params: \n<code>updateuser</code></p>\n<p><code>commentsrequest</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","discontinueAllPendingTask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fc40fa3c-5721-4fca-8913-6afe72074db3","name":"Discontinue All Pending Tasks","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"comments\" : \"discontinue from api\",\n    \"updateuser\" : \"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/discontinueAllPendingTask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8a56ec8d-a73d-4fd4-b58d-7cb6d0034075; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Jul 2020 17:51:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"process started to discontinue all tasks\",\n    \"errorcode\": 0\n}"}],"_postman_id":"62cbe889-da59-476f-95fa-b741773f7ccc"}],"id":"48b2a098-f138-4b13-88fe-8d4e55167539","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1a57815e-c8ae-4f53-93c2-9f3632c679d9"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b8d14ca0-7cbf-4f2e-b967-7a079fe36b7a"}}],"_postman_id":"48b2a098-f138-4b13-88fe-8d4e55167539","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Task Details","item":[{"name":"Fetch Task Details","id":"661e4c84-03f2-41f2-bace-5a3b86cc3fe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"statusint","value":"1","type":"text"},{"key":"source","value":"WEBSERVICE","type":"text"},{"key":"tasktype","value":"5","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchTasks","description":"<p>This method returns a <code>list</code> of provisioning tasks, that correspond to a particular IT Application (e.g Microsoft Active Directory) modeled in SSM as \"Endpoint\" of a \"Security System\".</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Note</strong>: This API can be invoked if the user has one of the following permissions:</p>\n<ul>\n<li><p>The user has either a ROLE_ADMIN or ROLE_TASKADMIN SAV role assigned.</p>\n</li>\n<li><p>The user is the owner of all the Endpoints.</p>\n</li>\n</ul>\n<p>Mandatory params:<br /><code>TASKSTATUS</code> - PENDING/PENDINGCREATE/COMPLETED/COMPLETED_AND_DISCONTINUE/DISCONTINUE,</p>\n<p>Optional params:</p>\n<p><code>endpoint</code> - endpoint key,<br /><code>endpointname</code>, <code>endpointdescription</code>,</p>\n<p><code>securitysystem</code> - securitysystem key,</p>\n<p><code>loggedinusername</code> - username of user who wants to fetch the tasks,<br /><code>upadteuser</code>,<br /><code>requestedby</code>,<br /><code>username</code>,<br /><code>firstname</code>,<br /><code>lastname</code>,<br /><code>account</code> - accountname,</p>\n<p><code>entitlement_value</code>,<br /><code>entitlement_glossary</code>,<br /><code>entitlementowner</code> - entitlementowner key,<br /><code>entitlementtypekey</code>,</p>\n<p><code>requestid</code>,<br /><code>parenttaskid</code>,<br /><code>taskid</code>,<br /><code>taskowneruser</code> - userkey of owner,<br /><code>taskownerusername</code> - username of owner,<br /><code>taskownerusergroup</code> - usergroup key,<br /><code>taskownerusergroupname</code> - usergroup name,<br /><code>max</code>, <code>offset</code>,<br /><code>statusint</code> - List of comma-seperated integer equivalent task status(3 - Complete, 4 - Discontinue and so on)<br /><code>source</code> - List of comma-seperated source types(REQUEST/WEBSERVICE/CERTIFICATION and so on)<br /><code>requestkey</code> - List of comma-seperated requestkeys<br /><code>requestaccesskey</code> - List of comma-seperated requestaccesskey<br /><code>tasktype</code> - List of comma-seperated integer equivalent task types(3 - New Account, 5 - Change Password and so on)<br /><code>getEntitlementObj</code> - Values: true/false, if true returns the entitlement details associated with the task</p>\n<p><code>getAccountObj</code> - Values: true/false, if true returns the account details asociated with the task,</p>\n<p><code>taskmetadatalength</code> - Modifies the charcater limit of provisioning comments and provisioning metadata upto maximum of 10000.</p>\n<p><em><strong>Note</strong></em> - Provisioning comments in the response will be limited to 200 characters. Provisioning metadata in the response will be limited to 400 characters.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchTasks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b29b2ee0-48c2-42df-86be-f38082e5835c","name":"Fetch Task Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"statusint","value":"1","type":"text"},{"key":"source","value":"WEBSERVICE","type":"text"},{"key":"tasktype","value":"5","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchTasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=a6107ac1-0bd0-4e2f-bf9d-aa54c7797c06; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 23 Jun 2021 01:37:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"errorCode\": \"0\",\n    \"totalrecords\": \"2\",\n    \"totaltasks\": \"2\",\n    \"tasks\": [\n        {\n            \"TASKID\": \"10642653\",\n            \"TASKTYPE\": \"Change Password\",\n            \"PARENTTASK\": \"\",\n            \"USER\": \"bsimpson5\",\n            \"ACCOUNT\": \"bsimpson5\",\n            \"SECURITYSYSTEM\": \"Active Directory Plus\",\n            \"ENDPOINT\": \"Active Directory Plus\",\n            \"ENDPOINTNAME\": \"ActiveDirectoryPlus\",\n            \"ENDPOINTKEY\": \"604\",\n            \"ENTITLEMENT_VALUEKEY\": \"\",\n            \"REQUESTID\": \"\",\n            \"REQUESTKEY\": \"\",\n            \"OWNERKEY\": \"admin\",\n            \"CREATIONDATE\": \"2021-01-04 20:27:34\",\n            \"UPDATEDATE\": \"2021-01-04 20:27:34\",\n            \"STATUS\": \"New\",\n            \"upadteuser\": \"bsimpson5(2021-01-04 20:27:34)\",\n            \"STARTDATE\": \"\",\n            \"ENDDATE\": \"\",\n            \"PROVISIONINGCOMMENTS\": \"\",\n            \"PROVISIONINGMETADATA\": \"\",\n            \"COMMENTS\": \"add a comment\",\n            \"REQUESTACCESSKEY\": \"\",\n            \"ENTITLEMENTTYPE\": \"\"\n        },\n        {\n            \"TASKID\": \"10642774\",\n            \"TASKTYPE\": \"Change Password\",\n            \"PARENTTASK\": \"\",\n            \"USER\": \"\",\n            \"ACCOUNT\": \"$1V9000-2LO73GT330CI\",\n            \"SECURITYSYSTEM\": \"Active Directory Plus\",\n            \"ENDPOINT\": \"Active Directory Plus\",\n            \"ENDPOINTNAME\": \"ActiveDirectoryPlus\",\n            \"ENDPOINTKEY\": \"604\",\n            \"ENTITLEMENT_VALUEKEY\": \"\",\n            \"REQUESTID\": \"\",\n            \"REQUESTKEY\": \"\",\n            \"OWNERKEY\": \"admin\",\n            \"CREATIONDATE\": \"2021-02-17 04:27:54\",\n            \"UPDATEDATE\": \"2021-02-17 04:27:54\",\n            \"STATUS\": \"New\",\n            \"upadteuser\": \"admin(2021-02-17 04:27:54)\",\n            \"STARTDATE\": \"\",\n            \"ENDDATE\": \"\",\n            \"PROVISIONINGCOMMENTS\": \"\",\n            \"PROVISIONINGMETADATA\": \"\",\n            \"COMMENTS\": \"add a comment\",\n            \"REQUESTACCESSKEY\": \"\",\n            \"ENTITLEMENTTYPE\": \"\"\n        }\n    ]\n}"}],"_postman_id":"661e4c84-03f2-41f2-bace-5a3b86cc3fe3"},{"name":"Fetch Request Access Attributes","id":"4ecfaf0d-e512-44f8-9f5b-ec9f0a1a40f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"requestaccesskey","value":"10","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchRequestAccessAttributes","description":"<p>This method returns approval history details for a given \"RequestAccessKey\"(provided in <code>requestaccesskey</code> parameter)</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:\n<code>requestaccesskey</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchRequestAccessAttributes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"61ed6d24-06bb-4019-8fd2-60316f3f8dd9","name":"Fetch Request Access Attributes","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 23:59:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e407de8e-587e-473b-9429-44a7b579cd01; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"65858CCDCC35A80EA9CCCE76B8D174D0","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"e407de8e-587e-473b-9429-44a7b579cd01","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"successful\",\"result\":[{\"ATTRIBUTE_NAME\":\"ACCOUNTNAME\",\"ATTRIBUTE_VALUE\":\"glogan\",\"ACCOUNTS_COLUMN\":\"\",\"ATTRIBUTEGROUP\":\"\",\"ATTRIBUTELABLE\":\"\",\"DESCRIPTION\":\"\",\"ATTRIBUTE_OLDVALUE\":\"\"},{\"ATTRIBUTE_NAME\":\"ENDPOINT\",\"ATTRIBUTE_VALUE\":\"19\",\"ACCOUNTS_COLUMN\":\"\",\"ATTRIBUTEGROUP\":\"\",\"ATTRIBUTELABLE\":\"\",\"DESCRIPTION\":\"\",\"ATTRIBUTE_OLDVALUE\":\"\"},{\"ATTRIBUTE_NAME\":\"companyAffiliation\",\"ATTRIBUTE_VALUE\":\"\",\"ACCOUNTS_COLUMN\":\"customproperty11\",\"ATTRIBUTEGROUP\":\"\",\"ATTRIBUTELABLE\":\"Company Affiliation\",\"DESCRIPTION\":\"\",\"ATTRIBUTE_OLDVALUE\":\"\"},{\"ATTRIBUTE_NAME\":\"tool\",\"ATTRIBUTE_VALUE\":\"\",\"ACCOUNTS_COLUMN\":\"customproperty12\",\"ATTRIBUTEGROUP\":\"\",\"ATTRIBUTELABLE\":\"Tool\",\"DESCRIPTION\":\"\",\"ATTRIBUTE_OLDVALUE\":\"\"}],\"size\":4,\"errorCode\":\"0\"}"}],"_postman_id":"4ecfaf0d-e512-44f8-9f5b-ec9f0a1a40f0"},{"name":"Check Task Status","id":"085373fe-1164-49f4-b756-26b13ab38e9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"taskid","value":"2700","type":"text"}]},"url":"{{url}}/ECM/{{path}}/checkTaskStatus","description":"<p>This API can be used to check the task status. Response can return task status as “New/Complete/In Progress/Discontinued”.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>taskid</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","checkTaskStatus"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"939375ee-92b9-49c6-82a6-c549b66fe207","name":"Check Task Status","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 21:03:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5c687cd8-1750-4b0d-8d44-b3beb62fba7a; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"F781F555E3ADC68C5A3562830D6362BA","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"5c687cd8-1750-4b0d-8d44-b3beb62fba7a","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"Status\": \"Complete\",\n    \"UpdateDate\": \"2018-08-09 03:29:13.0\",\n    \"ProvisioningMetadata\": null,\n    \"Comments\": \"test comments\",\n    \"ProvisioningComments\": null,\n    \"UpdateUser\": \"admin\"\n}"}],"_postman_id":"085373fe-1164-49f4-b756-26b13ab38e9f"}],"id":"4e1f68c2-bd09-47d9-bd70-b4e0967f74d3","_postman_id":"4e1f68c2-bd09-47d9-bd70-b4e0967f74d3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Delete Task","item":[{"name":"Delete Task - AD Group","id":"ae419fd7-5c56-4acc-872f-799b05ae1569","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"1000007\",\n    \"role\": \"CN=rec,OU=Groups,DC=corpAD,DC=saviynt,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"DELETEENTITLEMENT\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create a delete entitlement task in a specific endpoint.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>tasktype</code> - DELETEENTITLEMENT,\n<code>username</code>,\n<code>endpointname</code>,\n<code>username</code></p>\n<p>Optional params:\n<code>assignmenttype</code> - ENTITLEMENTS,\n<code>comments</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8004086d-7272-43e2-8d12-71f2b71e511e","name":"Delete Task - AD Group","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"1000007\",\n    \"role\": \"CN=rec,OU=Groups,DC=corpAD,DC=saviynt,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"DELETEENTITLEMENT\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=dc8b5571-9db5-47ec-aa62-eb2e665b9fe8; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Dec 2020 22:58:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"Success\",\n    \"errorcode\": \"0\",\n    \"TaskID List\": [\n        10642638\n    ]\n}"}],"_postman_id":"ae419fd7-5c56-4acc-872f-799b05ae1569"}],"id":"8c3f872e-7f25-401f-80b9-3823fd63529c","_postman_id":"8c3f872e-7f25-401f-80b9-3823fd63529c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}}],"id":"ddfb63dd-d94a-4fb6-aa1a-d8b028de8f63","_postman_id":"ddfb63dd-d94a-4fb6-aa1a-d8b028de8f63","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}}],"id":"d4b908e3-183d-4b78-94f1-9ee90f8396ae","_postman_id":"d4b908e3-183d-4b78-94f1-9ee90f8396ae","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"5.0 Delegated Administration","item":[{"name":"Get Delegate User List","id":"291a48c4-98c1-4a43-8e5d-e379eeb23cc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"parentusername\" : \"acook\",\n\t\"searchCriteria\" :\t\"d*\",\n\t\"max\":\"2\"\n}"},"url":"{{url}}/ECM/{{path}}/getDelegateUserList","description":"<p>This API returns list of users that are allowed to be added as delegate for a parentuser in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>parentusername</code></p>\n<p>Optional params:</p>\n<p><code>max</code>, <code>offset</code>,</p>\n<p><code>searchCriteria</code> - example \"t*\" or \"<em>te</em>\" or \"test\" to search in username or firstname or lastname for the delegate user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getDelegateUserList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5b1aab37-fd14-4fda-87b8-f56eb4266b84","name":"Get Delegate User List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"{{url}}/ECM/{{path}}/getDelegateUserList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=dab029a9-a0d4-45ff-a6da-52099e4c17b3; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 06 Dec 2018 22:41:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"firstname\": \"Damien\",\n            \"username\": \"dbailey\",\n            \"lastname\": \"Baliey\"\n        },\n        {\n            \"firstname\": \"Deanna\",\n            \"username\": \"dodonnell\",\n            \"lastname\": \"Odonnell\"\n        }\n    ],\n    \"msg\": \"Success\",\n    \"displayCount\": \"2\",\n    \"errorCode\": \"0\",\n    \"totalCount\": \"166\"\n}"}],"_postman_id":"291a48c4-98c1-4a43-8e5d-e379eeb23cc6"},{"name":"Create Delegate","id":"070a3a7a-ba07-475d-9f07-04aa0066b9b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userName","value":"admin","type":"text"},{"key":"name","value":"delegatetest","type":"text"},{"key":"delegateusername","value":"dbailey","type":"text"},{"key":"delegatestartdate","value":"10142018","type":"text"},{"key":"delegateenddate","value":"08182019","type":"text"},{"key":"parentusername","value":"acook","type":"text"},{"key":"description","value":"","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createDelegate","description":"<p>This method creates a new delegate for a parent User. The input parameters of this method contains the details of the Parent User as well as the one to whom the Delegation is carried out.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: </p>\n<p><code>userName</code> - this is user who is creating the delegation,</p>\n<p><code>name</code> - name of delegate,</p>\n<p><code>delegateusername</code> - this is the user who should be assigned as the delegate of the parent user,</p>\n<p><code>delegatestartdate</code> - in format MMDDYYY,</p>\n<p><code>delegateenddate</code> - in format MMDDYYY</p>\n<p>Optional params:</p>\n<p><code>parentusername</code> - this is the parent username, if not passed it will consider <code>userName</code> as parentusername,</p>\n<p><code>description</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createDelegate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"30cedb4c-1652-4b2e-b280-66fd209ac430","name":"Create Delegate","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userName","value":"admin","type":"text"},{"key":"name","value":"delegatetest","type":"text"},{"key":"delegateusername","value":"U011556","type":"text"},{"key":"delegatestartdate","value":"07142020","type":"text"},{"key":"delegateenddate","value":"08182020","type":"text"},{"key":"parentusername","value":"U013053","type":"text"},{"key":"description","value":"","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createDelegate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bb12b0ba-7fc5-48e8-ac65-4e6537207af7; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 01 Jul 2020 22:39:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \" Delegate created\",\n    \"delegatekey\": \"1\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"070a3a7a-ba07-475d-9f07-04aa0066b9b4"},{"name":"Fetch Existing Delegates List","id":"9a4c293f-9d07-44ff-87dd-8907e5f5cfee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"userName\": \"acook\",\n\t\"status\":\"ACTIVE\",\n\t\"max\":\"2\"\n}"},"url":"{{url}}/ECM/{{path}}/fetchDelegatesList","description":"<p>This API is used to retrieve the list of existing delegates and their details.\nIf any optional parameter is not specified then only active delegates are displayed.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>userName</code> - this is the parentusername</p>\n<p>Optional params:</p>\n<p><code>max</code>, <code>offset</code>,</p>\n<p><code>status</code> - values can be ACTIVE / INACTIVE</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchDelegatesList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0980b612-11bf-4d5e-add8-9e62f1abb3ad","name":"Fetch Existing Delegates List","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"userName\": \"U013053\",\n\t\"status\":\"ACTIVE\",\n\t\"max\":\"2\"\n}"},"url":"{{url}}/ECM/{{path}}/fetchDelegatesList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bb12b0ba-7fc5-48e8-ac65-4e6537207af7; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 01 Jul 2020 22:42:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"delegateList\": [\n        {\n            \"delegatekey\": \"1\",\n            \"name\": \"delegatetest\",\n            \"description\": \"\",\n            \"parentusername\": \"U013053\",\n            \"parentFirstName\": \"Maureen\",\n            \"parentLastName\": \"Knauber\",\n            \"delegateFirstName\": \"Daniel\",\n            \"delegateLastName\": \"Schibler\",\n            \"status\": \"ACTIVE\",\n            \"delegateusername\": \"U011556\",\n            \"startdate\": \"07/14/2020\",\n            \"enddate\": \"08/18/2020\"\n        }\n    ],\n    \"errorCode\": \"0\",\n    \"totalCount\": \"1\",\n    \"delegateCount\": 1\n}"}],"_postman_id":"9a4c293f-9d07-44ff-87dd-8907e5f5cfee"},{"name":"Edit Delegate","id":"e87b38a4-bcfe-4e89-8427-4cdcbe2128ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userName","value":"admin","type":"text"},{"key":"key","value":"27","type":"text"},{"key":"name","value":"delegatetest","type":"text"},{"key":"delegateusername","value":"acook","type":"text"},{"key":"parentusername","value":"dbailey","type":"text"},{"key":"delegatestartdate","value":"09142018","type":"text"},{"key":"delegateenddate","value":"10122018","type":"text"},{"key":"description","value":"test","type":"text"}]},"url":"{{url}}/ECM/{{path}}/editDelegate","description":"<p>This method is used to edit a specific delegate. The input parameters of this method contain the details of the Parent User as well as the one to whom the Delegation is carried out.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: </p>\n<p><code>key</code> - this is the delegatekey,</p>\n<p><code>userName</code> - this is user who is updating the delegation,</p>\n<p><code>name</code> - name of delegate,</p>\n<p><code>delegateusername</code> - this is the user who should be assigned as the delegate of the parent user,</p>\n<p><code>delegatestartdate</code> - in format MMDDYYY,</p>\n<p><code>delegateenddate</code> - in format MMDDYYY</p>\n<p>Optional params:</p>\n<p><code>parentusername</code> - this is the parent username, if not passed it will consider <code>userName</code> as parentusername</p>\n<p><code>description</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","editDelegate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"90ac9133-7d32-4dba-8cb4-553ac28d2a2f","name":"Edit Delegate","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userName","value":"admin","type":"text"},{"key":"key","value":"27","type":"text"},{"key":"name","value":"delegatetest","type":"text"},{"key":"delegateusername","value":"acook","type":"text"},{"key":"parentusername","value":"dbailey","type":"text"},{"key":"delegatestartdate","value":"09142018","type":"text"},{"key":"delegateenddate","value":"10122018","type":"text"},{"key":"description","value":"test","type":"text"}]},"url":"{{url}}/ECM/{{path}}/editDelegate","description":"This method is used to edit a specific delegate. The input parameters of this method contain the details of the Parent User as well as the one to whom the Delegation is carried out.\n\nThe `Authorization` must have `Bearer` followed by `Token`.\n\nMandatory params: \n\n`key` - this is the delegatekey,\n\n`userName` - this is user who is updating the delegation,\n\n`name` - name of delegate,\n\n`delegateusername` - this is the user who should be assigned as the delegate of the parent user,\n\n`delegatestartdate` - in format MMDDYYY,\n\n`delegateenddate` - in format MMDDYYY\n\nOptional params:\n\n`parentusername` - this is the parent username, if not passed it will consider `userName` as parentusername\n\n`description`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 00:17:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=3b3657f3-ac68-45b6-91d2-0eb0da5a49f9; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"BA09100E8B505F5B13127B3CC6CCB012","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"3b3657f3-ac68-45b6-91d2-0eb0da5a49f9","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\" Delegate Updated\",\"errorCode\":\"0\"}"}],"_postman_id":"e87b38a4-bcfe-4e89-8427-4cdcbe2128ba"},{"name":"Delete Delegate","id":"5007dbf4-a1cb-4d5f-945c-eefa197c9587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userName","value":"admin","type":"text"},{"key":"key","value":"27","type":"text"}]},"url":"{{url}}/ECM/{{path}}/deleteDelegate","description":"<p>This API is used to delete a specific delegate. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: </p>\n<p><code>userName</code> - this is the user who is deleting the delegate,</p>\n<p><code>key</code> - the is the delegatekey</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","deleteDelegate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7cb4869e-86ca-450b-81ad-5247eb6134e6","name":"Delete Delegate","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userName","value":"admin","type":"text"},{"key":"key","value":"27","type":"text"}]},"url":"{{url}}/ECM/{{path}}/deleteDelegate","description":"This API is used to delete a specific delegate. \n\n\nThe `Authorization` must have `Bearer` followed by `Token`.\n\nMandatory params: \n\n`userName` - this is the user who is deleting the delegate,\n\n`key` - the is the delegatekey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 03 Aug 2018 00:55:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4aa0bffb-f633-4f9f-8602-ca789a6c5db5; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"8344F063F02725FFB31B7B009B3397E1","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"4aa0bffb-f633-4f9f-8602-ca789a6c5db5","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"errorCode\":\"0\"}"}],"_postman_id":"5007dbf4-a1cb-4d5f-945c-eefa197c9587"}],"id":"68809dde-9960-4b57-9581-81cd6d5526cd","_postman_id":"68809dde-9960-4b57-9581-81cd6d5526cd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"6.0 Attestations","item":[{"name":"Fetch Attestation List","id":"9e73d3d4-3694-4a5b-9dd9-cf239d460670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"userName","value":"dbailey","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchAttestationsList","description":"<p>This API call can be used to fetch Attestation list from SSM for a given user.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>userName</code></p>\n<p>Optional params:\n<code>max</code>, <code>offset</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchAttestationsList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e1de91e0-50be-4748-b0ee-8891f50c9b9a","name":"Fetch Attestation List","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 14:25:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=d4a7290e-77a6-4d23-ae52-024795ce1025; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"D5B2936E93F47DEE6A96EA5985A66AC5","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"d4a7290e-77a6-4d23-ae52-024795ce1025","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"successful\",\"attestations\":[{\"id\":368,\"att_name\":\"testAgainET - dbailey (Damien Bailey)\",\"certifier\":\"dbailey\",\"type\":\"Entitlement Owner\",\"createdate\":\"2018-07-17 13:23:13\",\"createdt\":\"2018-07-17 13:23:13\",\"enddate\":\"2018-07-26 14:00:00\",\"updateuser\":\"\",\"updatedate\":\"2018-07-17 13:23:13\",\"status\":\"New\",\"action\":\"\",\"reminderstattus\":\"\",\"actions\":\"\"},{\"id\":367,\"att_name\":\"test - dbailey (Damien Bailey)\",\"certifier\":\"dbailey\",\"type\":\"Entitlement Owner\",\"createdate\":\"2018-06-19 07:28:09\",\"createdt\":\"2018-06-19 07:28:09\",\"enddate\":\"2018-06-28 14:00:00\",\"updateuser\":\"\",\"updatedate\":\"2018-06-19 07:28:09\",\"status\":\"New\",\"action\":\"\",\"reminderstattus\":\"\",\"actions\":\"\"}],\"count\":2,\"errorCode\":\"0\"}"}],"_postman_id":"9e73d3d4-3694-4a5b-9dd9-cf239d460670"},{"name":"Fetch Attestation Details","id":"e8a4cb83-90d6-4d14-941b-5ca1637e0e4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"userName","value":"dbailey","type":"text"},{"key":"id","value":"368","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchAttestationDetails","description":"<p>This API call can be used to fetch Attestation details for a particular attestation from SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:  </p>\n<p><code>userName</code> - this is the certifier username, </p>\n<p><code>id</code> - this is the attestation id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchAttestationDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fc911450-a8fd-4370-bccc-aa149e86d80a","name":"Fetch Attestation Details","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 14:41:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=20e38941-179f-4bef-a46a-7f374c2fe029; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"D5B2936E93F47DEE6A96EA5985A66AC5","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"20e38941-179f-4bef-a46a-7f374c2fe029","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"successful\",\"count\":1,\"errorCode\":\"0\",\"complete\":\"Y\",\"locked\":\"N\",\"attestationdetails\":[{\"username\":\"smarquez\",\"firstname\":\"Shania\",\"lastname\":\"Marquez\",\"comments\":\"\",\"cp1\":\"IP\",\"cp2\":\"\",\"cp3\":\"Activated\",\"cp4\":\"test\",\"cp5\":\"C\",\"updateuser\":\"acook\",\"totalAccounts\":3,\"certified\":\"Completed\",\"certifiedall\":\"Works For Me\"}]}"}],"_postman_id":"e8a4cb83-90d6-4d14-941b-5ca1637e0e4a"},{"name":"Certify UserManager Requests","id":"46d88536-6768-4b54-afbd-114f3ca884c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"verifications\":[  \r\n      {  \r\n         \"id\":\"13\",\r\n         \"employee\":\"dbailey\",\r\n         \"verifier\":\"admin\",\r\n         \"action\":\"DOESNOTWORKFORME\"\r\n      }\r\n   ]\r\n}"},"url":"{{url}}/ECM/{{path}}/certifyUserManagerRequests","description":"<p>This API can be used to certify users employment status for user manager attestation.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>verifications</code> - </p>\n<p><code>employee</code> - Username to whom you want to certify</p>\n<p><code>verifier</code> - Indicates the ‘username’ of the approver/verifier</p>\n<p><code>action</code> - Specify the ‘Action’ you want to take for the respective Campaign. Possible values are ‘Works for me’, ‘Does not work for me’, ‘Terminated’, and ‘No response’</p>\n<p><code>id</code> - Indicates the attestation id for which you want to take action specified in the ‘Action’ parameter.  </p>\n<p>Optional params:</p>\n<p><code>verifications</code> -</p>\n<p><code>comments</code> - Specify the comments you want to mention for taking the respective action</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","certifyUserManagerRequests"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b3d1a04f-6623-4e86-991c-7b75845c6d31","name":"Certify UserManager Requests","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 15:25:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9124cfe4-14fb-43e8-9179-6195545d0aa4; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"E64015B459D7E1842BF5E71B6BEB398C","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"9124cfe4-14fb-43e8-9179-6195545d0aa4","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"msg\": \"\",\n    \"count\": 1,\n    \"errorCode\": \"\",\n    \"verifications\": [\n        {\n            \"msg\": \"Success\",\n            \"errorCode\": \"0\",\n            \"id\": \"13\",\n            \"employee\": \"dbailey\"\n        }\n    ]\n}"}],"_postman_id":"46d88536-6768-4b54-afbd-114f3ca884c2"},{"name":"Fetch Attestation Account Entitlement Details","id":"cd622f13-c0b8-409a-893b-b28cc92946ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"19","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchAttAccEntDetails","description":"<p>This API call can be used to get the details, status, and keys for accounts and entitlements within user manager attestation.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:<br /><code>id</code> - attestation id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchAttAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ed0d048b-59a4-440f-93de-69ca81f181d5","name":"Fetch Attestation Account Entitlement Details","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 06:23:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ef915fbd-85f3-4a3b-8605-b4bf7867754e; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"077DC12920CE3D4F807486248E6DB732","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"ef915fbd-85f3-4a3b-8605-b4bf7867754e","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Success\",\"accentdetails\":{\"userscount\":2,\"id\":19,\"users\":[{\"firstname\":\"Mina\",\"employeeattuserkey\":152371,\"accountscount\":1,\"accounts\":[{\"accountattkey\":212330,\"entitlements\":[{\"entname\":\"Absence Partner\",\"enttype\":\"Access\",\"entcriticality\":\"None\",\"entattkey\":2951,\"entcomments\":\"Revoked on [08/10/17-null null(admin)] d<br>\",\"entcertified\":\"No\"},{\"entname\":\"Accountant\",\"enttype\":\"Access\",\"entcriticality\":\"None\",\"entattkey\":2952,\"entcomments\":\"Revoked on [08/10/17-null null(admin)] d<br>\",\"entcertified\":\"No\"},{\"entname\":\"TestEnt1\",\"enttype\":\"Access\",\"entcriticality\":\"None\",\"entattkey\":4096,\"entcomments\":\"Revoked on [08/10/17-null null(admin)] d<br>\",\"entcertified\":\"No\"},{\"entname\":\"TestEnt2\",\"enttype\":\"Access\",\"entcriticality\":\"None\",\"entattkey\":4097,\"entcomments\":\"Revoked on [08/10/17-null null(admin)] d<br>\",\"entcertified\":\"No\"},{\"entname\":\"TestEnt3\",\"enttype\":\"Access\",\"entcriticality\":\"None\",\"entattkey\":4098,\"entcomments\":\"Revoked on [08/10/17-null null(admin)] d<br>\",\"entcertified\":\"No\"}],\"endpoint\":\"amigopod\",\"comments\":\"Revoked on [08/10/17-null null(admin)] d<br>\",\"accountname\":\"188837\",\"entitlementscount\":5,\"certified\":\"No\"}],\"employeeusername\":\"188837\",\"lastname\":\"Naghavi\"},{\"firstname\":\"Liyan\",\"employeeattuserkey\":25,\"accountscount\":2,\"accounts\":[{\"accountattkey\":25,\"entitlements\":[{\"entname\":\"ROLE_USERS\",\"enttype\":\"Role\",\"entcriticality\":\"None\",\"entattkey\":3,\"entcomments\":\"Certified on [08/10/17-null null(admin)] <br>\",\"entcertified\":\"Yes\"}],\"endpoint\":\"Endpoint1\",\"comments\":\"Certified on [08/10/17-null null(admin)] <br>\",\"accountname\":\"CNLYA9\",\"entitlementscount\":1,\"certified\":\"Yes\"},{\"accountattkey\":151893,\"entitlements\":[{\"entname\":\"Technical Viewer\",\"enttype\":\"Roles\",\"entcriticality\":\"None\",\"entattkey\":168,\"entcomments\":\"\",\"entcertified\":\"No Response\"},{\"entname\":\"Support Viewer\",\"enttype\":\"Roles\",\"entcriticality\":\"None\",\"entattkey\":169,\"entcomments\":\"\",\"entcertified\":\"No Response\"}],\"endpoint\":\"Global Product Catalogue\",\"comments\":\"\",\"accountname\":\"Liyan.Yang\",\"entitlementscount\":2,\"certified\":\"No Response\"}],\"employeeusername\":\"CNLYA9\",\"lastname\":\"Yang\"}]},\"errorCode\":\"0\"}"}],"_postman_id":"cd622f13-c0b8-409a-893b-b28cc92946ba"},{"name":"Approve Reject Attestation Account Details","id":"71a623ac-a412-4313-a8eb-aa899a3eb604","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"attid\":\"12\",\r\n\t\"verifier\":\"admin\",\r\n\t\"users\":[{\"userattkey\":\"141679\",\"certified\":\"WORKSFORME\"}],\r\n\t\"accounts\":[{\"accattkey\":\"3\",\"userattkey\":\"141679\",\"certified\":\"Yes\"}],\r\n\t\"entitlements\":[{\"accattkey\":\"3\",\"userattkey\":\"141679\",\"certified\":\"Yes\",\"entattkey\":\"67\"}],\r\n\t\"comments\" : \"att comment\"\r\n}"},"url":"{{url}}/ECM/{{path}}/approveRejectAttAccEntDetails","description":"<p>This API can be used to approve or reject accounts or entitlements for a user manager attestation.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>attid</code> - attestation id,</p>\n<p><code>id</code> - same as attid,</p>\n<p><code>verifier</code> - Indicates the approver/verifier username verifying the attestation request,</p>\n<p><code>accounts</code> - </p>\n<p>  1.<code>accattkey</code> - Indicates the account id which you want to approve/reject</p>\n<p>  2.<code>userattkey</code> - Indicates the user id which you want to approve</p>\n<p>  3.<code>certified</code> - Select the action you want to perform. For approval, mention ‘Yes’ and for rejecting mention ‘No’</p>\n<p><code>entitlements</code> - </p>\n<p>  1.<code>accattkey</code> - Indicates the account id for which you want to approve/reject for the respective entitlement</p>\n<p>  2.<code>userattkey</code> - Indicates the user id which you want to approve</p>\n<p>  3.<code>certified</code> - Select the action you want to perform. For approval, mention ‘Yes’ and for rejecting mention ‘No’</p>\n<p>  4.<code>entattkey</code> - Indicates the entitlement attribute key for which you want to approve/reject the respective entitlement</p>\n<p>Either accounts or entitlements is mandatory.</p>\n<p>Optional params:</p>\n<p><code>users</code> - </p>\n<p>  1.<code>userattkey</code> - Indicates the user id which you want to approve</p>\n<p>  2.<code>certified</code> -  Specify the ‘Action’. Possible values are ‘Works for me’, ‘Does not work for me’, ‘Terminated’, and ‘No response’</p>\n<p><code>comments</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","approveRejectAttAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"27630793-3750-43c2-906a-71456a669799","name":"Approve Reject Attestation Account Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"attid\":\"12\",\r\n\t\"verifier\":\"admin\",\r\n\t\"users\":[{\"userattkey\":\"141679\",\"certified\":\"WORKSFORME\"}],\r\n\t\"accounts\":[{\"accattkey\":\"3\",\"userattkey\":\"141679\",\"certified\":\"Yes\"}],\r\n\t\"entitlements\":[{\"accattkey\":\"3\",\"userattkey\":\"141679\",\"certified\":\"Yes\",\"entattkey\":\"67\"}],\r\n\t\"comments\" : \"att comment\"\r\n}"},"url":"{{url}}/ECM/{{path}}/approveRejectAttAccEntDetails","description":"This API can be used to approve or reject accounts or entitlements for a user manager attestation.\r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nMandatory params: \r\n\r\n`attid` - attestation id,\r\n\r\n`id` - same as attid,\r\n\r\n`verifier` - Indicates the approver/verifier username verifying the attestation request,\r\n\r\n`accounts` - \r\n\r\n  1.`accattkey` - Indicates the account id which you want to approve/reject\r\n  \r\n  2.`userattkey` - Indicates the user id which you want to approve\r\n  \r\n  3.`certified` - Select the action you want to perform. For approval, mention ‘Yes’ and for rejecting mention ‘No’\r\n  \r\n`entitlements` - \r\n\r\n  1.`accattkey` - Indicates the account id for which you want to approve/reject for the respective entitlement\r\n  \r\n  2.`userattkey` - Indicates the user id which you want to approve\r\n  \r\n  3.`certified` - Select the action you want to perform. For approval, mention ‘Yes’ and for rejecting mention ‘No’\r\n  \r\n  4.`entattkey` - Indicates the entitlement attribute key for which you want to approve/reject the respective entitlement\r\n  \r\n\r\nEither accounts or entitlements is mandatory.\r\n\r\nOptional params:\r\n\r\n`users` - \r\n\r\n  1.`userattkey` - Indicates the user id which you want to approve\r\n  \r\n  2.`certified` -  Specify the ‘Action’. Possible values are ‘Works for me’, ‘Does not work for me’, ‘Terminated’, and ‘No response’\r\n  \r\n`comments`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 06:37:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b28d72b9-ac35-47ac-ac6e-a98e7f12cbfe; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"077DC12920CE3D4F807486248E6DB732","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"b28d72b9-ac35-47ac-ac6e-a98e7f12cbfe","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n\t\"errorCode\": \"0\",\n    \"msg\": \"Success\"\n    \n}"}],"_postman_id":"71a623ac-a412-4313-a8eb-aa899a3eb604"},{"name":"Lock Attestation","id":"f8501516-49b6-4258-887f-5bc64b52c810","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"verifier","value":"admin","type":"text"},{"key":"attid","value":"19","type":"text"},{"key":"comments","value":"locking comment","type":"text"}]},"url":"{{url}}/ECM/{{path}}/lockAttestation","description":"<p>This API can be used to lock a completed attestation, which is not locked. Once the attestation is locked using lockAttestation, no changes can be made to the attestation.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>verifier</code> - Indicates the approver/verifier username verifying the attestation request,</p>\n<p><code>attid</code> - Indicates the attestation id</p>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","lockAttestation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4ff1ccb4-1de9-46d9-851c-7515d86223bc","name":"Lock Attestation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"verifier","value":"admin","type":"text"},{"key":"attid","value":"19","type":"text"},{"key":"comments","value":"locking comment","type":"text"}]},"url":"{{url}}/ECM/{{path}}/lockAttestation","description":"This API can be used to lock a completed attestation, which is not locked. Once the attestation is locked using lockAttestation, no changes can be made to the attestation.\r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nMandatory params: \r\n\r\n`verifier` - Indicates the approver/verifier username verifying the attestation request,\r\n\r\n`attid` - Indicates the attestation id\r\n\r\nOptional params:\r\n\r\n`comments`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 21:48:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=6e891410-6048-4462-bec4-3170341a83eb; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"5575A2C186D163DF6ABD7D10A7D2B130","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"6e891410-6048-4462-bec4-3170341a83eb","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"errorCode\":\"0\"}"}],"_postman_id":"f8501516-49b6-4258-887f-5bc64b52c810"}],"id":"14623c51-80a2-482e-b100-eb8d65a81b6d","_postman_id":"14623c51-80a2-482e-b100-eb8d65a81b6d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"7.0 Campaigns","item":[{"name":"User Manager","item":[{"name":"Fetch Campaign List","id":"0acd4412-c8b8-4c2b-ae92-947e0c3f603b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{ \r\n\"certifierUsername\":\"admin\",\r\n\"max\":\"5\" ,\r\n\"offset\":\"0\" \r\n} "},"url":"{{url}}/ECM/{{path}}/fetchCampaignList","description":"<p>This API returns list of all campaign's pending to be certified.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>certifierUsername</code></p>\n<p>Optional params:</p>\n<p><code>max</code>, <code>offset</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchCampaignList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e7b7544a-a5bb-472d-8d51-783cf0908f11","name":"Fetch Campaign List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\"certifierUsername\":\"admin\",\r\n\"max\":\"5\" ,\r\n\"offset\":\"0\" \r\n} "},"url":"{{url}}/ECM/{{path}}/fetchCampaignList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=c0494f59-0217-4467-8651-6cdc0c878b45; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2019 21:44:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"campaigns\": [\n        {\n            \"id\": 84,\n            \"campaignName\": \"attachment\",\n            \"type\": \"User Manager\",\n            \"progress\": \"0%\",\n            \"campaignOwner\": \"dbailey (Damien Bailey)\",\n            \"startDate\": \"2017-07-14 00:00:00\",\n            \"endDate\": \"2017-08-06 00:00:00\",\n            \"status\": \"In Progress\",\n            \"action\": \"\",\n            \"reassigned\": \"N/A\"\n        },\n        {\n            \"id\": 94,\n            \"campaignName\": \"default\",\n            \"type\": \"User Manager\",\n            \"progress\": \"0%\",\n            \"campaignOwner\": \"acook (Amaya Cook)\",\n            \"startDate\": \"2017-07-18 17:00:00\",\n            \"endDate\": \"2017-08-04 17:00:00\",\n            \"status\": \"In Progress\",\n            \"action\": \"\",\n            \"reassigned\": \"N/A\"\n        },\n        {\n            \"id\": 106,\n            \"campaignName\": \"dates1\",\n            \"type\": \"User Manager\",\n            \"progress\": \"0%\",\n            \"campaignOwner\": \"crichards (Cody Richards)\",\n            \"startDate\": \"2017-07-21 00:00:00\",\n            \"endDate\": \"2017-08-06 00:00:00\",\n            \"status\": \"In Progress\",\n            \"action\": \"\",\n            \"reassigned\": \"N/A\"\n        },\n        {\n            \"id\": 117,\n            \"campaignName\": \"notification\",\n            \"type\": \"User Manager\",\n            \"progress\": \"41%\",\n            \"campaignOwner\": \"smarquez (Shania Marquez)\",\n            \"startDate\": \"2017-08-01 07:00:00\",\n            \"endDate\": \"2017-09-02 07:00:00\",\n            \"status\": \"In Progress\",\n            \"action\": \"\",\n            \"reassigned\": \"N/A\"\n        },\n        {\n            \"id\": 118,\n            \"campaignName\": \"notification2\",\n            \"type\": \"User Manager\",\n            \"progress\": \"53%\",\n            \"campaignOwner\": \"lkrause (Lindsay Krause)\",\n            \"startDate\": \"2017-08-01 07:00:00\",\n            \"endDate\": \"2017-09-02 07:00:00\",\n            \"status\": \"In Progress\",\n            \"action\": \"\",\n            \"reassigned\": \"N/A\"\n        }\n    ],\n    \"count\": 42,\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"0acd4412-c8b8-4c2b-ae92-947e0c3f603b"},{"name":"Fetch Campaign Details","id":"59f28e1a-cf99-492f-944a-220e815809bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignId\":\"232\" \r\n} "},"url":"{{url}}/ECM/{{path}}/fetchCampaignDetails","description":"<p>This API return details of a particular campaign required for employee verification. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code></p>\n<p>Optional params:</p>\n<p><code>certifierUsername</code></p>\n<p><code>certkey</code></p>\n<p><code>max</code></p>\n<p><code>offset</code></p>\n<p><code>showCampaignConfig</code> (True/ False) Returns the campaign configuration details when set to True.</p>\n<p><em><strong>Note</strong></em>: The user attributes in the response is driven by the attributes selected during the campaign launch.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchCampaignDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f9d0310b-989a-4abe-8e1f-f6638f14ad35","name":"Fetch Campaign Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignId\":\"232\" \r\n} "},"url":"{{url}}/ECM/{{path}}/fetchCampaignDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e46e8de2-fe87-4986-8bdb-fb927923a1c1; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 25 Apr 2019 20:41:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"campaignId\": \"232\",\n    \"count\": 1,\n    \"errorCode\": \"0\",\n    \"Total Preview Certification\": [\n        \"testLock2 - dbailey (Damien Bailey)\"\n    ],\n    \"campaignDetails\": [\n        {\n            \"certkey\": \"12258\",\n            \"certificationame\": \"testLock2 - dbailey (Damien Bailey)\",\n            \"certifier\": \"dlogan\",\n            \"status\": \"Locked And Task Created\",\n            \"progress\": \"100%\",\n            \"usercount\": 5,\n            \"users\": [\n                {\n                    \"firstname\": \"Tabitha\",\n                    \"comments\": \"\",\n                    \"displayname\": \"Tabitha Bowers\",\n                    \"username\": \"tbowers\",\n                    \"comment\": \"\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"totalaccount\": 5,\n                    \"updateuser\": \"dbailey\",\n                    \"consulted\": \"true\"\n                },\n                {\n                    \"firstname\": \"Ariana\",\n                    \"comments\": \"\",\n                    \"displayname\": \"Ariana Hinton\",\n                    \"username\": \"00039016-9acb-495d-8912-7bc289d0af1b\",\n                    \"comment\": \"[02/26/19-(admin)] test comments for dbailey[02/26/19-(admin)] test comments for dbailey[02/26/19-(admin)] test comments for dbailey[02/26/19-(admin)] test comments for dbailey[02/26/19-(admin)] test comments for dbailey\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"totalaccount\": 1,\n                    \"updateuser\": \"dbailey\",\n                    \"consulted\": \"true\"\n                },\n                {\n                    \"firstname\": \"Mathew\",\n                    \"comments\": \"\",\n                    \"displayname\": \"\",\n                    \"username\": \"194422\",\n                    \"comment\": \"[02/26/19-(admin)] test comments for DEWHE0\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"totalaccount\": 2,\n                    \"updateuser\": \"dbailey\",\n                    \"consulted\": \"false\"\n                },\n                {\n                    \"firstname\": \"Shania\",\n                    \"comments\": \"\",\n                    \"displayname\": \"\",\n                    \"username\": \"194445\",\n                    \"comment\": \"\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"totalaccount\": 2,\n                    \"updateuser\": \"dbailey\",\n                    \"consulted\": \"false\"\n                },\n                {\n                    \"firstname\": \"Cody\",\n                    \"comments\": \"\",\n                    \"displayname\": \"\",\n                    \"username\": \"194446\",\n                    \"comment\": \"\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"totalaccount\": 1,\n                    \"updateuser\": \"dbailey\",\n                    \"consulted\": \"false\"\n                }\n            ]\n        }\n    ],\n    \"complete\": \"Yes\"\n}"}],"_postman_id":"59f28e1a-cf99-492f-944a-220e815809bd"},{"name":"Certify User Manager for Campaign","id":"8dc20c48-af20-4ce7-b233-b1567e4f7cdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"verifications\": [\n        {\n            \"campaignId\": \"228\",\n            \"certkey\":\"15575\",\n            \"employee\": \"acook\",\n            \"verifier\": \"dbailey\",\n            \"action\": \"DOESNOTWORKFORME\",\n            \"comments\": \"test comments for acook\"\n        },\n        {\n            \"campaignId\": \"228\",\n            \"certkey\":\"15576\",\n            \"employee\": \"crichards\",\n            \"verifier\": \"dbailey\",\n            \"action\": \"WORKSFORME\",\n            \"comments\": \"test comments for crichards\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/certifyUserManagerforCampaign","description":"<p>This API will do employee verification for a particular campaign.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>verifications</code> - </p>\n<ol>\n<li><code>campaignId</code></li>\n<li><code>employee </code> - can be one employee or list of employees like - [\"jdoe\",\"\",\"smith\",\"john\"], </li>\n<li><code>verifier</code></li>\n<li><code>action</code> - Valid actions are WORKSFORME/DOESNOTWORKFORME/NORESPONSE,</li>\n<li><code>certkey</code></li>\n</ol>\n<p>Optional params:</p>\n<p><code>comments</code> in the <code>verifications</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","certifyUserManagerforCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f002d750-39d2-4c6b-9991-d7b963c995a7","name":"certifyUserManagerforCampaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"verifications\": [\n        {\n            \"campaignId\": \"228\",\n            \"certkey\":\"15575\",\n            \"employee\": \"acook\",\n            \"verifier\": \"dbailey\",\n            \"action\": \"DOESNOTWORKFORME\",\n            \"comments\": \"test comments for acook\"\n        },\n        {\n            \"campaignId\": \"228\",\n            \"certkey\":\"15576\",\n            \"employee\": \"crichards\",\n            \"verifier\": \"dbailey\",\n            \"action\": \"WORKSFORME\",\n            \"comments\": \"test comments for crichards\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/certifyUserManagerforCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=97e1461f-281a-4d13-9063-4bec4406cf5a; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 27 Nov 2018 21:52:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"\",\n    \"count\": 2,\n    \"errorCode\": \"\",\n    \"verifications\": [\n        {\n            \"msg\": \"success\",\n            \"errorCode\": \"0\",\n            \"id\": \"227\",\n            \"employee\": \"acook\"\n        },\n        {\n            \"msg\": \"success\",\n            \"errorCode\": \"0\",\n            \"id\": \"227\",\n            \"employee\": \"crichards\"\n        }\n    ]\n}"},{"id":"a1e20ca9-cde9-47ee-86e8-ff9e157b26bf","name":"Certify User Manager for Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"verifications\": [\n        {\n            \"campaignId\": \"228\",\n            \"certkey\":\"15575\",\n            \"employee\": \"acook\",\n            \"verifier\": \"dbailey\",\n            \"action\": \"DOESNOTWORKFORME\",\n            \"comments\": \"test comments for acook\"\n        },\n        {\n            \"campaignId\": \"228\",\n            \"certkey\":\"15576\",\n            \"employee\": \"crichards\",\n            \"verifier\": \"dbailey\",\n            \"action\": \"WORKSFORME\",\n            \"comments\": \"test comments for crichards\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/certifyUserManagerforCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=6e2c9642-a791-42bd-a49d-d5b45b45c647; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 05 Dec 2018 19:07:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"verifications\": [\n        {\n            \"msg\": \"success\",\n            \"errorCode\": \"0\",\n            \"campaignId\": \"227\",\n            \"employee\": \"acook\",\n            \"verifier\": \"dbailey\",\n            \"action\": \"DOESNOTWORKFORME\"\n        },\n        {\n            \"msg\": \"success\",\n            \"errorCode\": \"0\",\n            \"campaignId\": \"227\",\n            \"employee\": \"crichards\",\n            \"verifier\": \"dbailey\",\n            \"action\": \"WORKSFORME\"\n        }\n    ]\n}"}],"_postman_id":"8dc20c48-af20-4ce7-b233-b1567e4f7cdb"},{"name":"Fetch Account Entitlement Details","id":"d5b6765e-bf4a-4b60-bf72-151f5835c7ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignId\":\"313\" \r\n} "},"url":"{{url}}/ECM/{{path}}/fetchCampaignAccEntDetails","description":"<p>This API returns user details, account-entitlement details of a particular campaign required for certify/revoke API. If last certified actions and last certified comments are configured during campaign creation, then it is displayed in the API response. If the employmentStatus parameter is passed with this API, then only the match records in the certified field are displayed in the API response.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code></p>\n<p>Optional params:</p>\n<p><code>certifierUsername</code>,</p>\n<p><code>certkey</code>,</p>\n<p><code>max</code>(default is 100),</p>\n<p><code>offset</code>(default is 0),</p>\n<p><code>returnFlatResponse</code>(can be true or false)</p>\n<p><code>employmentStatus</code> (NORESPONSE/ WORKSFORME/ DOESNOTWORKFORME/ TERMINATED/ ENDDATE_EXTENDED)</p>\n<p><em><strong>Note</strong></em>: The user attributes in the response is driven by the attributes selected during the campaign launch.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"428dd597-dffd-4136-a988-3ef732cd0bc0","name":"Fetch Account Entitlement Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignId\":\"64\" \r\n}"},"url":"{{url}}/ECM/{{path}}/fetchCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=B0CA26893FC71B3FE11A02E7434995E1; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=c560d6b7-9ec8-4c56-a3b7-ff51d5ca3c98; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 23 Jun 2021 16:03:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"campaignId\": \"64\",\n    \"count\": 5,\n    \"errorCode\": \"0\",\n    \"complete\": \"No\",\n    \"campaignAccountEntDetails\": [\n        {\n            \"certkey\": \"29292\",\n            \"certificationname\": \"EPICUserMgrCampQ1Feb1 - admin (Saviynt AdminUser)\",\n            \"status\": \"New\",\n            \"usercount\": 1,\n            \"users\": [\n                {\n                    \"certuserkey\": 203136,\n                    \"username\": \"Chammersmith\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"comment\": \"\",\n                    \"userStatus\": 1,\n                    \"accountCount\": 2,\n                    \"consulted\": \"true\",\n                    \"accounts\": [\n                        {\n                            \"certaccountkey\": 190880,\n                            \"accountname\": \"154\",\n                            \"endpoint\": \"Epic\",\n                            \"certified\": \"Active\",\n                            \"certfied\": null,\n                            \"consulted\": \"true\",\n                            \"comments\": null,\n                            \"accountStatus\": \"Active\",\n                            \"entitlementcount\": 3,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 1469785,\n                                    \"entname\": \"T00010\",\n                                    \"enttype\": \"Template\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null,\n                                    \"entStatus\": 1,\n                                    \"consulted\": \"true\"\n                                },\n                                {\n                                    \"certEntitlementkey\": 1469786,\n                                    \"entname\": \"T00918\",\n                                    \"enttype\": \"Sub-Template\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null,\n                                    \"entStatus\": 1,\n                                    \"consulted\": \"false\"\n                                },\n                                {\n                                    \"certEntitlementkey\": 1469787,\n                                    \"entname\": \"T01138\",\n                                    \"enttype\": \"Sub-Template\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null,\n                                    \"entStatus\": 1,\n                                    \"consulted\": \"true\"\n                                }\n                            ]\n                        },\n                        {\n                            \"certaccountkey\": 190881,\n                            \"accountname\": \"chammersmith\",\n                            \"endpoint\": \"Epic\",\n                            \"certified\": \"Active\",\n                            \"certfied\": null,\n                            \"consulted\": \"true\",\n                            \"comments\": null,\n                            \"accountStatus\": \"Active\",\n                            \"entitlementcount\": 2,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 1469788,\n                                    \"entname\": \"TestSubTemplate\",\n                                    \"enttype\": \"Sub-Template\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null,\n                                    \"entStatus\": 1,\n                                    \"consulted\": \"true\"\n                                },\n                                {\n                                    \"certEntitlementkey\": 1469789,\n                                    \"entname\": \"TestSubTemplate3\",\n                                    \"enttype\": \"Sub-Template\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null,\n                                    \"entStatus\": 1,\n                                    \"consulted\":\"false\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"certkey\": \"29293\",\n            \"certificationname\": \"EPICUserMgrCampQ1Feb1 - U045101 (Siu Han Chung)\",\n            \"status\": \"New\",\n            \"usercount\": 1,\n            \"users\": [\n                {\n                    \"certuserkey\": 203137,\n                    \"username\": \"G000706\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"comment\": \"\",\n                    \"userStatus\": 1,\n                    \"accountCount\": 1,\n                    \"consulted\": \"true\",\n                    \"accounts\": [\n                        {\n                            \"certaccountkey\": 190882,\n                            \"accountname\": \"21607\",\n                            \"endpoint\": \"Epic\",\n                            \"certified\": \"1\",\n                            \"certfied\": null,\n                            \"consulted\": \"true\",\n                            \"comments\": null,\n                            \"accountStatus\": \"1\",\n                            \"entitlementcount\": 1,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 1469790,\n                                    \"entname\": \"T00274\",\n                                    \"enttype\": \"Template\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null,\n                                    \"entStatus\": 1,\n                                    \"consulted\": \"true\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"certkey\": \"29295\",\n            \"certificationname\": \"EPICUserMgrCampQ1Feb1 - jwen (Jim Wen)\",\n            \"status\": \"New\",\n            \"usercount\": 2,\n            \"users\": [\n                {\n                    \"certuserkey\": 203138,\n                    \"username\": \"U003961\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"comment\": \"\",\n                    \"userStatus\": 1,\n                    \"accountCount\": 1,\n                    \"consulted\": \"true\",\n                    \"accounts\": [\n                        {\n                            \"certaccountkey\": 190883,\n                            \"accountname\": \"63585\",\n                            \"endpoint\": \"Epic\",\n                            \"certified\": \"1\",\n                            \"certfied\": null,\n                            \"consulted\": \"true\",\n                            \"comments\": null,\n                            \"accountStatus\": \"1\",\n                            \"entitlementcount\": 1,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 1469791,\n                                    \"entname\": \"T00274\",\n                                    \"enttype\": \"Template\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null,\n                                    \"entStatus\": 1,\n                                    \"consulted\":\"false\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"certuserkey\": 203139,\n                    \"username\": \"U024789\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"comment\": \"\",\n                    \"userStatus\": 1,\n                    \"accountCount\": 1,\n                    \"consulted\": \"true\",\n                    \"accounts\": [\n                        {\n                            \"certaccountkey\": 190884,\n                            \"accountname\": \"U024789\",\n                            \"endpoint\": \"Epic\",\n                            \"certified\": \"Manually Provisioned\",\n                            \"certfied\": null,\n                            \"consulted\": \"true\",\n                            \"comments\": null,\n                            \"accountStatus\": \"Manually Provisioned\",\n                            \"entitlementcount\": 2,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 1469792,\n                                    \"entname\": \"T01093\",\n                                    \"enttype\": \"Template\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null,\n                                    \"entStatus\": 1,\n                                    \"consulted\": \"true\"\n                                },\n                                {\n                                    \"certEntitlementkey\": 1469793,\n                                    \"entname\": \"TestSubTemplate2\",\n                                    \"enttype\": \"Sub-Template\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null,\n                                    \"entStatus\": 1,\n                                    \"consulted\": \"true\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"certkey\": \"29296\",\n            \"certificationname\": \"EPICUserMgrCampQ1Feb1 - Mr_Manager (Bobby Cox)\",\n            \"status\": \"New\",\n            \"usercount\": 2,\n            \"users\": [\n                {\n                    \"certuserkey\": 203140,\n                    \"username\": \"JSMOLTZ\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"comment\": \"\",\n                    \"userStatus\": 1,\n                    \"accountCount\": 2,\n                    \"consulted\": \"true\",\n                    \"accounts\": [\n                        {\n                            \"certaccountkey\": 190885,\n                            \"accountname\": \"166\",\n                            \"endpoint\": \"Epic\",\n                            \"certified\": \"Active\",\n                            \"certfied\": null,\n                            \"consulted\": \"true\",\n                            \"comments\": null,\n                            \"accountStatus\": \"Active\",\n                            \"entitlementcount\": 2,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 1469794,\n                                    \"entname\": \"Epic_Demo_Template\",\n                                    \"enttype\": \"Template\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null,\n                                    \"entStatus\": 1,\n                                    \"consulted\": \"true\"\n                                },\n                                {\n                                    \"certEntitlementkey\": 1469795,\n                                    \"entname\": \"T00918\",\n                                    \"enttype\": \"Sub-Template\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null,\n                                    \"entStatus\": 1,\n                                    \"consulted\":\"false\"\n                                }\n                            ]\n                        },\n                        {\n                            \"certaccountkey\": 190887,\n                            \"accountname\": \"1256\",\n                            \"endpoint\": \"Epic\",\n                            \"certified\": \"Active\",\n                            \"certfied\": null,\n                            \"consulted\": \"true\",\n                            \"comments\": null,\n                            \"accountStatus\": \"Active\",\n                            \"entitlementcount\": 2,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 1469797,\n                                    \"entname\": \"T00010\",\n                                    \"enttype\": \"Template\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null,\n                                    \"entStatus\": 1,\n                                    \"consulted\": \"true\"\n                                },\n                                {\n                                    \"certEntitlementkey\": 1469798,\n                                    \"entname\": \"T01448\",\n                                    \"enttype\": \"Sub-Template\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null,\n                                    \"entStatus\": 1,\n                                    \"consulted\":\"false\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"certuserkey\": 203141,\n                    \"username\": \"GMADDUX\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"comment\": \"\",\n                    \"userStatus\": 1,\n                    \"accountCount\": 1,\n                    \"consulted\": \"true\",\n                    \"accounts\": [\n                        {\n                            \"certaccountkey\": 190886,\n                            \"accountname\": \"1112\",\n                            \"endpoint\": \"Epic\",\n                            \"certified\": \"Active\",\n                            \"certfied\": null,\n                            \"consulted\": \"true\",\n                            \"comments\": null,\n                            \"accountStatus\": \"Active\",\n                            \"entitlementcount\": 1,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 1469798,\n                                    \"entname\": \"T01448\",\n                                    \"enttype\": \"Sub-Template\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null,\n                                    \"entStatus\": 1,\n                                    \"consulted\": \"true\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"certkey\": \"29297\",\n            \"certificationname\": \"EPICUserMgrCampQ1Feb1 - 320156 (Le Chang)\",\n            \"status\": \"New\",\n            \"usercount\": 1,\n            \"users\": [\n                {\n                    \"certuserkey\": 203142,\n                    \"username\": \"G000526\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"comment\": \"\",\n                    \"userStatus\": 1,\n                    \"accountCount\": 2,\n                    \"consulted\": \"true\",\n                    \"accounts\": [\n                        {\n                            \"certaccountkey\": 190888,\n                            \"accountname\": \"21172\",\n                            \"endpoint\": \"Epic\",\n                            \"certified\": \"1\",\n                            \"certfied\": null,\n                            \"consulted\": \"true\",\n                            \"comments\": null,\n                            \"accountStatus\": \"1\",\n                            \"entitlementcount\": 1,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 1469799,\n                                    \"entname\": \"T00274\",\n                                    \"enttype\": \"Template\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null,\n                                    \"entStatus\": 1,\n                                    \"consulted\": \"true\"\n                                }\n                            ]\n                        },\n                        {\n                            \"certaccountkey\": 190889,\n                            \"accountname\": \"G000526\",\n                            \"endpoint\": \"Epic\",\n                            \"certified\": \"Active\",\n                            \"certfied\": null,\n                            \"consulted\": \"true\",\n                            \"comments\": null,\n                            \"accountStatus\": \"Active\",\n                            \"entitlementcount\": 1,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 1469800,\n                                    \"entname\": \"TestSubTemplate2\",\n                                    \"enttype\": \"Sub-Template\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null,\n                                    \"entStatus\": 1,\n                                    \"consulted\":\"false\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"d5b6765e-bf4a-4b60-bf72-151f5835c7ff"},{"name":"Approve Reject Campaign Account Entitlement Details","id":"b5c07377-432c-47cd-b2d6-0e265d23edc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"campaignid\": \"1459\",\r\n  \"certkey\": \"6437\",\r\n  \"verifier\": \"admin\",\r\n  \"bulkUpdate\": \"Y\",\r\n  \"bulkValidations\": \"N\",\r\n\"accounts\": [\r\n    {\r\n     \"accattkey\": \"28996\",\r\n      \"userattkey\":\"36892\",\r\n      \"certified\": \"YES\",\r\n      \"comments\":\"yash_approve123\"\r\n    }],\r\n     \"entitlements\": \r\n     [{\"accattkey\": \"28996\",\"userattkey\": \"36892\",\"entattkey\": \"38585\",\"certified\": \"YES\"}],    \"roles\":\r\n    [\r\n        {\"roleattkey\":\"11177\",\"certified\":\"YES\",\"userattkey\":\"36892\",\"accattkey\": \"28996\",\"comments\":\"APPROLECOMMENTS#$\"},\r\n        {\"roleattkey\":\"11178\",\"certified\":\"YES\",\"userattkey\":\"36892\",\"comments\":\"ENTROLECOMMENTS#$\"},\r\n        {\"roleattkey\":\"11179\",\"certified\":\"YES\",\"userattkey\":\"36892\",\"comments\":\"FiREROLECOMMENTS#$@\"}]\r\n    }"},"url":"{{url}}/ECM/{{path}}/approverejectCampaignAccEntDetails","description":"<p>This API is used to certify/revoke the user's access (account, entitlement) along with employment verification. When an approve or reject action is performed for a line item in a User Manager campaign, then only the latest comment sent through the API is retained in the comments field but all the comments (including actions) are stored in the audit trail/history.</p>\n<p>From Release v23.8, this API now supports resetting of actions on roles within a certification.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignid</code></p>\n<p><code>certkey</code></p>\n<p><code>verifier</code></p>\n<p><code>accounts</code> -</p>\n<ol>\n<li><code>accattkey</code></li>\n<li><code>userattkey</code></li>\n<li><code>certified</code> (Can be Yes/No/Reset)</li>\n<li><code>comments</code></li>\n</ol>\n<p><code>entitlements</code> -</p>\n<ol>\n<li><code>entattkey</code></li>\n<li><code>accattkey</code></li>\n<li><code>userattkey</code></li>\n<li><code>certified</code> (Can be Yes/No/Reset)</li>\n<li><code>comments</code></li>\n</ol>\n<p><code>users</code> -</p>\n<ol>\n<li><code>userattkey</code></li>\n<li><code>certified</code></li>\n<li><code>comments</code></li>\n</ol>\n<p>Optional params:</p>\n<p><code>bulkUpdate</code>(Can be Y or N)</p>\n<p><code>approveComment</code></p>\n<p><code>rejectComment</code></p>\n<p><code>doesNotBelongToMeComment</code></p>\n<p><code>roleattkey</code></p>\n<p><code>bulkValidations</code>(If 'Y' the code works as is and all validations happen, if bulkValidations=' N' the code will skip validations for all the records passed)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","approverejectCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a0f38c63-e4a8-4b44-9f19-bac9c478a7fb","name":"Approve Reject Campaign Account Entitlement Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignid\":\"227\", \r\n\"verifier\":\"admin\", \r\n\"users\":[{\"userattkey\":\"3751\",\"certified\":\"WORKSFORME\",\"comments\":\"test1\"}],\r\n\"accounts\":[{\"accattkey\":\"6177\",\"userattkey\":\"3751\",\"certified\":\"Yes\",\"comments\":\"test2\"}], \r\n\"entitlements\":[{\"accattkey\":\"6177\",\"userattkey\":\"3751\",\"certified\":\"Yes\",\"entattkey\":\"24648\",\"comments\":\"test3\"}] \r\n} "},"url":"{{url}}/ECM/{{path}}/approverejectCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=81842bc7-f7b5-41b4-8c0f-2d668faca1e4; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 05 Dec 2018 20:30:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"},{"id":"2d65216b-d57c-460d-9305-bc4f9941da84","name":"Approve Reject Campaign Account Entitlement Details - new","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"campaignid\": \"8509\",\n  \"certkey\": \"8841\",\n  \"verifier\": \"admin\",\n  \"bulkUpdate\": \"Y\",\n  \"bulkValidations\": \"N\",\n\"accounts\": [\n    {\n     \"accattkey\": \"295938\",\n      \"userattkey\":\"199968\",\n      \"certified\": \"YES\",\n      \"comments\":\"yash_approve123\"\n    }],\n\t \"entitlements\":\n     [{\"accattkey\": \"295938\",\"userattkey\": \"199968\",\"entattkey\": \"813182\",\"certified\": \"YES\"}],\n\t\n    \"roles\":\n    [\n        {\"roleattkey\":\"14948\",\"certified\":\"YES\",\"userattkey\":\"199968\",\"accattkey\": \"295938\",\"comments\":\"APPROLECOMMENTS#$\"},\n        {\"roleattkey\":\"14949\",\"certified\":\"NO\",\"userattkey\":\"199968\",\"comments\":\"ENTROLECOMMENTS#$\"},\n\t    {\"roleattkey\":\"14950\",\"certified\":\"YES\",\"userattkey\":\"199968\",\"comments\":\"FiREROLECOMMENTS#$@\"}]\n    }"},"url":"{{url}}/ECM/{{path}}/approverejectCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Jun 2023 10:31:38 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=6d31db43-01f2-437a-8a04-dbce152ed735; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\",\n    \"users\": \"Success\"\n}"}],"_postman_id":"b5c07377-432c-47cd-b2d6-0e265d23edc1"},{"name":"Lock Campaign","id":"fcdc299f-aa68-4844-a321-6c906d3754bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignId\":\"227\",\r\n\"verifier\":\"dbailey\"\r\n}"},"url":"{{url}}/ECM/{{path}}/lockCampaign","description":"<p>This API is used to lock campaign after validating whether campaign is completed or not.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code>,\n<code>verifier</code></p>\n<p>Optional params:</p>\n<p><code>certkey</code>,\n<code>lockComments</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","lockCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"03e12073-7dbf-48d5-bb8f-98e1b69d378a","name":"Lock Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignId\":\"227\" \r\n}"},"url":"{{url}}/ECM/{{path}}/lockCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=7958f5b1-8e92-4d46-abaf-fa3ae84a1ee6; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 05 Dec 2018 20:49:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n\"msg\": \"Success\",\r\n\"lockedcertkey\": [\r\n12255,\r\n12256\r\n],\r\n\"errorCode\": \"0\",\r\n\"Total locked certification\": [\r\n\"testLock1 - smarquez (Shania Marquez)\",\r\n\"testLock1 - crichards (Cody Richards)\"\r\n],\r\n\"Total Incomplete certification\": []\r\n}"}],"_postman_id":"fcdc299f-aa68-4844-a321-6c906d3754bf"},{"name":"Reassign UserManager Step 1 for Campaign","id":"1abb6727-4488-432e-b8aa-7c991dc93cb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignname\": \"Campaign_53\",\n    \"certificationname\": \"Campaign_53 - awsadmin (aws admin)\",\n    \"campaignid\": \"389\",\n    \"certkey\": \"68177\",\n    \"username\": [\n        \"194481\",\n        \"295474\"\n    ],\n    \"newassignee\": \"ahinton\",\n    \"comments\": \"certifier from API\"\n}"},"url":"{{url}}/ECM/{{path}}/reassignUserManagerforCampaign","description":"<p>This API reassigns UserManager for Campaign at Employment Verification Stage in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignname</code> or <code>campaignid</code></p>\n<p><code>certificationname</code> or <code>certkey</code></p>\n<p><code>username</code></p>\n<p>Optional params:</p>\n<p><code>newassignee</code></p>\n<p><code>comments</code></p>\n<p><code>updateuser</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","reassignUserManagerforCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8d7f0739-942d-42d2-9c2a-92925fb7393d","name":"Lock Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignId\":\"227\" \r\n}"},"url":"{{url}}/ECM/{{path}}/lockCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=7958f5b1-8e92-4d46-abaf-fa3ae84a1ee6; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 05 Dec 2018 20:49:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n\"msg\": \"Success\",\r\n\"lockedcertkey\": [\r\n12255,\r\n12256\r\n],\r\n\"errorCode\": \"0\",\r\n\"Total locked certification\": [\r\n\"testLock1 - acook (Amaya Cook)\",\r\n\"testLock1 - tbowers (Tabitha Bowers)\"\r\n],\r\n\"Total Incomplete certification\": []\r\n}"},{"id":"38cbc419-bea9-4018-af1d-19cbe439f3b9","name":"Reassign UserManager for Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignname\": \"Campaign_53\",\n    \"certificationname\": \"Campaign_53 - awsadmin (aws admin)\",\n    \"campaignid\": \"389\",\n    \"certkey\": \"68177\",\n    \"username\": [\n        \"194481\",\n        \"295474\"\n    ],\n    \"newassignee\": \"ahinton\",\n    \"comments\": \"certifier from API\"\n}"},"url":"{{url}}/ECM/{{path}}/lockCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 12 Feb 2020 19:41:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"1abb6727-4488-432e-b8aa-7c991dc93cb1"},{"name":"Consult UserManager Step 1 for Campaign","id":"75794267-44db-4d4d-8f29-d58d85c72439","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignname\": \"Campaign_53\",\n    \"certificationname\": \"Campaign_53 - awsadmin (aws admin)\",\n    \"campaignid\": \"389\",\n    \"certkey\": \"68177\",\n    \"username\": [\n        \"194481\",\n        \"295474\"\n    ],\n    \"newassignee\": \"ahinton\",\n    \"comments\": \"certifier from API\"\n}"},"url":"{{url}}/ECM/{{path}}/consultUserManagerforCampaign","description":"<p>This API consults UserManager for Campaign at Employment Verification Stage in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignname</code> or <code>campaignid</code></p>\n<p><code>certificationname</code> or <code>certkey</code></p>\n<p><code>newassignee</code></p>\n<p><code>username</code></p>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n<p><code>updateuser</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","consultUserManagerforCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"49837942-f739-4ac5-a2e9-e52f33c21968","name":"Consult UserManager for Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignname\": \"Campaign_53\",\n    \"certificationname\": \"Campaign_53 - awsadmin (aws admin)\",\n    \"campaignid\": \"389\",\n    \"certkey\": \"68177\",\n    \"username\": [\n        \"194481\",\n        \"295474\"\n    ],\n    \"newassignee\": \"ahinton\",\n    \"comments\": \"certifier from API\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/consultUserManagerforCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Language","value":"en-US"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 12 Feb 2020 19:34:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"75794267-44db-4d4d-8f29-d58d85c72439"},{"name":"Consult Campaign Account Entitlement Details","id":"940da6c3-c3d2-4704-9b76-538c62d1f6b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{   \n\t\"updateuser\":\"admin\",\n\t\"campaignname\": \"Campaign_46\",\n\t\"certificationname\": \"Campaign_46 - awsadmin (aws admin)\",\n\t\"campaignid\":\"390\",\n    \"certkey\":\"68179\",\n\t\"newassignee\":\"ahinton\",\n\t\"comments\": \"test2\",\n\t\"accounts\": [\n        {\n            \"accattkey\": \"32740\",\n            \"userattkey\": \"57463\",\n            \"consultassociatedentitlements\" : \"false\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"accattkey\": \"32735\",\n            \"userattkey\": \"57451\",\n            \"entattkey\": \"38486\"\n        }\n        ]\n}"},"url":"{{url}}/ECM/{{path}}/consultCampaignAccEntDetails","description":"<p>This API consults User Manager for Campaign at Account and Access Certification Stage in SSM. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>newassignee</code></p>\n<p><code>campaignname</code> or <code>campaignid</code></p>\n<p><code>certificationname</code> or <code>certkey</code></p>\n<p><code>accounts</code> -</p>\n<ol>\n<li><code>accattkey</code></li>\n<li><code>userattkey</code></li>\n<li><code>consultassociatedentitlements</code></li>\n</ol>\n<p><em><strong>OR</strong></em></p>\n<p><code>entitlements</code> - </p>\n<ol>\n<li><code>accattkey</code> </li>\n<li><code>userattkey</code></li>\n<li><code>entattkey</code></li>\n</ol>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n<p><code>updateuser</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","consultCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f3574ca3-a345-4cb2-a6d1-b1006224f137","name":"Consult Campaign Account Entitlement Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{   \n\t\"updateuser\":\"admin\",\n\t\"campaignname\": \"Campaign_46\",\n\t\"certificationname\": \"Campaign_46 - awsadmin (aws admin)\",\n\t\"campaignid\":\"390\",\n    \"certkey\":\"68179\",\n\t\"newassignee\":\"ahinton\",\n\t\"comments\": \"test2\",\n\t\"accounts\": [\n        {\n            \"accattkey\": \"32740\",\n            \"userattkey\": \"57463\",\n            \"consultassociatedentitlements\" : \"false\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"accattkey\": \"32735\",\n            \"userattkey\": \"57451\",\n            \"entattkey\": \"38486\"\n        }\n        ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/consultCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Language","value":"en-US"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 00:19:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"},{"id":"28f867ca-ad7f-4bb1-97b7-8246d812fe8e","name":"Consult Campaign Account Entitlement Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{   \n\t\"updateuser\":\"admin\",\n\t\"campaignname\": \"Campaign_46\",\n\t\"certificationname\": \"Campaign_46 - awsadmin (aws admin)\",\n\t\"campaignid\":\"390\",\n    \"certkey\":\"68179\",\n\t\"newassignee\":\"ahinton\",\n\t\"comments\": \"test2\",\n\t\"accounts\": [\n        {\n            \"accattkey\": \"32740\",\n            \"userattkey\": \"57463\",\n            \"consultassociatedentitlements\" : \"false\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"accattkey\": \"32735\",\n            \"userattkey\": \"57451\",\n            \"entattkey\": \"38486\"\n        }\n        ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/consultCampaignAccEntDetails"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"940da6c3-c3d2-4704-9b76-538c62d1f6b6"},{"name":"Reassign Certification at Account and Entitlement Level Copy","id":"91f30ba4-350f-4291-8402-9622101e3398","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\":\"smorgan\",\n    \"campaignid\": \"10\",\n    \"certkey\": \"15\",\n    \"entitlements\": [\n        {\n            \"entattkey\": \"146\"\n        }\n    ],\n    \"newassignee\": \"amackenzie\",\n    \"bulkupdate\": \"y\",\n    \"bulkvalidation\": \"y\",\n    \"comments\": \"reassigning from API\"\n}"},"url":"{{url}}/ECM/{{path}}//reAssignUserManagerStep2AccEntDetails","description":"<p>This API reassigns accounts, roles, or entitlements to a different user or certifier. The associated users for accounts, roles, or entitlements that are being reassigned, must be certified in Step 1.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>updateuser</code> (can be Admin/Campaign Owner/Certifier/Delegate)</p>\n<p><code>campaignid</code>- Campaign ID or the primary key of the campaign table.</p>\n<p><code>certkey</code>- Certification key or the primary key of the certification table.</p>\n<p><code>accounts</code>- List of accounts. (You must provide either accounts/entitlements/roles)</p>\n<p><code>entitlements</code>- List of child entitlements. (You must provide either accounts/entitlements/roles)</p>\n<p><code>roles</code> - List of roles. (You must provide either accounts/entitlements/roles)</p>\n<p><code>newassignee</code>- New certifier or user to whom the certification will be assigned.</p>\n<p><code>bulkupdate</code> (can be Y/N)</p>\n<p><code>bulkvalidation</code> (can be Y/N)</p>\n<p><code>bulkConsultAssociatedData</code> (can be Y/N) This option enables you to specify whether to reassign all accounts, entitlements and roles related to the specified account/entitlement/role.</p>\n<p>Optional params:</p>\n<p><code>campaignname</code> - Name of the campaign.</p>\n<p><code>certificationname</code> - Name of the certification.</p>\n<p><code>reassignComments</code>- Comments for reassigning the certification.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","","reAssignUserManagerStep2AccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"48e26df5-4f65-4fa5-9d87-f2bd56ff0566","name":"Reassign Certification at Account and Entitlement Level","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\":\"smorgan\",\n    \"campaignid\": \"10\",\n    \"certkey\": \"15\",\n    \"entitlements\": [\n        {\n            \"entattkey\": \"146\"\n        }\n    ],\n    \"newassignee\": \"amackenzie\",\n    \"bulkupdate\": \"y\",\n    \"bulkvalidation\": \"y\",\n    \"comments\": \"reassigning from API\"\n}"},"url":"{{url}}/ECM/{{path}}//reAssignUserManagerStep2AccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=863C3C1D4948DF65336E817EB99E9A2F; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5e661d6e-77c3-43a1-ab94-79f5e87beb79; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 17 Jul 2020 23:27:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"updateuser\":\"UserManger'\",\n    \"campaignname\":\"um_5.5_bnym_Reconfigure\",\n    \"certificationname\":\"um_5.5_bnym_Reconfigure - UserManger' (UserManger UserManger)\",\n    \"campaignid\":\"405\",\n    \"certkey\":\"3471\",\n    \"bulkUpdate\":\"Y\",\n    \"bulkConsultAssociatedData\":\"Y\",\n    \"bulkValidation\":\"Y\",\n    \"newassignee\":\"UM8'\",\n    \"reassignComments\": \"Tim's Reassign Comment\",\n    \"accounts\": [{\"userattkey\": \"25700\",\"accattkey\": \"35799\"}],\n    \"entitlements\": [{\"userattkey\": \"25700\",\"accattkey\": \"35800\", \"entattkey\": \"67650\"}],\n    \"roles\": [{\"userattkey\":\"25701\",\"roleattkey\": \"1818\"}]\n}\n\n"}],"_postman_id":"91f30ba4-350f-4291-8402-9622101e3398"}],"id":"91b485c4-2910-40ac-bbbb-027b41aef35b","_postman_id":"91b485c4-2910-40ac-bbbb-027b41aef35b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Entitlement Owner","item":[{"name":"Consult EntitlementOwner Step 1 for Campaign","id":"80191387-46d8-493e-8c81-e4adb9a58084","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignid\": \"66\",\n    \"certkey\": \"29299\",\n    \"campaignname\": \"EPICTemplateOwnerQ1Feb1\",\n    \"certificationname\": \"EPICTemplateOwnerQ1Feb1 - U013653 (Chandra Linsley)\",\n    \"newassignee\": \"1000012\",\n    \"comments\": \"Consulted via API\",\n    \"entitlements\": [\n        \"T00274\",\n        \"T00010\"\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/consultEOforCampaign","description":"<p>This API consults Entitltment Owner for Campaign at Employment Verification Stage in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignname</code> or <code>campaignid</code></p>\n<p><code>certificationname</code> or <code>certkey</code></p>\n<p><code>newassignee</code></p>\n<p><code>entitlements</code></p>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n<p><code>updateuser</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","consultEOforCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d3cb7b03-e845-4bff-b09d-1bde9d33b94b","name":"Consult EntitlementOwner Step 1 for Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignid\": \"66\",\n    \"certkey\": \"29299\",\n    \"campaignname\": \"EPICTemplateOwnerQ1Feb1\",\n    \"certificationname\": \"EPICTemplateOwnerQ1Feb1 - U013653 (Chandra Linsley)\",\n    \"newassignee\": \"1000012\",\n    \"comments\": \"Consulted via API\",\n    \"entitlements\": [\n        \"T00274\",\n        \"T00010\"\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/consultEOforCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Sep 2020 00:09:38 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=V8fH1tQB2A+KKGoHQwYXSQceYHkVAXrMHDE1mSvD955tLbUpNjEULMLXE3zAyv1j3PKfzwgFeKh3ilZw1K0pjhvOddXRtdjfnF++d5/lI9rh7xJia96pDkoUHhuc; Expires=Sat, 19 Sep 2020 00:09:38 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=V8fH1tQB2A+KKGoHQwYXSQceYHkVAXrMHDE1mSvD955tLbUpNjEULMLXE3zAyv1j3PKfzwgFeKh3ilZw1K0pjhvOddXRtdjfnF++d5/lI9rh7xJia96pDkoUHhuc; Expires=Sat, 19 Sep 2020 00:09:38 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9986fb93-9991-4e3f-9d69-0f1d0d8bbcd7; Path=/"},{"key":"X-Frame-Options","value":"ALLOW-FROM https://myorg.saviyntcloud.com/ECM/login/auth"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"80191387-46d8-493e-8c81-e4adb9a58084"},{"name":"Consult EntitlementOwner Step 2 for Campaign","id":"4b331d65-bece-4f84-99c8-5d5a079d15c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignname\": \"test_ent_acc_camp_2\",\n    \"certificationname\": \"test_ent_acc_camp_2 - awsadmin (firstnametest1 lastnametest1)\",\n    \"campaignid\": \"412\",\n    \"certkey\": \"136121\",\n    \"newassignee\": \"ahinton\",\n    \"comments\": \"certifier from API\",\n    \"accountentitlements\": [\n        {\n            \"entitlement\": \"Ent1\",\n            \"accounts\": [\n                \"saviyntUser03\"\n            ]\n        },\n        {\n            \"entitlement\": \"Accountant\",\n            \"accounts\": [\n                \"Derekautoincrement\"\n            ]\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/consultEOCampaignAccEntDetails","description":"<p>This API consults Entitltment Owner for Campaign at Account and Access Certification Stage in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignname</code> or <code>campaignid</code></p>\n<p><code>certificationname</code> or <code>certkey</code></p>\n<p><code>newassignee</code></p>\n<p><code>accountentitlements</code> - </p>\n<ol>\n<li><code>entitlement</code></li>\n<li><code>accounts</code></li>\n</ol>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n<p><code>updateuser</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","consultEOCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"26eebeed-686e-42b2-b939-9b741f81bca6","name":"Consult EntitlementOwner Step 2 for Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignname\": \"test_ent_acc_camp_2\",\n    \"certificationname\": \"test_ent_acc_camp_2 - awsadmin (firstnametest1 lastnametest1)\",\n    \"campaignid\": \"412\",\n    \"certkey\": \"136121\",\n    \"newassignee\": \"ahinton\",\n    \"comments\": \"certifier from API\",\n    \"accountentitlements\": [\n        {\n            \"entitlement\": \"Ent1\",\n            \"accounts\": [\n                \"saviyntUser03\"\n            ]\n        },\n        {\n            \"entitlement\": \"Accountant\",\n            \"accounts\": [\n                \"Derekautoincrement\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/consultEOCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Language","value":"en-US"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 00:11:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"4b331d65-bece-4f84-99c8-5d5a079d15c6"},{"name":"Fetch Account Entitlement Details","id":"28ff61d5-4ee6-4f7f-8735-92a9d3d6fdb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\":\"313\",\n\t\"verifier\" : \"admin\",\n\t\"certkey\" : \"12892\",\n\t\"max\" : \"1\",\n\t\"offset\" : \"0\",\n\t\"entitlementmax\" : \"3\",\n\t\"entitlementoffset\" : \"0\",\n\t\"accountmax\" : \"2\",\n\t\"accountoffset\" : \"0\",\n\t\"entitlement2max\" : \"2\",\n\t\"entitlement2offset\" : \"0\"\t\n}\n\n"},"url":"{{url}}/ECM/{{path}}/fetchEntOwnerCampaignAccEntDetails","description":"<p>This API returns user details, account-entitlement details of a particular campaign required for certify/revoke API. If last certified actions and last certified comments are configured during campaign creation, then it is displayed in the API response.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code></p>\n<p>Optional params:</p>\n<p><code>certkey</code></p>\n<p><code>max</code></p>\n<p><code>offset</code></p>\n<p><code>entitlementmax</code></p>\n<p><code>entitlementoffset</code></p>\n<p><code>accountmax</code></p>\n<p><code>accountoffset</code></p>\n<p><code>entitlement2max</code></p>\n<p><code>entitlement2offset</code></p>\n<p><code>verifier</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchEntOwnerCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1ad53c6b-d0ad-4378-b93b-b15854f27a8b","name":"Fetch Account Entitlement Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\":\"178\",\n\t\"verifier\" : \"admin\",\n\t\"certkey\" : \"33600\",\n\t\"max\" : \"1\",\n\t\"offset\" : \"0\",\n\t\"entitlementmax\" : \"3\",\n\t\"entitlementoffset\" : \"0\",\n\t\"accountmax\" : \"2\",\n\t\"accountoffset\" : \"0\",\n\t\"entitlement2max\" : \"2\",\n\t\"entitlement2offset\" : \"0\"\t\n}\n\n"},"url":"{{url}}/ECM/{{path}}/fetchEntOwnerCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=38C87CA79E8689F6B0D8D3026C1820ED; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ddfc7622-1638-4226-b359-43e94dacf6d9; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 23 Jun 2021 16:23:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"campaignId\": \"178\",\n    \"displayCount\": 1,\n    \"errorCode\": \"0\",\n    \"complete\": \"No\",\n    \"totalCount\": 1,\n    \"campaignAccountEntDetails\": [\n        {\n            \"certkey\": \"33600\",\n            \"certificationname\": \"Linux Access Review - U006789 (Constance Bihner)\",\n            \"status\": \"In progress\",\n            \"entitlementDisplayCount\": 1,\n            \"entitlementTotalCount\": 1,\n            \"entitlements\": [\n                {\n                    \"certentvalkey\": 1530363,\n                    \"entitlementType\": \"Groups\",\n                    \"syscritical\": \"0\",\n                    \"soxcritical\": \"0\",\n                    \"risk\": \"\",\n                    \"entitlement_value\": \"audio\",\n                    \"status\": \"1\",\n                    \"certfied\": \"APPROVED\",\n                    \"comment\": null,\n                    \"consulted\": \"no\",\n                    \"entitlementStatus\": 1,\n                    \"accountdisplaycount\": 2,\n                    \"accounttotalcount\": 10,\n                    \"accounts\": [\n                        {\n                            \"lastCertifiedCampaignName\": \"\",\n                            \"lastCertifiedUser\": \"\",\n                            \"systemUserName\": \"admin\",\n                            \"lastCertifiedDate\": \"\",\n                            \"username\": \"admin\",\n                            \"userStatus\": \"1\",\n                            \"certaccountkey\": 192406,\n                            \"accountname\": \"admin\",\n                            \"endpoint\": \"SaviyntLinuxServer\",\n                            \"certfied\": \"NORESPONSE\",\n                            \"comment\": null,\n                            \"consulted\": \"no\",\n                            \"accountStatus\": \"1\"\n                        },\n                        {\n                            \"lastCertifiedCampaignName\": \"\",\n                            \"lastCertifiedUser\": \"\",\n                            \"systemUserName\": \"jwallace\",\n                            \"lastCertifiedDate\": \"\",\n                            \"username\": \"U037787\",\n                            \"userStatus\": \"1\",\n                            \"certaccountkey\": 192407,\n                            \"accountname\": \"U037787\",\n                            \"endpoint\": \"SaviyntLinuxServer\",\n                            \"certfied\": \"NORESPONSE\",\n                            \"comment\": null,\n                            \"consulted\": \"no\",\n                            \"accountStatus\": \"1\"\n                        }\n                    ],\n                    \"entitlement2displaycount\": 0,\n                    \"entitlement2totalcount\": 0\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"28ff61d5-4ee6-4f7f-8735-92a9d3d6fdb8"},{"name":"Fetch Entitlement Owner Campaign Details","id":"6986c2d5-2307-4236-b950-63d5fb9552e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"campaignId\":\"282\"\n}"},"url":"{{url}}/ECM/{{path}}/fetchEntOwnerCampaignDetails","description":"<p>This API return details of a particular Entitlement Owner campaign in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code></p>\n<p>Optional params:</p>\n<p><code>max</code></p>\n<p><code>offset</code></p>\n<p><code>entitlementmax</code></p>\n<p><code>entitlementoffset</code></p>\n<p><code>certkey</code></p>\n<p><code>verifier</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchEntOwnerCampaignDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"26c6cea3-9885-4bf1-a0e3-7f5a24e7d530","name":"Fetch Entitlement Owner Campaign Details - FAILURE","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\"campaignId\":\"282\",\n\"certkey\": \"12802\"\n}"},"url":"{{url}}/ECM/{{path}}/fetchEntOwnerCampaignDetails"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Jun 2020 22:34:38 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=4Bi4d4FMTHUh9jLJwMlNjU5ljIfk4aQvU8kM4kFdLLZAL9AR0e2ZEfX/xWpuKHCobITswrAJlLP7ax9qOm5vvDiLSloBqqX6uwDTzsR1Ne4tgwuHPuIiGY/zfueW; Expires=Mon, 22 Jun 2020 22:34:38 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=4Bi4d4FMTHUh9jLJwMlNjU5ljIfk4aQvU8kM4kFdLLZAL9AR0e2ZEfX/xWpuKHCobITswrAJlLP7ax9qOm5vvDiLSloBqqX6uwDTzsR1Ne4tgwuHPuIiGY/zfueW; Expires=Mon, 22 Jun 2020 22:34:38 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8892aa42-facf-43a1-9cff-d4212b9a646d; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"certification with certkey 12802 not found for camapignId 282\",\n    \"errorCode\": \"1\"\n}"},{"id":"450c6655-bad4-4813-a9a7-ce82775a1708","name":"Fetch Entitlement Owner Campaign Details - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\"campaignId\":\"10\"\n}"},"url":"{{url}}/ECM/{{path}}/fetchEntOwnerCampaignDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=94589b88-cb05-4e05-a11d-dc62e85bb238; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 23 Jul 2020 15:42:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"totalCompleteCertification\": [\n        \"testent_test - lmcneil (Logan McNeil)\",\n        \"testent_test - kkrishnan (Kshama Krishnan)-Reassigned-2020-07-15-234436\",\n        \"testent_test - bkaplan (Brian Kaplan)-Reassigned-2020-07-20-191707\"\n    ],\n    \"campaignId\": \"10\",\n    \"displayCount\": 12,\n    \"errorCode\": \"0\",\n    \"campaignDetails\": [\n        {\n            \"certkey\": \"6\",\n            \"certificationame\": \"testent_test - lmcneil (Logan McNeil)\",\n            \"certifier\": \"lmcneil\",\n            \"status\": \"Completed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 1,\n            \"entitlementdisplaycount\": 1,\n            \"entitlement\": [\n                {\n                    \"entitlement_value\": \"1099 System (1099_System)\",\n                    \"endpoint\": \"Workday\",\n                    \"certfied\": \"APPROVED\",\n                    \"totalaccount\": 0,\n                    \"totalentitlement2\": 0,\n                    \"updateuser\": \"admin\",\n                    \"consulted\": \"no\"\n                }\n            ]\n        },\n        {\n            \"certkey\": \"7\",\n            \"certificationame\": \"testent_test - kkrishnan (Kshama Krishnan)-Reassigned-2020-07-15-234436\",\n            \"certifier\": \"kkrishnan\",\n            \"status\": \"Completed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 1,\n            \"entitlementdisplaycount\": 1,\n            \"entitlement\": [\n                {\n                    \"entitlement_value\": \"Report Writer (Report_Writer)\",\n                    \"endpoint\": \"Workday\",\n                    \"comment\": \"[07/15/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-Steve Morgan(smorgan)] approveComment\",\n                    \"certfied\": \"APPROVED\",\n                    \"totalaccount\": 0,\n                    \"totalentitlement2\": 0,\n                    \"updateuser\": \"smorgan\",\n                    \"consulted\": \"no\"\n                }\n            ]\n        },\n        {\n            \"certkey\": \"8\",\n            \"certificationame\": \"testent_test - mreddy (Mahesh Reddy)-Reassigned-2020-07-16-170550\",\n            \"certifier\": \"mreddy\",\n            \"status\": \"Fully Executed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"9\",\n            \"certificationame\": \"testent_test - rkumar (Rajiv Kumar)-Reassigned-2020-07-16-172607\",\n            \"certifier\": \"rkumar\",\n            \"status\": \"Fully Executed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"11\",\n            \"certificationame\": \"testent_test - abrennan (Abby Brennan)-Reassigned-2020-07-16-201654\",\n            \"certifier\": \"abrennan\",\n            \"status\": \"New\",\n            \"progress\": \"0%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"12\",\n            \"certificationame\": \"testent_test - abhat (Arjun Bhat)-Reassigned-2020-07-16-202800\",\n            \"certifier\": \"abhat\",\n            \"status\": \"Fully Executed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"13\",\n            \"certificationame\": \"testent_test - abianchi (Angela Bianchi)-Reassigned-2020-07-16-203801\",\n            \"certifier\": \"abianchi\",\n            \"status\": \"Fully Executed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"14\",\n            \"certificationame\": \"testent_test - adubois (Alain DuBois)-Reassigned-2020-07-16-211255\",\n            \"certifier\": \"adubois\",\n            \"status\": \"Fully Executed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"15\",\n            \"certificationame\": \"testent_test - akapoor (Amit Kapoor)-Reassigned-2020-07-16-213238\",\n            \"certifier\": \"akapoor\",\n            \"status\": \"Fully Executed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"21\",\n            \"certificationame\": \"testent_test - amackenzie (Amanda Mackenzie)-Reassigned-2020-07-17-232752\",\n            \"certifier\": \"amackenzie\",\n            \"status\": \"Fully Executed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"24\",\n            \"certificationame\": \"testent_test - badams (Ben Adams)-Reassigned-2020-07-20-165843\",\n            \"certifier\": \"badams\",\n            \"status\": \"Fully Executed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"25\",\n            \"certificationame\": \"testent_test - bkaplan (Brian Kaplan)-Reassigned-2020-07-20-191707\",\n            \"certifier\": \"bkaplan\",\n            \"status\": \"Completed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 1,\n            \"entitlementdisplaycount\": 1,\n            \"entitlement\": [\n                {\n                    \"entitlement_value\": \"1099 Analyst (1099_Analyst)\",\n                    \"endpoint\": \"Workday\",\n                    \"comment\": \"[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-Steve Morgan(smorgan)]<br> reassigning from API[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/17/20-Steve Morgan(smorgan)]<br> reassigning from API[07/20/20-adminfname adminlname(admin)]<br> reassigning from API[07/20/20-Steve Morgan(smorgan)] approveComment[07/20/20-adminfname adminlname(admin)]<br> reassigning from API[07/20/20-Steve Morgan(smorgan)] approveComment\",\n                    \"certfied\": \"APPROVED\",\n                    \"totalaccount\": 0,\n                    \"totalentitlement2\": 0,\n                    \"updateuser\": \"smorgan\",\n                    \"consulted\": \"no\"\n                }\n            ]\n        }\n    ],\n    \"totalCount\": 12,\n    \"complete\": \"No\"\n}"}],"_postman_id":"6986c2d5-2307-4236-b950-63d5fb9552e3"},{"name":"Fetch Flat Response Entitlement Owner Campaign Details","id":"79545cd2-0cfe-4b95-9146-a9ed6c4148c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"campaignId\":\"322\",\n\"certkey\" : \"12903\",\n\"max\" : \"20\",\n\"offset\" : \"0\",\n\"entitlementmax\" : \"5\",\n\"entitlementoffset\" : \"0\"\n}"},"url":"{{url}}/ECM/{{path}}/getFlatResponseEntOwnerCampaignAccEntDetails","description":"<p>This API return flat details of a particular Entitlement Owner campaign in SSM. If last certified actions and last certified comments are configured during campaign creation, then it is displayed in the API response.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code></p>\n<p>Optional params:</p>\n<p><code>max</code></p>\n<p><code>offset</code></p>\n<p><code>entitlementmax</code></p>\n<p><code>entitlementoffset</code></p>\n<p><code>certkey</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getFlatResponseEntOwnerCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"71699a06-6502-412e-b1c3-8212a7827c3e","name":"Fetch Flat Response Entitlement Owner Campaign Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\"campaignId\":\"178\",\n\"certkey\" : \"33600\",\n\"max\" : \"20\",\n\"offset\" : \"0\",\n\"entitlementmax\" : \"5\",\n\"entitlementoffset\" : \"0\"\n}"},"url":"{{url}}/ECM/{{path}}/getFlatResponseEntOwnerCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ddfc7622-1638-4226-b359-43e94dacf6d9; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 23 Jun 2021 16:24:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"campaignId\": \"178\",\n    \"count\": 5,\n    \"errorCode\": \"0\",\n    \"complete\": \"No\",\n    \"campaignAccountEntDetails\": [\n        {\n            \"certkey\": 33600,\n            \"certificationname\": \"Linux Access Review - U006789 (Constance Bihner)\",\n            \"entitlementcount\": 1,\n            \"status\": \"In progress\",\n            \"certentvalkey\": 1530363,\n            \"entCertfied\": \"APPROVED\",\n            \"entStatus\": 1,\n            \"entComment\": null,\n            \"Ent_SYS_CRITICAL\": 0,\n            \"Ent_SOX_CRITICAL\": 0,\n            \"Ent_risk\": null,\n            \"Ent_entitlement_value\": \"audio\",\n            \"Ent_status\": 1,\n            \"enttype\": \"Groups\",\n            \"entcriticality\": 0,\n            \"history\": \"Belongs to Me on[07/15/20-SSM Admin(ssmadmin)] <br>\",\n            \"accountCount\": 10,\n            \"certaccountkey\": 192406,\n            \"accountname\": \"admin\",\n            \"endpoint\": \"SaviyntLinuxServer\",\n            \"accountCertfied\": \"NORESPONSE\",\n            \"accStatus\": \"1\",\n            \"accComment\": null,\n            \"accHistory\": null,\n            \"userStatus\": 1,\n            \"User_lastCertifiedCampaignName\": null,\n            \"User_lastCertifiedUser\": null,\n            \"User_systemUserName\": \"admin\",\n            \"User_lastCertifiedDate\": null,\n            \"User_username\": \"admin\",\n            \"entitlement2count\": null,\n            \"certentval2key\": null,\n            \"ent2name\": null,\n            \"ent2certified\": null,\n            \"ent2Status\": null,\n            \"ent2comments\": null,\n            \"ent2History\": null\n        },\n        {\n            \"certkey\": 33600,\n            \"certificationname\": \"Linux Access Review - U006789 (Constance Bihner)\",\n            \"entitlementcount\": 1,\n            \"status\": \"In progress\",\n            \"certentvalkey\": 1530363,\n            \"entCertfied\": \"APPROVED\",\n            \"entStatus\": 1,\n            \"entComment\": null,\n            \"Ent_SYS_CRITICAL\": 0,\n            \"Ent_SOX_CRITICAL\": 0,\n            \"Ent_risk\": null,\n            \"Ent_entitlement_value\": \"audio\",\n            \"Ent_status\": 1,\n            \"enttype\": \"Groups\",\n            \"entcriticality\": 0,\n            \"history\": \"Belongs to Me on[07/15/20-SSM Admin(ssmadmin)] <br>\",\n            \"accountCount\": 10,\n            \"certaccountkey\": 192407,\n            \"accountname\": \"U037787\",\n            \"endpoint\": \"SaviyntLinuxServer\",\n            \"accountCertfied\": \"NORESPONSE\",\n            \"accStatus\": \"1\",\n            \"accComment\": null,\n            \"accHistory\": null,\n            \"userStatus\": 1,\n            \"User_lastCertifiedCampaignName\": null,\n            \"User_lastCertifiedUser\": null,\n            \"User_systemUserName\": \"jwallace\",\n            \"User_lastCertifiedDate\": null,\n            \"User_username\": \"U037787\",\n            \"entitlement2count\": null,\n            \"certentval2key\": null,\n            \"ent2name\": null,\n            \"ent2certified\": null,\n            \"ent2Status\": null,\n            \"ent2comments\": null,\n            \"ent2History\": null\n        },\n        {\n            \"certkey\": 33600,\n            \"certificationname\": \"Linux Access Review - U006789 (Constance Bihner)\",\n            \"entitlementcount\": 1,\n            \"status\": \"In progress\",\n            \"certentvalkey\": 1530363,\n            \"entCertfied\": \"APPROVED\",\n            \"entStatus\": 1,\n            \"entComment\": null,\n            \"Ent_SYS_CRITICAL\": 0,\n            \"Ent_SOX_CRITICAL\": 0,\n            \"Ent_risk\": null,\n            \"Ent_entitlement_value\": \"audio\",\n            \"Ent_status\": 1,\n            \"enttype\": \"Groups\",\n            \"entcriticality\": 0,\n            \"history\": \"Belongs to Me on[07/15/20-SSM Admin(ssmadmin)] <br>\",\n            \"accountCount\": 10,\n            \"certaccountkey\": 192408,\n            \"accountname\": \"svc_aws\",\n            \"endpoint\": \"SaviyntLinuxServer\",\n            \"accountCertfied\": \"NORESPONSE\",\n            \"accStatus\": \"1\",\n            \"accComment\": null,\n            \"accHistory\": null,\n            \"userStatus\": null,\n            \"User_lastCertifiedCampaignName\": null,\n            \"User_lastCertifiedUser\": null,\n            \"User_systemUserName\": null,\n            \"User_lastCertifiedDate\": null,\n            \"User_username\": null,\n            \"entitlement2count\": null,\n            \"certentval2key\": null,\n            \"ent2name\": null,\n            \"ent2certified\": null,\n            \"ent2Status\": null,\n            \"ent2comments\": null,\n            \"ent2History\": null\n        },\n        {\n            \"certkey\": 33600,\n            \"certificationname\": \"Linux Access Review - U006789 (Constance Bihner)\",\n            \"entitlementcount\": 1,\n            \"status\": \"In progress\",\n            \"certentvalkey\": 1530363,\n            \"entCertfied\": \"APPROVED\",\n            \"entStatus\": 1,\n            \"entComment\": null,\n            \"Ent_SYS_CRITICAL\": 0,\n            \"Ent_SOX_CRITICAL\": 0,\n            \"Ent_risk\": null,\n            \"Ent_entitlement_value\": \"audio\",\n            \"Ent_status\": 1,\n            \"enttype\": \"Groups\",\n            \"entcriticality\": 0,\n            \"history\": \"Belongs to Me on[07/15/20-SSM Admin(ssmadmin)] <br>\",\n            \"accountCount\": 10,\n            \"certaccountkey\": 192409,\n            \"accountname\": \"aws_service\",\n            \"endpoint\": \"SaviyntLinuxServer\",\n            \"accountCertfied\": \"NORESPONSE\",\n            \"accStatus\": \"1\",\n            \"accComment\": null,\n            \"accHistory\": null,\n            \"userStatus\": null,\n            \"User_lastCertifiedCampaignName\": null,\n            \"User_lastCertifiedUser\": null,\n            \"User_systemUserName\": null,\n            \"User_lastCertifiedDate\": null,\n            \"User_username\": null,\n            \"entitlement2count\": null,\n            \"certentval2key\": null,\n            \"ent2name\": null,\n            \"ent2certified\": null,\n            \"ent2Status\": null,\n            \"ent2comments\": null,\n            \"ent2History\": null\n        },\n        {\n            \"certkey\": 33600,\n            \"certificationname\": \"Linux Access Review - U006789 (Constance Bihner)\",\n            \"entitlementcount\": 1,\n            \"status\": \"In progress\",\n            \"certentvalkey\": 1530363,\n            \"entCertfied\": \"APPROVED\",\n            \"entStatus\": 1,\n            \"entComment\": null,\n            \"Ent_SYS_CRITICAL\": 0,\n            \"Ent_SOX_CRITICAL\": 0,\n            \"Ent_risk\": null,\n            \"Ent_entitlement_value\": \"audio\",\n            \"Ent_status\": 1,\n            \"enttype\": \"Groups\",\n            \"entcriticality\": 0,\n            \"history\": \"Belongs to Me on[07/15/20-SSM Admin(ssmadmin)] <br>\",\n            \"accountCount\": 10,\n            \"certaccountkey\": 192410,\n            \"accountname\": \"newtest_mysvc\",\n            \"endpoint\": \"SaviyntLinuxServer\",\n            \"accountCertfied\": \"NORESPONSE\",\n            \"accStatus\": \"1\",\n            \"accComment\": null,\n            \"accHistory\": null,\n            \"userStatus\": null,\n            \"User_lastCertifiedCampaignName\": null,\n            \"User_lastCertifiedUser\": null,\n            \"User_systemUserName\": null,\n            \"User_lastCertifiedDate\": null,\n            \"User_username\": null,\n            \"entitlement2count\": null,\n            \"certentval2key\": null,\n            \"ent2name\": null,\n            \"ent2certified\": null,\n            \"ent2Status\": null,\n            \"ent2comments\": null,\n            \"ent2History\": null\n        }\n    ]\n}"}],"_postman_id":"79545cd2-0cfe-4b95-9146-a9ed6c4148c8"},{"name":"Lock Campaign","id":"3288b8b0-d250-4aef-a624-aef19b629e5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\": \"60\",\n\t\"verifier\": \"admin02\",\n\t\"certkey\": \"7250\"\n}\n"},"url":"{{url}}/ECM/{{path}}/lockEntOwnerCampaign","description":"<p>This API is used to lock campaign after validating whether Entitlement Owner campaign is completed or not.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code></p>\n<p><code>verifier</code></p>\n<p>Optional params:</p>\n<p><code>certkey</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","lockEntOwnerCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"59b19a6d-61df-4f24-ab47-605cf32e1ad1","name":"Lock Campaign - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\": \"60\",\n\t\"verifier\": \"admin\",\n\t\"certkey\": \"7250\"\n}\n"},"url":"{{url}}/ECM/{{path}}/lockEntOwnerCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Jun 2020 22:52:02 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Hf7Ai0qr0H04jCOJffyXdFEOwuGTULQP1ZjYgzgzjxjqs63QVwCKIZDR1VWQzikw53fgKstfo5lbltttzKP/iH2IrhIHIFhVkvvajx937GBg6rAFRIO7lP04vlOR; Expires=Mon, 22 Jun 2020 22:52:01 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Hf7Ai0qr0H04jCOJffyXdFEOwuGTULQP1ZjYgzgzjxjqs63QVwCKIZDR1VWQzikw53fgKstfo5lbltttzKP/iH2IrhIHIFhVkvvajx937GBg6rAFRIO7lP04vlOR; Expires=Mon, 22 Jun 2020 22:52:01 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=97722197-fb2c-41ff-bead-b4b6605a9176; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"lockedcertkey\": [\n        7250\n    ],\n    \"totalIncompleteCertification\": [],\n    \"errorCode\": \"0\",\n    \"totalLockedCertification\": [\n        \"EOCampaign1231_Reconfigure_Reconfigure - admin (admin admin)\"\n    ]\n}"},{"id":"5fca32bb-38bd-48cc-95c3-949c57106d3a","name":"Lock Campaign - FAILURE","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\": \"60\",\n\t\"verifier\": \"admin01\",\n\t\"certkey\": \"7250\"\n}\n"},"url":"{{url}}/ECM/{{path}}/lockEntOwnerCampaign"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Jun 2020 23:02:23 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=UH5KzfhgAtVIXiokrVfF3ttbLdLM2xO4MRUg++P+cy44/lsmL0s0O8WyOYUpa/IZqwhGTqxfCA0GkActlHSHRbreBNn8uPifltMTD2OkwQ+3kHIR44DNwjzGuimJ; Expires=Mon, 22 Jun 2020 23:02:23 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=UH5KzfhgAtVIXiokrVfF3ttbLdLM2xO4MRUg++P+cy44/lsmL0s0O8WyOYUpa/IZqwhGTqxfCA0GkActlHSHRbreBNn8uPifltMTD2OkwQ+3kHIR44DNwjzGuimJ; Expires=Mon, 22 Jun 2020 23:02:23 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b3b29e1a-1665-4bda-94b4-65fb77a0b5a9; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Active verifier with name admin01 not found\",\n    \"errorCode\": \"1\"\n}"}],"_postman_id":"3288b8b0-d250-4aef-a624-aef19b629e5f"},{"name":"Approve Reject Account Entitlement Details","id":"2cdec6a7-a9e6-4298-9c36-b31666940a7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"campaignid\":\"75\",\n   \"certkey\":\"29305\",\n   \"verifier\":\"admin\",\n   \"bulkUpdate\":\"Y\",\n   \"bulkValidations\": \"N\",\n   \"approveComment\":\"approveComment\",\n   \"rejectComment\":\"rejectComment\",\n   \"doesNotBelongToMeComment\":\"doesNotBelongToMeComment\",\n    \"entitlements2\":[\n      {\n         \"action\":\"APPROVED\",\n         \"entattkey\":\"1470605\",\n         \"ent2attkey\":\"1470616\",\n         \"comments\":\"test3\"\n      },\n      {\n         \"action\":\"REJECTED\",\n         \"entattkey\":\"1470605\",\n         \"ent2attkey\":\"1470617\",\n         \"comments\":\"test3\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/approverejectEntOwnerCampaignAccEntDetails","description":"<p>This API is used to certify/revoke the user's access (account, entitlement). When an approve or reject action is performed for a line item in an Entitlement Owner campaign, then only the latest comment sent through the API is retained in the comments field but all the comments (including actions) are stored in the audit trail/history.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignid</code></p>\n<p><code>certkey</code></p>\n<p><code>verifier</code></p>\n<p><code>entitlements</code></p>\n<ol>\n<li><code>action</code>(APPROVED/REJECTED/DECOMMISSIONED/DOESNOTBELONGTOME)</li>\n<li><code>entattkey</code></li>\n<li><code>certified</code>(Can be Yes/No/Reset)</li>\n<li><code>comments</code></li>\n</ol>\n<p> OR </p>\n<p><code>accounts</code></p>\n<ol>\n<li><code>action</code>(APPROVED/REJECTED)</li>\n<li><code>accattkey</code></li>\n<li><code>entattkey</code></li>\n<li><code>certified</code>(Can be Yes/No/Reset)</li>\n<li><code>comments</code></li>\n</ol>\n<p> OR </p>\n<p><code>entitlements2</code></p>\n<ol>\n<li><code>action</code>(APPROVED/REJECTED)</li>\n<li><code>entattkey</code></li>\n<li><code>ent2attkey</code></li>\n<li><code>certified</code>(Can be Yes/No/Reset)</li>\n<li><code>comments</code></li>\n</ol>\n<p>Optional params:</p>\n<p><code>bulkUpdate</code>(Can be Y or N) If set to Y, approveComments or rejectComments will be considered at the global level.\nIf set to 'N' then comments at the individual record/user level is considered.</p>\n<p><code>approveComment</code></p>\n<p><code>rejectComment</code></p>\n<p><code>doesNotBelongToMeComment</code></p>\n<p><code>bulkValidations</code>(If 'Y' the code works as is and all validations happen, if bulkValidations=' N' the code will skip validations for all the records passed)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","approverejectEntOwnerCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"828b8022-4114-44b5-a1fb-0977e7d249b0","name":"Approve Account Entitlement Details - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\"campaignid\":\"1112\",\n\"certkey\": \"5995\",\n\"verifier\":\"RO_Owner1\",\n\"bulkUpdate\":\"Y\",\n\"bulkValidations\": \"Y\",\n\"approveComment\":\"Approve Comment Test123!!@#$%^&*\",\n\"rejectComment\":\"Reject Comment Test123!!@#$%^&*\",\n\"doesNotBelongToMeComment\":\"DoesNotBelongToMeComment Test 123!!@#$%^&\",\n\"accounts\":[\n{\n\"accattkey\":\"25290\",\n\"entattkey\":\"30897\",\n\"action\":\"APPROVED\"\n},\n{\n\"accattkey\":\"25291\",\n\"entattkey\":\"30897\",\n\"action\":\"REJECTED\"\n}\n],\n\"entitlements2\":\n[{\"ent2attkey\": \"30906\",\"entattkey\": \"30897\",\"action\": \"APPROVED\", \"comments\":\"Approve Comment Test123!!@#$%^&*\"},\n{\"ent2attkey\": \"30907\",\"entattkey\": \"30897\",\"action\": \"REJECTED\", \"comments\":\"Reject Comment Test123!!@#$%^&*\"}]\n}"},"url":"{{url}}/ECM/{{path}}/approverejectEntOwnerCampaignAccEntDetails"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2cdec6a7-a9e6-4298-9c36-b31666940a7e"},{"name":"Certify Entitlement Owner for Campaign","id":"7c0e448b-68d1-48a8-8a47-6c9b7497aaa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"verifications\":[\n      {\n         \"campaignId\":\"313\",\n         \"entitlement\":[\n            {\n               \"entitlement\":\"Analytics User\",\n               \"endpoint\":\"Oracle DRM\",\n               \"action\":\"approved\"\n            }\n         ],\n         \"verifier\":\"admin\",\n         \"certkey\":\"12892\",\n         \"action\":\"decommissioned\"\n      },\n      {\n         \"campaignId\":\"314\",\n         \"entitlement\":[\n            {\n               \"entitlement\":\"Analytics User\",\n               \"endpoint\":\"Oracle DRM\",\n               \"action\":\"approved\"\n            }\n            ],\n         \"verifier\":\"admin\",\n         \"certkey\":\"12894\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/certifyEntOwnerforCampaign","description":"<p>This API will do entitlement  verification for a particular campaign.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>verifications</code></p>\n<p><code>camapignId</code></p>\n<p><code>entitlement</code></p>\n<ol>\n<li><code>entitlement</code></li>\n<li><code>endpoint</code></li>\n<li><code>action</code></li>\n</ol>\n<p><code>verifier</code></p>\n<p><code>certkey</code></p>\n<p><code>action(if action param is not passed then entitlement lavel action param will be considered)</code></p>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","certifyEntOwnerforCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0094d15f-1a62-4cda-91eb-abef83451ad9","name":"Certify Entitlement Owner for Campaign - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"verifications\":[\n      {\n         \"campaignId\":\"313\",\n         \"entitlement\":[\n            {\n               \"entitlement\":\"Analytics User\",\n               \"endpoint\":\"Oracle DRM\",\n               \"action\":\"approved\"\n            }\n         ],\n         \"verifier\":\"admin\",\n         \"certkey\":\"12892\",\n         \"action\":\"decommissioned\"\n      },\n      {\n         \"campaignId\":\"314\",\n         \"entitlement\":[\n            {\n               \"entitlement\":\"Analytics User\",\n               \"endpoint\":\"Oracle DRM\",\n               \"action\":\"approved\"\n            }\n            ],\n         \"verifier\":\"admin\",\n         \"certkey\":\"12894\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/certifyEntOwnerforCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jun 2020 00:41:09 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=TXnbxu8m6LA+la4Ubs+VNuIowTKjbE+q6mZIIV2jOmIPIuQZ39MlLQyo1JQAQi3OGd95ePG9p7L5fvdjMCPDvPc/Df+F0XHOJo1D8THXBaRnx5A//8zDJzno8q07; Expires=Wed, 24 Jun 2020 00:41:09 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=TXnbxu8m6LA+la4Ubs+VNuIowTKjbE+q6mZIIV2jOmIPIuQZ39MlLQyo1JQAQi3OGd95ePG9p7L5fvdjMCPDvPc/Df+F0XHOJo1D8THXBaRnx5A//8zDJzno8q07; Expires=Wed, 24 Jun 2020 00:41:09 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=d4e2fef7-422c-49f2-9a0c-de1df0e88e1e; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"count\": 2,\n    \"errorCode\": \"0\",\n    \"verifications\": [\n        {\n            \"campaignId\": \"313\",\n            \"entitlement\": [\n                {\n                    \"msg\": \"Success\",\n                    \"endpoint\": \"Oracle DRM\",\n                    \"action\": \"approved\",\n                    \"entitlement\": \"Analytics User\"\n                }\n            ],\n            \"verifier\": \"admin\",\n            \"action\": \"DECOMMISSIONED\",\n            \"certkey\": 12892\n        },\n        {\n            \"campaignId\": \"314\",\n            \"entitlement\": [\n                {\n                    \"msg\": \"Success\",\n                    \"endpoint\": \"Oracle DRM\",\n                    \"action\": \"approved\",\n                    \"entitlement\": \"Analytics User\"\n                }\n            ],\n            \"verifier\": \"admin\",\n            \"certkey\": 12894\n        }\n    ]\n}"}],"_postman_id":"7c0e448b-68d1-48a8-8a47-6c9b7497aaa3"},{"name":"Reassign Entitlement Owner for Campaign","id":"fe4ff0e5-c299-41b5-97ca-f428682566e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\":\"smorgan\",\n    \"campaignid\": \"10\",\n    \"certkey\": \"15\",\n    \"entitlements\": [\n        {\n            \"entattkey\": \"146\"\n        }\n    ],\n    \"newassignee\": \"amackenzie\",\n    \"bulkupdate\": \"y\",\n    \"bulkvalidation\": \"y\",\n    \"comments\": \"reassigning from API\"\n}"},"url":"{{url}}/ECM/{{path}}/reassignEntOwnerCampaignAccEnt","description":"<p>This API reassigns Entitlement Owner for Campaign in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignname</code> or <code>campaignid</code>(if both are passed then campaignid will be considered)</p>\n<p><code>certificationname</code> or <code>certkey</code>(if both are passed then certkey will be considered)</p>\n<p><code>newassignee</code></p>\n<p><code>entitlements</code></p>\n<p>Optional params:</p>\n<p><code>updateuser</code></p>\n<p><code>bulkupdate</code>(default value 'N')</p>\n<p><code>bulkvalidation</code>(default value 'N')</p>\n<p><code>comments</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","reassignEntOwnerCampaignAccEnt"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"962f56ea-e6b5-404b-bb02-971e377491af","name":"Reassign Application Owner for Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\":\"smorgan\",\n    \"campaignid\": \"10\",\n    \"certkey\": \"15\",\n    \"entitlements\": [\n        {\n            \"entattkey\": \"146\"\n        }\n    ],\n    \"newassignee\": \"amackenzie\",\n    \"bulkupdate\": \"y\",\n    \"bulkvalidation\": \"y\",\n    \"comments\": \"reassigning from API\"\n}"},"url":"{{url}}/ECM/{{path}}/reassignEntOwnerCampaignAccEnt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=863C3C1D4948DF65336E817EB99E9A2F; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5e661d6e-77c3-43a1-ab94-79f5e87beb79; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 17 Jul 2020 23:27:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"fe4ff0e5-c299-41b5-97ca-f428682566e3"},{"name":"Reassign Certification at Account Level","id":"434695e1-9c2a-4311-8edf-c0b2b166ae2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\":\"smorgan\",\n    \"campaignid\": \"10\",\n    \"certkey\": \"15\",\n    \"entitlements\": [\n        {\n            \"entattkey\": \"146\"\n        }\n    ],\n    \"newassignee\": \"amackenzie\",\n    \"bulkupdate\": \"y\",\n    \"bulkvalidation\": \"y\",\n    \"comments\": \"reassigning from API\"\n}"},"url":"{{url}}/ECM/{{path}}/reassignEntOwnerCampaignAccEntDetailsStep2","description":"<p>This API reassigns accounts or child entitlements to a different user or certifier. The associated entitlements for accounts or child entitlements that are being reassigned, must be certified in Step 1.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>updateuser</code> (can be Admin/Campaign Owner/Certifier/Delegate)</p>\n<p><code>campaignid</code>- Campaign ID or the primary key of the campaign table.</p>\n<p><code>certkey</code>- Certification key or the primary key of the certification table.</p>\n<p><code>accounts</code>- List of accounts. (You must provide either accounts or entitlements2)</p>\n<p><code>entitlements2</code>- List of child entitlements. (You must provide either accounts or entitlements2)</p>\n<p><code>newassignee</code>- New certifier or user to whom the certification will be assigned.</p>\n<p><code>bulkupdate</code> (can be Y/N)</p>\n<p><code>bulkvalidation</code> (can be Y/N)</p>\n<p>Optional params:</p>\n<p><code>comments</code>- Comments for reassigning the certification.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","reassignEntOwnerCampaignAccEntDetailsStep2"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6d924efc-8358-48c6-9da8-065c7b1d84e1","name":"Reassign Certification at Account Level","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\":\"smorgan\",\n    \"campaignid\": \"10\",\n    \"certkey\": \"15\",\n    \"entitlements\": [\n        {\n            \"entattkey\": \"146\"\n        }\n    ],\n    \"newassignee\": \"amackenzie\",\n    \"bulkupdate\": \"y\",\n    \"bulkvalidation\": \"y\",\n    \"comments\": \"reassigning from API\"\n}"},"url":"{{url}}/ECM/{{path}}/reassignEntOwnerCampaignAccEntDetailsStep2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=863C3C1D4948DF65336E817EB99E9A2F; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5e661d6e-77c3-43a1-ab94-79f5e87beb79; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 17 Jul 2020 23:27:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"updateuser\":\"EOUser1'\",\n    \"campaignid\":\"404\",\n    \"certkey\":\"3463\",\n    \"accounts\": [{\"entattkey\": \"67390\",\"accattkey\": \"35678\"}],\n    \"entitlements2\": [{\"entattkey\": \"67390\",\"ent2attkey\": \"67397\"}],\n    \"newassignee\":\"UserManger'\",\n    \"bulkupdate\":\"N\",\n    \"bulkvalidation\":\"Y\",\n    \"comments\": \"reassigning from API\"\n}\n"}],"_postman_id":"434695e1-9c2a-4311-8edf-c0b2b166ae2b"}],"id":"00c77e87-3fe3-4230-ae63-ee189f3fd288","_postman_id":"00c77e87-3fe3-4230-ae63-ee189f3fd288","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Application Owner","item":[{"name":"Fetch Account Entitlement Details","id":"ea442a15-d935-4d78-ba21-31993d26b1bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\":\"212\",\n\t\"certkey\" : \"37564\",\n\t\"max\" : \"5\",\n\t\"offset\" : \"0\"\t\n}\n\n"},"url":"{{url}}/ECM/{{path}}/fetchAppOwnerCampaignAccEntDetails","description":"<p>This API returns user details, account-entitlement details of a particular campaign required for certify/revoke API. If last certified actions and last certified comments are configured during campaign creation, then it is displayed in the API response.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code></p>\n<p>Optional params:</p>\n<p><code>certkey</code></p>\n<p><code>max</code>(default is 100),</p>\n<p><code>offset</code>(default is 0),</p>\n<p><code>returnFlatResponse</code>(can be true or false)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchAppOwnerCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1dcdd55c-75ee-4ff5-81ba-3e33214e83e1","name":"Fetch Account Entitlement Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\":\"212\",\n\t\"certkey\" : \"37564\",\n\t\"max\" : \"5\",\n\t\"offset\" : \"0\"\t\n}\n\n"},"url":"{{url}}/ECM/{{path}}/fetchAppOwnerCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ddfc7622-1638-4226-b359-43e94dacf6d9; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 23 Jun 2021 16:27:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"campaignId\": \"212\",\n    \"count\": 1,\n    \"errorCode\": \"0\",\n    \"complete\": \"No\",\n    \"totalCount\": 1,\n    \"campaignAccountEntDetails\": [\n        {\n            \"certkey\": \"37564\",\n            \"certificationname\": \"appowner1 - G000526 (Ohjae Chang)\",\n            \"status\": \"New\",\n            \"accountcount\": 5,\n            \"accounts\": [\n                {\n                    \"certaccountkey\": 227493,\n                    \"accountname\": \"G000526\",\n                    \"username\": \"G000526\",\n                    \"userStatus\": 1,\n                    \"endpoint\": \"Banking Application\",\n                    \"securitySystem\": \"Banking Application\",\n                    \"certified\": null,\n                    \"accountStatus\": \"Manually Provisioned\",\n                    \"firstname\": \"Ohjae\",\n                    \"lastCertifiedCampaignName\": null,\n                    \"lastCertifiedUser\": null,\n                    \"systemUserName\": \"ohjae_chang-46b4\",\n                    \"displayname\": null,\n                    \"comments\": null,\n                    \"entitlementcount\": 0,\n                    \"entitlements\": []\n                },\n                {\n                    \"certaccountkey\": 227494,\n                    \"accountname\": \"G000706\",\n                    \"username\": \"G000706\",\n                    \"userStatus\": 1,\n                    \"endpoint\": \"Banking Application\",\n                    \"securitySystem\": \"Banking Application\",\n                    \"certified\": null,\n                    \"accountStatus\": \"Manually Provisioned\",\n                    \"firstname\": \"KC\",\n                    \"lastCertifiedCampaignName\": null,\n                    \"lastCertifiedUser\": null,\n                    \"systemUserName\": \"kpark\",\n                    \"displayname\": null,\n                    \"comments\": null,\n                    \"entitlementcount\": 0,\n                    \"entitlements\": []\n                },\n                {\n                    \"certaccountkey\": 227499,\n                    \"accountname\": \"U009768\",\n                    \"username\": \"U009768\",\n                    \"userStatus\": 1,\n                    \"endpoint\": \"Banking Application\",\n                    \"securitySystem\": \"Banking Application\",\n                    \"certified\": null,\n                    \"accountStatus\": \"Manually Provisioned\",\n                    \"firstname\": \"Marion\",\n                    \"lastCertifiedCampaignName\": \"User Manager Campaign - Azure Applications\",\n                    \"lastCertifiedUser\": 2,\n                    \"systemUserName\": \"mdemaria\",\n                    \"displayname\": null,\n                    \"comments\": null,\n                    \"entitlementcount\": 0,\n                    \"entitlements\": []\n                },\n                {\n                    \"certaccountkey\": 227500,\n                    \"accountname\": \"U011556\",\n                    \"username\": \"U011556\",\n                    \"userStatus\": 1,\n                    \"endpoint\": \"Banking Application\",\n                    \"securitySystem\": \"Banking Application\",\n                    \"certified\": null,\n                    \"accountStatus\": \"Manually Provisioned\",\n                    \"firstname\": \"Daniel\",\n                    \"lastCertifiedCampaignName\": \"User Manager Campaign - Azure Applications\",\n                    \"lastCertifiedUser\": 2,\n                    \"systemUserName\": \"dschibler\",\n                    \"displayname\": null,\n                    \"comments\": null,\n                    \"entitlementcount\": 0,\n                    \"entitlements\": []\n                },\n                {\n                    \"certaccountkey\": 227502,\n                    \"accountname\": \"sallyfagan@identcentrix.com\",\n                    \"username\": \"sallyfagan@identcentrix.com\",\n                    \"userStatus\": 1,\n                    \"endpoint\": \"Banking Application\",\n                    \"securitySystem\": \"Banking Application\",\n                    \"certified\": null,\n                    \"accountStatus\": \"Manually Provisioned\",\n                    \"firstname\": \"Sally\",\n                    \"lastCertifiedCampaignName\": null,\n                    \"lastCertifiedUser\": null,\n                    \"systemUserName\": \"sfagan\",\n                    \"displayname\": null,\n                    \"comments\": null,\n                    \"entitlementcount\": 0,\n                    \"entitlements\": []\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"ea442a15-d935-4d78-ba21-31993d26b1bb"},{"name":"Approve Reject Account Entitlement Details","id":"63ee8037-85af-4acb-9195-28a1ee643f87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"campaignid\":\"305\",\n   \"certkey\":\"12877\",\n   \"verifier\":\"admin\",\n   \"accounts\":[\n      {\n         \"accattkey\":\"2019316\",\n         \"certified\":\"No\",\n         \"comments\":\"test2\"\n      }\n   ],\n   \"entitlements\":[\n      {\n         \"accattkey\":\"2019316\",\n         \"certified\":\"No\",\n         \"entattkey\":\"3534487\",\n         \"comments\":\"test3\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/approverejectAppOwnerCampaignAccEntDetails","description":"<p>This API is used to certify/revoke the user's access (account, entitlement). When an approve or reject action is performed for a line item in an Application Owner campaign, then only the latest comment sent through the API is retained in the comments field but all the comments (including actions) are stored in the audit trail/history.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignid</code></p>\n<p><code>certkey</code></p>\n<p><code>verifier</code></p>\n<p><code>entitlements</code> - </p>\n<ol>\n<li><code>accattkey</code></li>\n<li><code>certified</code> (Can be Yes/No/Reset)</li>\n<li><code>entattkey</code></li>\n<li><code>comments</code></li>\n</ol>\n<p><code>accounts</code></p>\n<ol>\n<li><code>accattkey</code></li>\n<li><code>certified</code> (Can be Yes/No/Reset)</li>\n<li><code>comments</code></li>\n</ol>\n<p>Optional params:</p>\n<p><code>bulkUpdate</code>(Can be Y or N)</p>\n<p><code>approveComment</code></p>\n<p><code>rejectComment</code></p>\n<p><code>doesNotBelongToMeComment</code></p>\n<p><code>bulkValidations</code>(If 'Y' the code works as is and all validations happen, if bulkValidations=' N' the code will skip validations for all the records passed)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","approverejectAppOwnerCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"16c3e8c4-8335-4020-aac2-467f96899290","name":"Approve Reject Account Entitlement Details - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"campaignid\":\"305\",\n   \"certkey\":\"12877\",\n   \"verifier\":\"admin\",\n   \"accounts\":[\n      {\n         \"accattkey\":\"2019316\",\n         \"certified\":\"No\",\n         \"comments\":\"test2\"\n      }\n   ],\n   \"entitlements\":[\n      {\n         \"accattkey\":\"2019316\",\n         \"certified\":\"No\",\n         \"entattkey\":\"3534487\",\n         \"comments\":\"test3\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/approverejectAppOwnerCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jun 2020 01:49:25 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=6ml4tP5cZe7c3tBA9ev8FutYwbrXH1DXxXcVhnMyeu7uvlD2M8FaZdHv8UvEpbWR9IafWwxKV2iOil5wIUqDdI/2gdDX3O5XFKBJmQP06Pl31D5MhFn9ZJ44O0Dn; Expires=Wed, 24 Jun 2020 01:49:23 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=6ml4tP5cZe7c3tBA9ev8FutYwbrXH1DXxXcVhnMyeu7uvlD2M8FaZdHv8UvEpbWR9IafWwxKV2iOil5wIUqDdI/2gdDX3O5XFKBJmQP06Pl31D5MhFn9ZJ44O0Dn; Expires=Wed, 24 Jun 2020 01:49:23 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=0aa5c121-4762-42ad-977f-ebf55e3f4830; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"certkey\": \"12877\",\n    \"campaignid\": \"305\",\n    \"verifier\": \"admin\",\n    \"entList\": [\n        {\n            \"msg\": \"Certification_account_entitlement1_status updated successfully\",\n            \"comments\": \"test3\",\n            \"accattkey\": \"2019316\",\n            \"certified\": \"No\",\n            \"entattkey\": \"3534487\"\n        }\n    ],\n    \"errorCode\": \"0\",\n    \"accList\": [\n        {\n            \"msg\": \"Certification_user_account_status updated successfully\",\n            \"comments\": \"test2\",\n            \"accattkey\": \"2019316\",\n            \"certified\": \"No\"\n        }\n    ]\n}"}],"_postman_id":"63ee8037-85af-4acb-9195-28a1ee643f87"},{"name":"Lock Campaign","id":"3285eb4d-13c4-49c5-9fbe-626ebd7468d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\": \"305\",\n\t\"verifier\": \"admin\"\n}\n"},"url":"{{url}}/ECM/{{path}}/lockApplicationOwnerCampaign","description":"<p>This API is used to lock campaign after validating whether Application Owner campaign is completed or not.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code></p>\n<p><code>verifier</code></p>\n<p>Optional params:</p>\n<p><code>certkey</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","lockApplicationOwnerCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bd0b7d68-1740-433d-89d2-fd2ba9ab44ac","name":"Lock Campaign - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\": \"305\",\n\t\"verifier\": \"admin\"\n}\n"},"url":"{{url}}/ECM/{{path}}/lockApplicationOwnerCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jun 2020 02:01:16 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=yP4sb0FU2/uYkAjQKtvtDXHFd1AW1JlN7exZGcpEm3mTuGZA/ayblC9o3TyxC4aMWEdeAUJo8yOZtz1lM8WfUB+ud7akgAyuYNQieSLPd1zFNnh01ySaJYWwXrOQ; Expires=Wed, 24 Jun 2020 02:01:16 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=yP4sb0FU2/uYkAjQKtvtDXHFd1AW1JlN7exZGcpEm3mTuGZA/ayblC9o3TyxC4aMWEdeAUJo8yOZtz1lM8WfUB+ud7akgAyuYNQieSLPd1zFNnh01ySaJYWwXrOQ; Expires=Wed, 24 Jun 2020 02:01:16 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e625d595-9cbd-4097-8ed5-4296282340c4; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"lockedcertkey\": [\n        12877\n    ],\n    \"errorCode\": \"0\",\n    \"Total locked certification\": [\n        \"AOTest0610__1 - AN2022 (ANtest UserAN2022)\"\n    ],\n    \"Total Incomplete certification\": []\n}"}],"_postman_id":"3285eb4d-13c4-49c5-9fbe-626ebd7468d0"},{"name":"Consult AppOwner Account Entitlement Details","id":"a54c5870-d150-4e1f-8de1-b9a0bb5f389e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignname\": \"test_ent_acc_camp_2\",\n    \"certificationname\": \"test_ent_acc_camp_2 - awsadmin (firstnametest1 lastnametest1)\",\n    \"campaignid\": \"412\",\n    \"certkey\": \"136121\",\n    \"newassignee\": \"ahinton\",\n    \"comments\": \"certifier from API\",\n    \"accountentitlements\": [\n        {\n            \"entitlement\": \"Ent1\",\n            \"accounts\": [\n                \"saviyntUser03\"\n            ]\n        },\n        {\n            \"entitlement\": \"Accountant\",\n            \"accounts\": [\n                \"Derekautoincrement\"\n            ]\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/consultAppOwnerCampaignAccEntDetails","description":"<p>This API consults Application Owner for Campaign at Account and Access Certification Stage in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignname</code> or <code>campaignid</code></p>\n<p><code>certificationname</code> or <code>certkey</code></p>\n<p><code>newassignee</code></p>\n<p><code>accounts</code> - </p>\n<ol>\n<li><code>accattkey</code></li>\n<li><code>consultassociatedentitlements</code> (optional)</li>\n</ol>\n<p><code>entitlements</code> - </p>\n<ol>\n<li><code>accattkey</code></li>\n<li><code>entattkey</code></li>\n</ol>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n<p><code>updateuser</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","consultAppOwnerCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6c5303d7-26f8-4f84-b243-23543d847556","name":"Consult AppOwner Account Entitlement Details - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignid\": \"306\",\n    \"certkey\": \"12878\",\n    \"newassignee\": \"0000002\",\n    \"comments\": \"certifier from API\",\n    \"accounts\":[\n      {\n         \"accattkey\":\"2029318\",\n         \"consultassociatedentitlements\":\"true\"\n      }\n   ],\n   \"entitlements\":[\n      {\n         \"accattkey\":\"2029319\",\n         \"entattkey\":\"3544409\"\n      },\n      {\n         \"accattkey\":\"2029319\",\n         \"entattkey\":\"3544410\"\n      }\n   ]\n    \n    \n}"},"url":"{{url}}/ECM/{{path}}/consultAppOwnerCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jun 2020 03:53:07 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=LqHLDcKhhLpDXfsij4VH1l56oLUWTVXVWW06KPl07tpwa/8diizIlfL8KRXJb4vuLkq00+Xkzrip9fCm5O3qvIM9tZoExfJQuoqBpBrFxybpQ+WKeYYbeBjp9HQ0; Expires=Wed, 24 Jun 2020 03:53:07 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=LqHLDcKhhLpDXfsij4VH1l56oLUWTVXVWW06KPl07tpwa/8diizIlfL8KRXJb4vuLkq00+Xkzrip9fCm5O3qvIM9tZoExfJQuoqBpBrFxybpQ+WKeYYbeBjp9HQ0; Expires=Wed, 24 Jun 2020 03:53:07 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=6cb509b5-f5dc-4b3c-a209-e3a62e5a6920; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"a54c5870-d150-4e1f-8de1-b9a0bb5f389e"},{"name":"Reassign Application Owner for Campaign","id":"8e5aec4c-8db9-450a-b732-5a11af5cc223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"campaignid\":\"12\",\n   \"certkey\":\"23\",\n   \"bulkUpdate\":\"y\",\n   \"bulkConsultAssociatedData\":\"n\",\n   \"bulkValidation\":\"N\",\n   \"newassignee\":\"cgibson\",\n   \"reassignComments\":\"Reassign Comment\",\n   \"accounts\":[\n      {\n         \"accattkey\":\"18\"\n      }\n   ],\n   \"entitlements\":[\n      {\n         \"accattkey\":\"18\",\n         \"entattkey\":\"150\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/reAssignAppOwnerCampaignAccEntDetails","description":"<p>This API reassigns Entitlement Owner for Campaign in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignname</code> or <code>campaignid</code>(if both are passed then campaignid will be considered)</p>\n<p><code>certificationname</code> or <code>certkey</code>(if both are passed then certkey will be considered)</p>\n<p><code>newassignee</code></p>\n<p><code>accounts</code>(needs to contain accattkey)</p>\n<p><code>entitlements</code>(needs to contain entattkey and accattkey)</p>\n<p><code>roles</code>(needs to contain roleattkey and accattkey)</p>\n<p>Optional params:</p>\n<p><code>updateuser</code></p>\n<p><code>bulkUpdate</code>(default value 'N')</p>\n<p><code>bulkValidation</code>(default value 'N')</p>\n<p><code>bulkConsultAssociatedData</code></p>\n<p><code>reassignComments</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","reAssignAppOwnerCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dd1775cf-adf8-4713-b0de-7901bfc0a5ad","name":"Reassign Application Owner for Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"campaignid\":\"12\",\n   \"certkey\":\"23\",\n   \"bulkUpdate\":\"y\",\n   \"bulkConsultAssociatedData\":\"n\",\n   \"bulkValidation\":\"N\",\n   \"newassignee\":\"cgibson\",\n   \"reassignComments\":\"Reassign Comment\",\n   \"accounts\":[\n      {\n         \"accattkey\":\"18\"\n      }\n   ],\n   \"entitlements\":[\n      {\n         \"accattkey\":\"18\",\n         \"entattkey\":\"150\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/reAssignAppOwnerCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8a56ec8d-a73d-4fd4-b58d-7cb6d0034075; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Jul 2020 20:58:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"8e5aec4c-8db9-450a-b732-5a11af5cc223"}],"id":"00dfe1dd-8cde-4d30-a7bb-358ad2066f0d","_postman_id":"00dfe1dd-8cde-4d30-a7bb-358ad2066f0d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Fetch Certification List","id":"38f850d7-04dc-4615-b3c0-acc075819a56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\r\n\"certifierUsername\":\"lmcneil\",\r\n\"refreshProgress\":\"Y\",\r\n\"status\":\"new,fullyexecuted,inprogress\",\r\n\"max\":\"2\",\r\n\"offset\":\"0\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchCertificationList","description":"<p>This API returns list of all the certifications for a certifier.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>certifierUsername</code></p>\n<p>Optional params:</p>\n<p><code>certkey</code></p>\n<p><code>certificationname</code></p>\n<p><code>max</code>, <code>offset</code></p>\n<p><code>refreshProgress</code>(can be 'Y' or 'N')</p>\n<p><code>status</code>(can be preview/new/readytosubmit/expired/fullyexecuted/inprogress/lockedandtaskcreated/discontinued/locked)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchCertificationList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"43cb926c-7bc1-4414-932e-6f88a2ffe8c9","name":"Fetch Certification List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"certifierUsername\":\"lmcneil\",\r\n\"refreshProgress\":\"Y\",\r\n\"status\":\"new,fullyexecuted,inprogress\",\r\n\"max\":\"2\",\r\n\"offset\":\"0\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchCertificationList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8a56ec8d-a73d-4fd4-b58d-7cb6d0034075; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Jul 2020 05:13:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"certifierUsername\": \"lmcneil\",\n    \"refreshProgress\": \"Y\",\n    \"offset\": \"0\",\n    \"max\": \"2\",\n    \"displayCount\": 7,\n    \"errorCode\": \"0\",\n    \"certifications\": [\n        {\n            \"id\": 16,\n            \"status\": \"New\",\n            \"certificationName\": \"appownertest_Reconfigure - lmcneil (Logan McNeil)\",\n            \"campaignKey\": 12,\n            \"campaignName\": \"appownertest_Reconfigure\",\n            \"certifier\": \"lmcneil (Logan McNeil)\",\n            \"type\": \"Application Owner\",\n            \"startdate\": \"2020-07-16 22:34:00\",\n            \"enddate\": \"2020-09-14 22:34:00\",\n            \"dueIn\": \"56 Days\",\n            \"progress\": \"0%\",\n            \"comments\": \"\"\n        },\n        {\n            \"id\": 26,\n            \"status\": \"New\",\n            \"certificationName\": \"appownertest_Reconfigure_Reconfigure - lmcneil (Logan McNeil)\",\n            \"campaignKey\": 13,\n            \"campaignName\": \"appownertest_Reconfigure_Reconfigure\",\n            \"certifier\": \"lmcneil (Logan McNeil)\",\n            \"type\": \"Application Owner\",\n            \"startdate\": \"2020-07-20 20:42:00\",\n            \"enddate\": \"2020-09-18 20:42:00\",\n            \"dueIn\": \"60 Days\",\n            \"progress\": \"0%\",\n            \"comments\": \"\"\n        }\n    ],\n    \"totalCount\": 7,\n    \"status\": \"new,fullyexecuted,inprogress\"\n}"}],"_postman_id":"38f850d7-04dc-4615-b3c0-acc075819a56"},{"name":"Discontinue Campaigns and Certifications","id":"45bddbc8-10be-4b6e-8aa3-3a443b3c9c04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\r\n\"campaignid\":\"12\",\r\n\"verifier\":\"admin\"\r\n}"},"url":"{{url}}/ECM/{{path}}/discontinueCampaign","description":"<p>This API discontinues certification and campaign.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignid</code></p>\n<p><code>verifier</code></p>\n<p>Optional params:</p>\n<p><code>certkey</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","discontinueCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0957068c-bd13-4822-b966-c2f422da7d51","name":"Discontinue Campaigns and Certifications","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"campaignid\":\"2\",\r\n\"certkey\":\"1\",\r\n\"verifier\":\"admin\"\r\n}"},"url":"{{url}}/ECM/{{path}}/discontinueCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=94589b88-cb05-4e05-a11d-dc62e85bb238; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 23 Jul 2020 22:56:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Discontinued\",\n    \"certkey\": \"1\",\n    \"campaignid\": \"2\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"45bddbc8-10be-4b6e-8aa3-3a443b3c9c04"},{"name":"Reassign Certification","id":"15bf1007-f180-45ca-ba62-d10df0a9cce4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\r\n\"certifierUsername\":\"lmcneil\",\r\n\"refreshProgress\":\"Y\",\r\n\"status\":\"new,fullyexecuted,inprogress\",\r\n\"max\":\"2\",\r\n\"offset\":\"0\"\r\n}"},"url":"{{url}}/ECM/{{path}}/reAssignCertification","description":"<p>This API is used to reassign certification to a different user or certifier. The user making this update must be an administrator, a campaign owner or its delegates.</p>\n<p>Note: This is applicable only for User Manager, Entitlement Owner, and Application Owner campaigns.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>updateuser</code> (can be Admin/Campaign Owner/Delegates)</p>\n<p><code>campaignid</code>- Campaign ID or the primary key of the campaign table.</p>\n<p><code>certkey</code>- Certification key or the primary key of the certification table.</p>\n<p><code>newassignee</code>- New certifier or user to whom the certification will be assigned.</p>\n<p>Optional params:</p>\n<p><code>reassignComments</code>- Comments for reassigning the certification.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","reAssignCertification"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"147d9160-fdfc-43b8-b958-26c78ac620b1","name":"Reassign Certification","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"certifierUsername\":\"lmcneil\",\r\n\"refreshProgress\":\"Y\",\r\n\"status\":\"new,fullyexecuted,inprogress\",\r\n\"max\":\"2\",\r\n\"offset\":\"0\"\r\n}"},"url":"{{url}}/ECM/{{path}}/reAssignCertification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8a56ec8d-a73d-4fd4-b58d-7cb6d0034075; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Jul 2020 05:13:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"updateuser\":\"CampOwner'\",\n    \"campaignid\":\"405\",\n    \"certkey\":\"3468\",\n    \"newassignee\":\"SAOwner2'\",\n    \"reassignComments\": \"Tim's Reassign Comment\"\n}\n"}],"_postman_id":"15bf1007-f180-45ca-ba62-d10df0a9cce4"}],"id":"ef9af86a-392c-482a-8a12-7308d1e86b94","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c69f7851-14a7-4da1-a9f2-c37ece6ab8e8"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"cd99bcac-c972-4df7-ae17-fb472684a04b"}}],"_postman_id":"ef9af86a-392c-482a-8a12-7308d1e86b94","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"8.0 Separation of Duties","item":[{"name":"SoD Evaluation for SAP Functions","id":"f118215c-7cad-4ad4-8583-d7a1019fcbb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ruleset","value":"System1","type":"text"},{"key":"sapRoles","value":"SAP_ROLE1###SAP_ROLE2","type":"text"},{"key":"newsapRoles","value":"NEW_SAP_ROLE","type":"text"},{"key":"endpoint","value":"System1","type":"text"},{"key":"account","value":"johndoe","type":"text"}]},"url":"{{url}}/ECM/{{path}}/sapSODEvaluation","description":"<p>This API can be used to evaluate SOD for new SAP role that is being requested for a user based on the selected ruleset. (If no ruleset is selected, it uses the default ruleset)</p>\n<p>Mandatory params:</p>\n<p><code>sapRoles</code> - All the SAP Roles delimited by “###” that will be used for SoD Evaluation (input list should contain existing as well as the new roles that need to be provisioned).</p>\n<p><code>newsapRoles</code> - Should contain SAP Roles for which the result should be filtered, e.g. results could be provided only on newly added roles.</p>\n<p><code>endpoint</code> - Name of the Endpoint corresponding to the Security System. </p>\n<p>Optional params:</p>\n<p><code>ruleset</code> - Ruleset name, if not provided, system will use the default ruleset.</p>\n<p><code>account</code> - Account name to which the SAP roles will be provisioned.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","sapSODEvaluation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f118215c-7cad-4ad4-8583-d7a1019fcbb0"},{"name":"SoD Evaluation for Non - SAP Functions","id":"dd0c1d94-d43b-4613-b35c-20b0808dae36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"soduser971\",\r\n    \"entitlementJSON\": {\r\n        \"Data\": [\r\n            {\r\n                \"Endpoint\": \"SODendpoint2\",\r\n                \"EntitlementType\": \"NewPandC\",\r\n                \"ExistingEntitlementsKeys\": [\r\n                    \"635216\",\r\n                    \"635217\",\r\n                    \"635218\"\r\n                ],\r\n                \"NewEntitlementsKeys\": [\r\n                    \"635215\",\r\n                    \"635214\"\r\n                ]\r\n            },\r\n            {\r\n                \"Endpoint\": \"SODendpoint2\",\r\n                \"EntitlementType\": \"NewPandC\",\r\n                \"ExistingEntitlementsKeys\": [\r\n                    \"635216\",\r\n                    \"635217\",\r\n                    \"635218\"\r\n                ],\r\n                \"NewEntitlementsKeys\": [\r\n                    \"635215\",\r\n                    \"635214\"\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{url}}/ECM/{{path}}/sodEvaluation","description":"<p>This API can be used to evaluate SODs for entitlements with the same name.</p>\n<p><strong>Mandatory Parameters</strong>:</p>\n<p>* <code>user</code> - account name<br />* entitlement JSON</p>\n<p>StartFragment</p>\n<p>{    </p>\n<p>\"user\": \"soduser971\",</p>\n<p>\"entitlementJSON\": { </p>\n<p> \"Data\": [</p>\n<p> {</p>\n<p> \"Endpoint\": \"SODendpoint2\",</p>\n<p>  \"EntitlementType\": \"NewPandC\",</p>\n<p>   \"ExistingEntitlementsKeys\": [</p>\n<p>    \"635216\",</p>\n<p>    \"635217\", </p>\n<p>     \"635218\" </p>\n<p>     ],</p>\n<p> \"NewEntitlementsKeys\": [</p>\n<p> \"635215\",</p>\n<p> \"635214\"  </p>\n<p>   ]</p>\n<p>   },</p>\n<p>   {</p>\n<p>  \"Endpoint\": \"SODendpoint2\",</p>\n<p>  \"EntitlementType\": \"NewPandC\",   </p>\n<p>   \"ExistingEntitlementsKeys\": [   </p>\n<p>    \"635216\",  </p>\n<p>     \"635217\",    </p>\n<p>     \"635218\"    </p>\n<p>      ], </p>\n<p>    \"NewEntitlementsKeys\": [       </p>\n<p>    \"635215\", </p>\n<p>    \"635214\"  </p>\n<p>      ]    </p>\n<p>      } </p>\n<p>      ] </p>\n<p>   }</p>\n<p>}</p>\n<p>EndFragment</p>\n<p><strong>HEADERS</strong></p>\n<p>EndFragment</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Optional parameters</strong>:</p>\n<p><code>Ruleset - ExistingEntitlementsKeys/NewEntitlementsKeys -</code>These parameters are available from Release v2022.0.<br />The SODEvaluation API takes the input parameters in the following order:</p>\n<p>* Key of the entitlement<br />* Name of the entitlement</p>\n<p>The Key of the entitlement takes precedence to check SODs during access request to avoid the failure of duplicate entitlements so that the SOD risks are displayed if exists. If the entitlement key is not passed in the API, then the entitlement name is considered.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","sodEvaluation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"25243012-2e2a-47ff-9788-b5f98aff2d0d","name":"SoD Evaluation for Non - SAP Functions","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"user\":\"U220656\",\r\n   \"entitlementJSON\":{  \r\n      \"Data\":[  \r\n         {  \r\n            \"Endpoint\":\"Workday\",\r\n            \"EntitlementType\":\"Security-Groups\",\r\n            \"ExistingEntitlements\":[  \r\n               \"1099 Analyst\",\"Accountant\"\r\n            ],\r\n            \"NewEntitlements\":[  \r\n               \"ABS-United States\"\r\n            ]\r\n         }\r\n      ]\r\n   }\r\n}"},"url":"{{url}}/ECM/{{path}}/sodEvaluation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Dec 2020 00:38:25 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=usHEGXPPkfn6geD0L+lHKTNuHXJFGlpULIfrnR5XMHxzVggmgv+1klEuiIapgcmmM3TfcrPGzSaP3Xr90AvJ6XvbfB3YjBTlPwCghDCyIEk1opC8xToWesbHDZMU; Expires=Wed, 16 Dec 2020 00:38:24 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=usHEGXPPkfn6geD0L+lHKTNuHXJFGlpULIfrnR5XMHxzVggmgv+1klEuiIapgcmmM3TfcrPGzSaP3Xr90AvJ6XvbfB3YjBTlPwCghDCyIEk1opC8xToWesbHDZMU; Expires=Wed, 16 Dec 2020 00:38:24 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=38865FBEE44849A42A2677AB9DA21BBA; Path=/ECM; Secure; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=c741789b-c21e-48a2-98ba-521f987c9e2c; Path=/"},{"key":"X-Frame-Options","value":"ALLOW-FROM https://myorg.saviyntcloud.com/ECM/login/auth"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"SOD\": [\n            {\n                \"RiskId\": 1762,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"GL: Enter Journal Entry conflicts with PTP: Create Invoices\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Enter Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Accounting Journal Event: Create Journal: Initiate, Verify Capital Project Expense: Review Capital Project Transactions - Manual Journals: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"PTP: Create Invoices\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Verify Capital Project Expense: Review Capital Project Transactions - Supplier Invoices: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1763,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"GL: Enter Journal Entry conflicts with GL: Post Journal Entry\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Enter Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Accounting Journal Event: Create Journal: Initiate, Verify Capital Project Expense: Review Capital Project Transactions - Manual Journals: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"GL: Post Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Prepaid Spend Amortization Event: Create Prepaid Spend Amortization: Initiate, Receipt Accrual Event: Create Receipt Accrual: Initiate, Accounting Journal Unpost Event: Unpost Journal: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1764,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"GL: Mass Allocate Journal Entries conflicts with GL: Enter Journal Entry\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Mass Allocate Journal Entries\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Process: Allocations: Modify, Allocation Finalize Event: Finalize Allocation: Initiate, Revaluation Run Event: Run Revaluation: Initiate, Allocation Run Event: Run Allocation: Initiate, Period Close Notification Event: Period Close Notification: Initiate, Allocation Run Event: Schedule Allocation Run: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"GL: Enter Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Accounting Journal Event: Create Journal: Initiate, Verify Capital Project Expense: Review Capital Project Transactions - Manual Journals: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1769,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"GL: Enter Journal Entry conflicts with AM: Assets Depreciation\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Enter Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Accounting Journal Event: Create Journal: Initiate, Verify Capital Project Expense: Review Capital Project Transactions - Manual Journals: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"AM: Assets Depreciation\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Process: Business Asset Accounting: Modify]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1773,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"GL: Enter Journal Entry conflicts with GL: Mass Allocate Journal Entries\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Enter Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Accounting Journal Event: Create Journal: Initiate, Verify Capital Project Expense: Review Capital Project Transactions - Manual Journals: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"GL: Mass Allocate Journal Entries\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Process: Allocations: Modify, Allocation Finalize Event: Finalize Allocation: Initiate, Revaluation Run Event: Run Revaluation: Initiate, Allocation Run Event: Run Allocation: Initiate, Period Close Notification Event: Period Close Notification: Initiate, Allocation Run Event: Schedule Allocation Run: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1775,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"GL: Post Journal Entry conflicts with AM: Assets Depreciation\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Post Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Prepaid Spend Amortization Event: Create Prepaid Spend Amortization: Initiate, Receipt Accrual Event: Create Receipt Accrual: Initiate, Accounting Journal Unpost Event: Unpost Journal: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"AM: Assets Depreciation\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Process: Business Asset Accounting: Modify]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1780,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"GL: Post Journal Entry conflicts with GL: Mass Allocate Journal Entries\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Post Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Prepaid Spend Amortization Event: Create Prepaid Spend Amortization: Initiate, Receipt Accrual Event: Create Receipt Accrual: Initiate, Accounting Journal Unpost Event: Unpost Journal: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"GL: Mass Allocate Journal Entries\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Process: Allocations: Modify, Allocation Finalize Event: Finalize Allocation: Initiate, Revaluation Run Event: Run Revaluation: Initiate, Allocation Run Event: Run Allocation: Initiate, Period Close Notification Event: Period Close Notification: Initiate, Allocation Run Event: Schedule Allocation Run: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1781,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 0,\n                \"Risk\": \"GL: Open Close Periods conflicts with GL: Enter Journal Entry\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Open Close Periods\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Payment Printing Event: Create Positive Pay File: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"GL: Enter Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Accounting Journal Event: Create Journal: Initiate, Verify Capital Project Expense: Review Capital Project Transactions - Manual Journals: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1782,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 3,\n                \"Risk\": \"GL: Open Close Periods conflicts with GL: Post Journal Entry\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Open Close Periods\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Payment Printing Event: Create Positive Pay File: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"GL: Post Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Prepaid Spend Amortization Event: Create Prepaid Spend Amortization: Initiate, Receipt Accrual Event: Create Receipt Accrual: Initiate, Accounting Journal Unpost Event: Unpost Journal: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1821,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"OTC: Enter Journal Entry conflicts with OTC: Enter Customer Receipts\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"OTC: Enter Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Process: Journals: Modify]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"OTC: Enter Customer Receipts\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Record Intercompany Receipt Event: Record Intercompany Receipt: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1823,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"GL: Post Journal Entry conflicts with OTC: Enter Customer Receipts\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Post Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Prepaid Spend Amortization Event: Create Prepaid Spend Amortization: Initiate, Receipt Accrual Event: Create Receipt Accrual: Initiate, Accounting Journal Unpost Event: Unpost Journal: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"OTC: Enter Customer Receipts\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Record Intercompany Receipt Event: Record Intercompany Receipt: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1848,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"PTP: Create Invoices conflicts with PTP: Print Checks\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"PTP: Create Invoices\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Verify Capital Project Expense: Review Capital Project Transactions - Supplier Invoices: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"PTP: Print Checks\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Process: Intercompany Payment/Settlement: Modify]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1866,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"PTP: Create Invoices conflicts with PTP: Payables Transactions\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"PTP: Create Invoices\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Verify Capital Project Expense: Review Capital Project Transactions - Supplier Invoices: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"PTP: Payables Transactions\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Procurement Mass Close Event: Mass Close Procurement Documents: Initiate, Procurement Roll Forward: Roll Forward Procurement Documents: Initiate, Verify Capital Project Expense: Review Capital Project Transactions - Supplier Invoices: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            }\n        ]\n    },\n    \"errorCode\": \"0\",\n    \"message\": \"SUCCESS\"\n}"},{"id":"71f4a0a5-c4da-4025-940f-ef7a5f898986","name":"SoD Evaluation for Non - SAP Functions(riskSODEvaluationByUser)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"user\":\"U220656\",\r\n   \"riskSODEvaluationByUser\":\"true\",\r\n   \"entitlementJSON\":{  \r\n      \"Data\":[  \r\n         {  \r\n            \"Endpoint\":\"Workday\",\r\n            \"EntitlementType\":\"Security-Groups\",\r\n            \"ExistingEntitlements\":[  \r\n               \"1099 Analyst\",\"Accountant\"\r\n            ],\r\n            \"NewEntitlements\":[  \r\n               \"ABS-United States\"\r\n            ]\r\n         }\r\n      ]\r\n   }\r\n}"},"url":"{{url}}/ECM/{{path}}/sodEvaluation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=606066A85CB19FF3C5C4D6462DA5F360; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e7e3e844-f8d1-43c2-b0d2-e533fa3ec126; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 29 Dec 2020 18:29:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"RISKS\": 1762,\n            \"ACCOUNT\": 2,\n            \"ENTLIST\": [\n                \"4351776###927###4359855###4359855###Accountant\",\n                \"4351775###890###4359855###4359855###Accountant\",\n                \"4351755###890###4359855###4359855###Accountant\"\n            ],\n            \"MC\": null\n        },\n        {\n            \"RISKS\": 1763,\n            \"ACCOUNT\": 2,\n            \"ENTLIST\": [\n                \"4351768###892###4359855###4359855###Accountant\",\n                \"4351758###892###4359855###4359855###Accountant\",\n                \"4351775###890###4359855###4359855###Accountant\",\n                \"4351755###890###4359855###4359855###Accountant\",\n                \"4351766###892###4359855###4359855###Accountant\"\n            ],\n            \"MC\": null\n        },\n        {\n            \"RISKS\": 1764,\n            \"ACCOUNT\": 2,\n            \"ENTLIST\": [\n                \"4351760###891###4359855###4359855###Accountant\",\n                \"4351759###891###4359855###4359855###Accountant\",\n                \"4351775###890###4359855###4359855###Accountant\",\n                \"4351755###890###4359855###4359855###Accountant\",\n                \"4352569###891###4359855###4359855###Accountant\",\n                \"4351763###891###4359855###4359855###Accountant\",\n                \"4351761###891###4359855###4359855###Accountant\",\n                \"4351762###891###4359855###4359855###Accountant\"\n            ],\n            \"MC\": null\n        },\n        {\n            \"RISKS\": 1769,\n            \"ACCOUNT\": 2,\n            \"ENTLIST\": [\n                \"4351775###890###4359855###4359855###Accountant\",\n                \"4351755###890###4359855###4359855###Accountant\",\n                \"4352568###942###4359855###4359855###Accountant\"\n            ],\n            \"MC\": null\n        },\n        {\n            \"RISKS\": 1773,\n            \"ACCOUNT\": 2,\n            \"ENTLIST\": [\n                \"4351760###891###4359855###4359855###Accountant\",\n                \"4351759###891###4359855###4359855###Accountant\",\n                \"4351775###890###4359855###4359855###Accountant\",\n                \"4351755###890###4359855###4359855###Accountant\",\n                \"4352569###891###4359855###4359855###Accountant\",\n                \"4351763###891###4359855###4359855###Accountant\",\n                \"4351761###891###4359855###4359855###Accountant\",\n                \"4351762###891###4359855###4359855###Accountant\"\n            ],\n            \"MC\": null\n        },\n        {\n            \"RISKS\": 1775,\n            \"ACCOUNT\": 2,\n            \"ENTLIST\": [\n                \"4351768###892###4359855###4359855###Accountant\",\n                \"4351758###892###4359855###4359855###Accountant\",\n                \"4352568###942###4359855###4359855###Accountant\",\n                \"4351766###892###4359855###4359855###Accountant\"\n            ],\n            \"MC\": null\n        },\n        {\n            \"RISKS\": 1780,\n            \"ACCOUNT\": 2,\n            \"ENTLIST\": [\n                \"4351760###891###4359855###4359855###Accountant\",\n                \"4351759###891###4359855###4359855###Accountant\",\n                \"4351768###892###4359855###4359855###Accountant\",\n                \"4351758###892###4359855###4359855###Accountant\",\n                \"4352569###891###4359855###4359855###Accountant\",\n                \"4351763###891###4359855###4359855###Accountant\",\n                \"4351761###891###4359855###4359855###Accountant\",\n                \"4351762###891###4359855###4359855###Accountant\",\n                \"4351766###892###4359855###4359855###Accountant\"\n            ],\n            \"MC\": null\n        },\n        {\n            \"RISKS\": 1781,\n            \"ACCOUNT\": 2,\n            \"ENTLIST\": [\n                \"4351775###890###4359855###4359855###Accountant\",\n                \"4351755###890###4359855###4359855###Accountant\",\n                \"4351764###894###4359855###4359855###Accountant\"\n            ],\n            \"MC\": null\n        },\n        {\n            \"RISKS\": 1782,\n            \"ACCOUNT\": 2,\n            \"ENTLIST\": [\n                \"4351768###892###4359855###4359855###Accountant\",\n                \"4351758###892###4359855###4359855###Accountant\",\n                \"4351764###894###4359855###4359855###Accountant\",\n                \"4351766###892###4359855###4359855###Accountant\"\n            ],\n            \"MC\": null\n        },\n        {\n            \"RISKS\": 1821,\n            \"ACCOUNT\": 2,\n            \"ENTLIST\": [\n                \"4351765###907###4359855###4359855###Accountant\",\n                \"4352572###916###4359855###4359855###Accountant\"\n            ],\n            \"MC\": null\n        },\n        {\n            \"RISKS\": 1823,\n            \"ACCOUNT\": 2,\n            \"ENTLIST\": [\n                \"4351768###892###4359855###4359855###Accountant\",\n                \"4351758###892###4359855###4359855###Accountant\",\n                \"4351765###907###4359855###4359855###Accountant\",\n                \"4351766###892###4359855###4359855###Accountant\"\n            ],\n            \"MC\": null\n        },\n        {\n            \"RISKS\": 1848,\n            \"ACCOUNT\": 2,\n            \"ENTLIST\": [\n                \"4351776###927###4359855###4359855###Accountant\",\n                \"4352571###956###4359855###4359855###Accountant\"\n            ],\n            \"MC\": null\n        },\n        {\n            \"RISKS\": 1866,\n            \"ACCOUNT\": 2,\n            \"ENTLIST\": [\n                \"4351776###960###4359855###4359855###Accountant\",\n                \"4351771###960###4359855###4359855###Accountant\",\n                \"4351776###927###4359855###4359855###Accountant\",\n                \"4351769###960###4359855###4359855###Accountant\"\n            ],\n            \"MC\": null\n        }\n    ],\n    \"errorCode\": \"0\",\n    \"message\": \"SUCCESS\"\n}"},{"id":"7bc5cffb-d1f4-4b91-8724-c501a7dce39c","name":"SOD Evaluation for Non-SAP Duplicate Entitlements","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"soduser971\",\r\n    \"entitlementJSON\": {\r\n        \"Data\": [\r\n            {\r\n                \"Endpoint\": \"SODendpoint2\",\r\n                \"EntitlementType\": \"NewPandC\",\r\n                \"ExistingEntitlementsKeys\": [\r\n                    \"635216\",\r\n                    \"635217\",\r\n                    \"635218\"\r\n                ],\r\n                \"NewEntitlementsKeys\": [\r\n                    \"635215\",\r\n                    \"635214\"\r\n                ]\r\n            },\r\n            {\r\n                \"Endpoint\": \"SODendpoint2\",\r\n                \"EntitlementType\": \"NewPandC\",\r\n                \"ExistingEntitlementsKeys\": [\r\n                    \"635216\",\r\n                    \"635217\",\r\n                    \"635218\"\r\n                ],\r\n                \"NewEntitlementsKeys\": [\r\n                    \"635215\",\r\n                    \"635214\"\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{url}}{{path}}/sodEvaluation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 12:34:06 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=a0746f02-c6f0-4330-8831-bdb012cde87e; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"SOD\": [\n            {\n                \"RiskId\": 3215,\n                \"Description\": \"RiskDepth2\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 2,\n                \"Risk\": \"RiskDepth2\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"FunctionDepthLevel2\",\n                        \"Description\": \"test\",\n                        \"Entitlements\": []\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 3216,\n                \"Description\": \"RiskDepth3\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 2,\n                \"Risk\": \"RiskDepth3\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"FunctionDepthLevel3\",\n                        \"Description\": \"oiu\",\n                        \"Entitlements\": []\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 3224,\n                \"Description\": \"risk 971\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 2,\n                \"Risk\": \"Risk971\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"Function971\",\n                        \"Description\": \"FA1\",\n                        \"Entitlements\": []\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            }\n        ]\n    },\n    \"errorCode\": \"0\",\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"dd0c1d94-d43b-4613-b35c-20b0808dae36"},{"name":"Add Mitigating Control Risk Account","id":"2bd4685b-8362-4041-b6a4-6589d3d8b0f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mitigatingControl","value":"P2414","type":"text"},{"key":"ruleset","value":"Global","type":"text"},{"key":"riskname","value":"0105","type":"text"},{"key":"endpoint","value":"Endpoint1","type":"text"},{"key":"account","value":"johndoe","type":"text"},{"key":"startDate","value":"09-09-2018","type":"text"},{"key":"endDate","value":"12-12-2018","type":"text"},{"key":"approver","value":"dbailey","type":"text"}]},"url":"{{url}}/ECM/{{path}}/addMCRiskAccount","description":"<p>This API can be used to create a mitigating control association for a user-account which has SOD violation.</p>\n<p>Mandatory params: </p>\n<p><code>mitigatingControl</code> - Mitigating control name.</p>\n<p><code>approver</code> - User name of the user approving the mitigating control association.</p>\n<p>Optional params:</p>\n<p><code>ruleset</code> - Ruleset name</p>\n<p><code>riskname</code> - Risk name</p>\n<p><code>endpoint</code> - Endpoint name</p>\n<p><code>account</code> - Account Name, <code>endpoint</code> needs to be populated too</p>\n<p><code>startDate</code> - MM-dd-yyyy, if left null, current date will be used as start date</p>\n<p><code>endDate</code> - MM-dd-yyyy, if left null, 12-31-9999 will be used as end date</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","addMCRiskAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f6ca9254-6db0-47fd-b5a1-fcaccfdc7571","name":"Add Mitigating Control Risk Account","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 02:09:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=f6eb9700-7984-4757-b34b-d3652f6fdfbf; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"BE8EEBA73DA894E127D2550C46B1ACD9","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"f6eb9700-7984-4757-b34b-d3652f6fdfbf","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"message\": \"Success-Mitigating Control Updated,\"\n}"}],"_postman_id":"2bd4685b-8362-4041-b6a4-6589d3d8b0f3"},{"name":"Upload SOD Ruleset","id":"9d72f0a5-6420-4a8b-bd52-faf6c0d9eb3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uploadfile","type":"file","src":"/C:/Users/Bhargavi/OneDrive/Desktop/SODAPI.xls"},{"key":"rulesetName","value":"Ruleset0210","type":"text"},{"key":"existingRuleset","value":"no","type":"text"},{"key":"deleteExistingMCAssociations","value":"no","type":"text"},{"key":"deleteExistingFunctionAssociations","value":"no","type":"text"},{"key":"createMissingEntitlements","value":"yes","type":"text"}]},"url":"{{url}}/ECM/{{path}}/uploadSODRuleset","description":"<p>The <strong>uploadSODRuleset</strong> API uses the Ruleset upload file to import rulesets into the User Interface (UI).</p>\n<ul>\n<li><p>The ruleset upload file exceeding the size of 10MB is not supported.</p>\n</li>\n<li><p>Use only .xls or .xlsx file format for the ruleset upload. Do not use any .zip file.</p>\n</li>\n</ul>\n<p><strong>Mandatory parameters:</strong></p>\n<p><code>Upload SOD Ruleset</code> - Select to browse a (.xls) file for upload. Once the file is uploaded, the name of the file that you attached is displayed.</p>\n<p><code>existingRuleset</code> - Specify the value as yes if you are using the existing ruleset.</p>\n<p><code>rulesetName</code> - Specify the name of the existing ruleset.</p>\n<p><strong>Other Parameters:</strong></p>\n<ul>\n<li><code>deleteExistingMCAssociations</code> - Specify the value as yes/no if you wish to delete any existing mitigating controls associations.</li>\n<li><code>deleteExistingFunctionAssociations</code> - Specify the value as yes to delete the existing function associations, else specify the value as No.</li>\n<li><code>createmissingEntitlements</code> - Specify the value as yes to create missing entitlements, else specify the value as No.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","uploadSODRuleset"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"45487e87-9338-4ba6-8e7f-c7102bddd554","name":"Upload SOD Ruleset","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uploadfile","type":"file","src":["/C:/Users/Bhargavi/OneDrive/Desktop/SODAPI.xls"]},{"key":"rulesetName","value":"Ruleset0210","type":"text"},{"key":"existingRuleset","value":"no","type":"text"},{"key":"deleteExistingMCAssociations","value":"no","type":"text"},{"key":"deleteExistingFunctionAssociations","value":"no","type":"text"},{"key":"createMissingEntitlements","value":"yes","type":"text"}]},"url":"{{url}}/ECM/{{path}}/uploadSODRuleset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Oct 2023 13:39:44 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=a08874f2-5a1c-42c1-8cf1-5d9f261a93ca; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Background job has started and email will be sent after the upload\"\n}"}],"_postman_id":"9d72f0a5-6420-4a8b-bd52-faf6c0d9eb3f"}],"id":"004f650b-cde0-47cd-a2a8-391627cc7b00","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b7014c13-2960-45a9-a971-712a1d94436d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"89a6bf3e-9d70-4bfc-8fb8-3b91f0c1b683"}}],"_postman_id":"004f650b-cde0-47cd-a2a8-391627cc7b00","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"9.0 Password Reset","item":[{"name":"Using SQA","item":[{"name":"Fetch Security Questions","id":"9bd97afb-28c8-4308-bea1-4a2dcd8f59c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/getSavSecurityQuestions","description":"<p>This API is used to get the Security Questions defined in SSM</p>\n<p>Optional params: </p>\n<p><code>max</code>,<code>offset</code>, <code>questiongroup</code></p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getSavSecurityQuestions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5a746745-2d23-4143-b6ee-2292add0806c","name":"Fetch Security Questions1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/getSavSecurityQuestions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sat, 15 Sep 2018 01:14:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ecb5f969-9dca-4ded-917d-172fba58a9af; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"45288081FAA56696E9FBFFF88C9E288A","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"ecb5f969-9dca-4ded-917d-172fba58a9af","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"questions\": [\n        {\n            \"questiongroup\": \"Personal\",\n            \"question\": \"What is your mother's maiden name?\"\n        },\n        {\n            \"questiongroup\": \"Personal\",\n            \"question\": \"What is your first school name?\"\n        },\n        {\n            \"questiongroup\": \"Personal\",\n            \"question\": \"What is your first Pet's name?\"\n        },\n        {\n            \"questiongroup\": \"Favorites\",\n            \"question\": \"What is your favorite food?\"\n        },\n        {\n            \"questiongroup\": \"Favorites\",\n            \"question\": \"What is your favorite color?\"\n        },\n        {\n            \"questiongroup\": \"Favorites\",\n            \"question\": \"What is your favorite holiday destination?\"\n        }\n    ],\n    \"errorCode\": \"0\",\n    \"message\": \"successful\"\n}"},{"id":"e15662e7-7e8f-4289-88a7-496902d69fe7","name":"Fetch Security Questions2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type"}],"body":{"mode":"raw","raw":"{\n\"questiongroup\":\"Personal\"\n}"},"url":"{{url}}/ECM/{{path}}/getSavSecurityQuestions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"questions\": [\n       {\n           \"questiongroup\": \"Personal\",\n           \"question\": \"What is your mother's maiden name?\"\n       },\n       {\n           \"questiongroup\": \"Personal\",\n           \"question\": \"What is your first school name?\"\n       },\n       {\n           \"questiongroup\": \"Personal\",\n           \"question\": \"What is your first Pet's name?\"\n       }\n   ],\n   \"errorCode\": \"0\",\n   \"message\": \"successful\"\n}"}],"_postman_id":"9bd97afb-28c8-4308-bea1-4a2dcd8f59c7"},{"name":"Fetch User Security Questions","id":"26ce8f18-f4dc-4114-9fe7-0fb5a2ce55fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"username\":\"johndoe\"\r\n} "},"url":"{{url}}/ECM/{{path}}/fetchSavUserQuestions","description":"<p>This API can be used to fetch the security questions selected by user during registration</p>\n<p>Mandatory params: </p>\n<p><code>username</code>\nOR\n<code>propertytosearch</code>- Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchSavUserQuestions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8abb4458-128a-4939-b8f0-470f255bb3e0","name":"Fetch User Security Questions Example2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"username\":\"johndoe\"\r\n} "},"url":"{{url}}/ECM/{{path}}/fetchSavUserQuestions","description":"This API can be used to fetch the security questions selected by user during registration\n\nMandatory params: \n\n`username`\nOR\n`propertytosearch`- Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty\n\nThe `Authorization` must have `Bearer` followed by `Token`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 14 Sep 2018 18:16:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=98ff9b0e-a06c-4071-8740-a437d67512c0; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"D232AD99BC167A0EA489DC0BEDF1A41F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"98ff9b0e-a06c-4071-8740-a437d67512c0","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"questions\":[\"What is your favorite food?\",\"What is your pet's name?\",\"What is your mother's maiden name?\",\"What is your favorite color?\"],\"errorCode\":\"0\"}"},{"id":"b7f2eae5-1427-477b-8aea-e652a7cdcdc6","name":"Fetch User Security Questions Example1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \n\"propertytosearch\":\"email\",\n\"email\":\"john.doe@saviynt.com\"\n} "},"url":"{{url}}/ECM/{{path}}/fetchSavUserQuestions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 14 Sep 2018 18:01:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=aca86828-df27-4607-a7a9-812cafd09992; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"D232AD99BC167A0EA489DC0BEDF1A41F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"aca86828-df27-4607-a7a9-812cafd09992","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"questions\":[\"What is your first Pet's name?\",\"What is your favorite food?\"],\"errorCode\":\"0\"}"}],"_postman_id":"26ce8f18-f4dc-4114-9fe7-0fb5a2ce55fa"},{"name":"Validate User Security Answers","id":"916272cd-a6df-462f-94fc-cc22e89992ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"propertytosearch\" : \"email\", \r\n\"email\" : \"john.doe@saviynt.com\", \r\n\"answers\" : [ \r\n{ \r\n\"question\" : \"What is your first Pet name?\", \r\n\"answer\" : \"kitty\" \r\n},\r\n{ \r\n\"question\" : \"What is your favorite food?\", \r\n\"answer\" : \"food\" \r\n}\r\n] \r\n} "},"url":"{{url}}/ECM/{{path}}/validateSecurityAnswers","description":"<p>This API is used to validate the security answers of user with answers entered during registration</p>\n<p>Mandatory params:</p>\n<p><code>answers</code> - list of questions and answers to be validated</p>\n<p><code>username</code> OR <code>propertytosearch</code> - Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","validateSecurityAnswers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f8edb9dd-d85f-4c15-99df-f7e0aa0a7039","name":"Validate Security Answers","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"propertytosearch\" : \"email\", \r\n\"email\" : \"john.doe@saviynt.com\", \r\n\"answers\" : [ \r\n{ \r\n\"question\" : \"What is your first Pet name?\", \r\n\"answer\" : \"kitty\" \r\n},\r\n{ \r\n\"question\" : \"What is your favorite food?\", \r\n\"answer\" : \"food\" \r\n}\r\n] \r\n} "},"url":"{{url}}/ECM/{{path}}/validateSecurityAnswers","description":"This API is used to validate the security answers of user with answers entered during registration\n\nMandatory params:\n\n`answers` - list of questions and answers to be validated\n\n`username` OR `propertytosearch` - Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty\n\nThe `Authorization` must have `Bearer` followed by `Token`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 14 Sep 2018 22:31:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=fbc19214-e119-4e8e-947e-6c0a2fb3e809; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"5D25178539D929BE9A3B28BFCE4310F5","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"fbc19214-e119-4e8e-947e-6c0a2fb3e809","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"validation\":\"successful\"}"}],"_postman_id":"916272cd-a6df-462f-94fc-cc22e89992ab"},{"name":"Create Security Questions","id":"b33a4017-25c0-47c2-9393-c16dbfb84c64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"updateuser\": \"awsadmin\",\r\n    \"question\": \"what is your employeeid?\",\r\n    \"description\": \"desc....api\",\r\n    \"questionorder\": \"3\",\r\n    \"answerrequired\": \"true\",\r\n    \"answereditable\": \"false\",\r\n    \"defaultvalue\": \"sav123\",\r\n    \"endpointfield\": \"customproperty29\",\r\n    \"section\": \"Application Type\",\r\n\t\"answertype\" : \"radio\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createSavSecurityQuestions","description":"<p>This API is used to create security questions in Saviynt.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>question</code></p>\n<p><code>endpointfield</code></p>\n<p><code>section</code></p>\n<p>Optional Params:</p>\n<p><code>description</code>, <code>questionorder</code>, <code>answertype</code> (by default 'FREETEXT'), <code>answerrequired</code> (by default 'false'), <code>answereditable</code>(by default 'true'), <code>defaultvalue</code>, <code>updateuser</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createSavSecurityQuestions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c8f7c378-8ddc-419e-b54f-cc4d7870eb3e","name":"Create Security Questions","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"updateuser\": \"awsadmin\",\r\n    \"question\": \"what is your employeeid?\",\r\n    \"description\": \"desc....api\",\r\n    \"questionorder\": \"3\",\r\n    \"answerrequired\": \"true\",\r\n    \"answereditable\": \"false\",\r\n    \"defaultvalue\": \"sav123\",\r\n    \"endpointfield\": \"customproperty29\",\r\n    \"section\": \"Application Type\",\r\n\t\"answertype\" : \"radio\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createSavSecurityQuestions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e02759e0-a4a0-4963-bd4d-b232621fd21e; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 31 Dec 2020 21:37:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorcode\": 0\n}"}],"_postman_id":"b33a4017-25c0-47c2-9393-c16dbfb84c64"}],"id":"fe544127-9897-40b6-af9a-172fca6e9d9e","_postman_id":"fe544127-9897-40b6-af9a-172fca6e9d9e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Password Policy","item":[{"name":"Create Password Policy","id":"90d8ab3b-e770-4978-b0f7-d2d65277e7a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"policyname\" : \"ApplicationPolicyAD\",\n    \"description\": \"desc\",\n    \"scope\": \"APPLICATION\",\n    \"regex\": \"^[a-zA-Z0-9]{6,14}$\",\n    \"maxrepetedcharacters\": \"1\",\n    \"minimumnumericcharacters\": \"2\",\n    \"minimumspecialcharacter\": \"3\",\n    \"minimumalphanumericcharacters\": \"4\",\n    \"minimumuniquecharacters\": \"5\",\n    \"minimumalphabetcharacters\": \"6\",\n    \"minimumuppercasecharacters\": \"7\",\n    \"minimumlowercasecharacters\": \"8\",\n    \"disallowlastpassword\": \"9\",\n    \"useblacklistdictionary\": \"NO\",\n    \"blacklistedattributes\": \"testkdkdkd\",\n    \"minimumage\": \"2\",\n    \"regexdescription\": \"regex desc\",\n    \"expireafter\": \"100\",\n    \"sendnotification\": \"true\",\n    \"notificationemailtemplate\": \" failure email template\",\n    \"daystonotify\": \"150\",\n    \"primaryidentificationattr\": [\n        \"username\",\n        \"firstname\"\n    ],\n    \"secondaryidentificationattr\": [\n        \"lastname\",\n        \"email\"\n    ],\n    \"resetpasswordnotification\": \"Actionable Email\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/createSavPasswordPolicy","description":"<p>This API creates a password policy for your organization.</p>\n<p>The <code>Authorization</code> must have a <code>Bearer</code> followed by a <code>Token</code>.</p>\n<p><strong>Mandatory Parameters</strong>:</p>\n<ul>\n<li><code>policyname</code>: Specify a unique name for the policy. You can include names such as ApplicationPolicy to better identify the type of policy.</li>\n<li><code>expireafter</code>: Specify length of time until a user password expires and must be changed. You can enter only numeric values.</li>\n</ul>\n<p><strong>Optional Parameters</strong>:</p>\n<ul>\n<li><p><code>description</code>: StartFragmentSpecify an optional description for the policy.</p>\n</li>\n<li><p><code>scope</code>: Specify the application or user you wish to apply the policy to.</p>\n<ul>\n<li><code>APPLICATION</code>: Specify this option, if you want to assign the password policy to applications and cannot be used to validate passwords when users’ passwords are changed.</li>\n<li><code>USER</code>: Specify this option, if you want to assign the password policy at the user level. To change or reset user passwords in EIC, at least one password policy with USER scope must be available. This policy is invoked when a user password change or reset is initiated.</li>\n</ul>\n</li>\n<li><p><code>regex</code>: You can specify regular expressions (regex) to define specific password patterns.</p>\n</li>\n<li><p><code>maxrepetedcharacters</code>: Specify the maximum number of duplicate characters that a password can contain. For example, if you specify <code>2</code>, then a password is not accepted if any character is repeated more than two times. You can set a value between <code>1</code> and <code>10</code> numeric characters.</p>\n</li>\n<li><p><code>minimumnumericcharacters</code>: Specify the minimum number of numeric characters that a password must contain. For example: if you specify <code>3</code>, then password should have at least 3 numbers. StartFragmentYou can set a value between <code>1</code> and <code>10</code> numeric characters.</p>\n</li>\n<li><p><code>minimumspecialcharacter</code>: Specify the minimum number of special characters that a password must contain.</p>\n</li>\n<li><p><code>minimumalphanumericcharacters</code>: Specify the minimum number of alphanumeric characters that a password must contain. For example, if minimum alphanumeric characters specified is <code>8</code> and if the password specified is 'j<code>ohn12</code>' then the password is not accepted as it is short of two characters in this case with the configured value of <code>8</code> characters.</p>\n</li>\n<li><p><code>minimumuniquecharacters</code>: Specify the minimum number of unique characters that a password must contain. Unique characters do not take into consideration duplicate characters.</p>\n</li>\n<li><p><code>minimumalphabetcharacters</code>: Specify the minimum number of alphabetic characters that a password must contain.</p>\n</li>\n<li><p><code>minimumuppercasecharacters</code>: Specify the minimum number of uppercase letters that a password must contain. For example, if minimum uppercase characters are specified as 2 and if password specified is John123 then the password is not accepted as only 1 Uppercase letter is specified in this case.</p>\n</li>\n<li><p><code>minimumlowercasecharacters</code>: Specify minimum number of lowercase letters that a password must contain. For example, if minimum lowercase characters are specified as 2 and if password specified is JOHn123 then the password is not accepted as only 1 lowercase letter is specified in this case.</p>\n</li>\n<li><p><code>disallowlastpassword</code>: Specify the frequency to prevent users from using any previous passwords whose change or reset process was initiated from EIC and not from the target applications. For example, if you specify 10, then users are allowed to reuse a password only after using 10 unique passwords. You can set a value between 1 and 25 numeric characters.</p>\n</li>\n<li><p><code>useblacklistdictionary</code>: Specify <code>YES</code> to enable the the password blacklist dictionary. A password is rejected if its value matches a term in a dictionary that you configure.</p>\n</li>\n<li><p><code>blacklistedattributes</code>: Specify the user attributes query to prevent users from using their user or account information.</p>\n</li>\n<li><p><code>minimumage</code>: Specify the minimum period, in hours to limit how frequently users can change the password. For example, if you enter 2, then the user cannot change the password before 2 hours of creating the password.</p>\n</li>\n<li><p><code>regexdescription</code>: Specify a custom regular expression error message if the end user password does not match the regex password policy configuration.</p>\n</li>\n<li><p><code>sendnotification</code>: Specify <code>true</code> to send notifications to end users informing them of their upcoming password expiration. Notification emails can be sent to both user and account passwords.</p>\n</li>\n<li><p>notificationemailtemplate:</p>\n</li>\n<li><p><code>daystonotify</code>: Specify the days, before user passwords expire (including service account owners) to send expiry notification email.</p>\n</li>\n<li><p><code>primaryidentificationattr</code>: Specify the parameter to validate the identity of the calling user and make their details visible to the Helpdesk users.</p>\n</li>\n<li><p><code>secondaryidentificationattr</code>: Specify the parameter to validate the identity of the calling user and make their details visible to the Helpdesk users.</p>\n</li>\n<li><p><code>resetpasswordnotification</code>: You can send user password change or password reset notifications to end users. Specify the email template to customize the notification that the user receives.</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>, `minimumage`, `regexdescription`, `sendnotification`, `notificationemailtemplate`, `daystonotify`, `primaryidentificationattr`, `secondaryidentificationattr`, `resetpasswordnotification`\n\n</code></pre><p>-</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createSavPasswordPolicy"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"58cffe7e-82f3-4c48-bfbe-23653711a0c9","name":"Create Password Policy","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"policyname\" : \"user password policy API 198\",\n    \"description\": \"desc\",\n    \"scope\": \"APPLICATION\",\n    \"regex\": \"^[a-zA-Z0-9]{6,14}$\",\n    \"maxrepetedcharacters\": \"1\",\n    \"minimumnumericcharacters\": \"2\",\n    \"minimumspecialcharacter\": \"3\",\n    \"minimumalphanumericcharacters\": \"4\",\n    \"minimumuniquecharacters\": \"5\",\n    \"minimumalphabetcharacters\": \"6\",\n    \"minimumuppercasecharacters\": \"7\",\n    \"minimumlowercasecharacters\": \"8\",\n    \"disallowlastpassword\": \"9\",\n    \"useblacklistdictionary\": \"NO\",\n    \"blacklistedattributes\": \"testkdkdkd\",\n    \"minimumage\": \"200\",\n    \"regexdescription\": \"regex desc\",\n    \"expireafter\": \"100\",\n    \"sendnotification\": \"true\",\n    \"notificationemailtemplate\": \" failure email template\",\n    \"daystonotify\": \"150\",\n    \"primaryidentificationattr\": [\n        \"username\",\n        \"firstname\"\n    ],\n    \"secondaryidentificationattr\": [\n        \"lastname\",\n        \"email\"\n    ],\n    \"resetpasswordnotification\": \"Actionable Email\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/createSavPasswordPolicy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=D5F5D1174277E4315E7882325968C981; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e02759e0-a4a0-4963-bd4d-b232621fd21e; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 31 Dec 2020 21:22:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": 0\n}"}],"_postman_id":"90d8ab3b-e770-4978-b0f7-d2d65277e7a2"}],"id":"865e35ea-974b-4543-bb66-818ef9850232","_postman_id":"865e35ea-974b-4543-bb66-818ef9850232","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Change User Password","id":"4b29fffd-06b1-4ae2-ad2b-181f72904f96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{url}}/ECM/{{path}}/changePassword","description":"<p>This API reset the password for a user in EIC. Considering the input parameters, the value of the new password should be supplied as Password and the Username should correspond to the user whose password is being reset.</p>\n<p>The Authorization must have a <code>Bearer</code> followed by a <code>Token</code>.</p>\n<p><strong>Mandatory Parameters</strong>:</p>\n<ul>\n<li><code>username</code>: Specify the name of the user for whom you need to change the password.</li>\n<li><code>password</code>: Type your new password.</li>\n</ul>\n<p><strong>Optional Parameters</strong>:</p>\n<ul>\n<li><p><code>changePasswordAssociatedAccounts</code>: Once the change password request is initiated, you can specify <code>true</code> to create the corresponding Change Password task. You can specify <code>false</code> to only update the user password. The default value is <code>true</code>.</p>\n</li>\n<li><p><code>endpoint</code>: If the <code>changePasswordAssociatedAccounts</code> parameter is set to <code>true</code> then specify the list of endpoints (comma-separated).</p>\n</li>\n<li><p><code>validateagainstpolicy</code>: Specify <code>Y</code> to ensure that your new password conforms to the USER scope password policy. If you do not want to apply the password policy, then specify <code>N</code>. The default value is <code>Y</code>.</p>\n</li>\n<li><p><code>updateUserPassword</code>: If the <code>changePasswordAssociatedAccounts</code> parameter is set to <code>true</code> then specify true to update the user password and create the corresponding Change Password task. Specify <code>false</code> to create only the Change Password task. The default value is <code>true</code>.</p>\n</li>\n<li><p><code>setarstasksource</code> - Specify <code>true</code> to set the source column in the arstasks table with the <code>changeOwnPasswordFromAPI</code> value. When the source column in arstasks table is set to the <code>changeOwnPasswordFromAPI</code> value then the <strong>pwdLastSet</strong> parameter is not set to <strong>0</strong> for Active Directory (AD). The default value is <code>false</code>.<br />  <strong>Note</strong>: If your AD password has expired (<strong>pwdLastSet = 0</strong>), you are forced to choose a new password in EIC on the next login.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","changePassword"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"85901f64-cbec-4729-8ad2-897e6f29c9d8","name":"Change User Password 2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"john","type":"text"},{"key":"password","value":"password","type":"text"},{"key":"changePasswordAssociatedAccounts","value":"true","type":"text"},{"key":"endpoint","value":"Workday","type":"text"},{"key":"validateagainstpolicy","value":"Y","type":"text"},{"key":"updateUserPassword","value":"false","type":"text"},{"key":"setarstasksource","value":"true","type":"text"}]},"url":"{{url}}/ECM/{{path}}/changePassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=132f53b6-07e3-4845-bf82-e507151d8018; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 31 Jul 2020 21:50:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"Success\",\n    \"TaskIDs\": [\n        79\n    ],\n    \"errorCode\": \"0\",\n    \"message\": \"Password updated successfully\"\n}"}],"_postman_id":"4b29fffd-06b1-4ae2-ad2b-181f72904f96"}],"id":"381e5569-d999-4367-a3d7-d8767c106bbb","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b51acf11-785f-48aa-bebc-dced0cc17a68"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"dd1bab96-9340-4ef7-aba7-ed0849baf2cf"}}],"_postman_id":"381e5569-d999-4367-a3d7-d8767c106bbb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"10.0 Common Utilities","item":[{"name":"Job Control","item":[{"name":"Create and Update Trigger","id":"1fdc4b29-45d1-4765-bc61-7638d88124cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n     \"triggers\":[\n         {\n        \"jobname\": \"JRMRecommentationJob\",\n        \"triggername\": \"PAA_SystemDefault\",\n        \"jobgroup\": \"Utility\",\n        \"cronexpression\": \"0 01 02 ? * SAT *\",\n        \"valueMap\": {\n            \"triggergroup\": \"GRAILS_JOBS\",\n            \"advPeerAnalyticsRuleset\": \"true\",\n            \"analysistypes\": \"1\",\n            \"tabDetail\": \"weekly::02:01:15__SAT\"\n        }\n      }\n      ]\n}"},"url":"{{url}}/ECM/{{path}}/createUpdateTrigger","description":"<p>This API call can be used to create and update a trigger for a particular \"jobgroup\" in EIC.</p>\n<p>Starting with Release v24.7, a new <strong><code>analysistypes</code></strong> parameter has been introduced for the <strong>Recommendations</strong> job. To execute an analysis type using this API, you<br />can use the <code>analysistypes</code> parameter and specify<br />the following values in its request:</p>\n<ul>\n<li><p>0 – Run All Steps</p>\n</li>\n<li><p>1 – Run Attribute Discovery</p>\n</li>\n<li><p>2 – Generate Correlation Rules</p>\n</li>\n<li><p>3 – Rule Consolidation for Access</p>\n</li>\n<li><p>4 – Rule Consolidation for Apps</p>\n</li>\n<li><p>5 – Compute Access Confidence</p>\n</li>\n<li><p>6 – Compute Model Performance Statistics</p>\n</li>\n<li><p>7 – Incremental Rule Creation</p>\n</li>\n</ul>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<ul>\n<li><p><code>analysistypes</code></p>\n</li>\n<li><p><code>jobname</code></p>\n</li>\n<li><p><code>triggername</code></p>\n</li>\n<li><p><code>jobgroup</code></p>\n</li>\n<li><p><code>cronexpression</code></p>\n</li>\n</ul>\n<p>Optional params:</p>\n<p><code>valueMap</code> - sample for triggerChainJob -<br />{<br />\"savtriggerorderform\": \"TESTCONN,WSRETRY\",<br />\"onFailureForm\": \"Stop\"<br />}</p>\n<p>To know more on list of parameters that can be passed in valueMap, see <a href=\"https://docs.saviyntcloud.com/bundle/EIC-Admin-v23x/page/Content/Chapter10-Job-Control-Panel/Adding-a-new-job.htm\">Parameters for Job Trigger APIs.</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createUpdateTrigger"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1cde3a18-701d-4ef3-892b-8a44def46626","name":"Create and Update Trigger","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"triggers\": [\n        {\n            \"valueMap\": {\n                \"savtriggerorderform\": \"TESTCONN,WSRETRY\",\n                \"onFailureForm\": \"Stop\"\n            },\n            \"triggername\": \"TriggerchainUI\",\n            \"jobname\": \"TriggerChainJob\",\n            \"jobgroup\": \"utility\",\n            \"cronexpression\": \"0 33 14 * * ? 2060\"\n        },\n        {\n            \"valueMap\": {\n                \"savtriggerorderform\": \"TESTCONN,LAMPLM,WSRETRY\",\n                \"onFailureForm\": \"Continue\"\n            },\n            \"triggername\": \"TcAPI\",\n            \"jobname\": \"TriggerChainJob\",\n            \"jobgroup\": \"utility\",\n            \"cronexpression\": \"0 33 14 * * ? 2060\"\n        },\n        {\n            \"triggername\": \"PAA_Job\",\n            \"jobname\": \"JRMRecommentationJob\",\n            \"jobgroup\": \"utility\",\n            \"cronexpression\": \"0 33 14 * * ? 2060\"\n        }\n    ]\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/createUpdateTrigger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 16 Sep 2022 13:03:50 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"JSESSIONID=FE80A540CDECEEF1AEC06D82E1C7C53F; Path=/ECM; Secure; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=131c0e32-9edf-419c-bd4c-77764a92d205; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"},{"id":"1c8b2342-38e3-4500-832b-bbfecd830784","name":"Create and Update Trigger-Recommendations Job","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n     \"triggers\":[\n         {\n        \"jobname\": \"JRMRecommentationJob\",\n        \"triggername\": \"PAA_SystemDefault\",\n        \"jobgroup\": \"Utility\",\n        \"cronexpression\": \"0 01 02 ? * SAT *\",\n        \"valueMap\": {\n            \"actn\": \"6\",\n            \"triggergroup\": \"GRAILS_JOBS\",\n            \"advPeerAnalyticsRuleset\": \"true\",\n            \"analysistypes\": \"1\",\n            \"tabDetail\": \"weekly::02:01:15__SAT\"\n        }\n      }\n      ]\n}"},"url":"{{url}}/ECM/{{path}}/createUpdateTrigger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Jun 2024 08:46:01 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-security-policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self' https://login.microsoftonline.com https://accounts.google.com; frame-ancestors 'self'; default-src 'self'"},{"key":"permissions-policy","value":"script-src 'self'; camera 'none'"},{"key":"referrer-policy","value":"origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"https://myorg.saviyntcloud.com"},{"key":"expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"CCSRF-TOKEN=1bffc542-fe4a-4522-bdcc-b714a1037bfc; HttpOnly; Secure; SameSite=Strict; Path=/;"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"89623f083e5b07f1-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"1fdc4b29-45d1-4765-bc61-7638d88124cc"},{"name":"Check Job Status","id":"4bcd758d-0491-4a5c-93ce-04be66083fc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"jobgroup","value":"Analytics","type":"text"},{"key":"jobname","value":"AnalyticsJob","type":"text"}]},"url":"{{url}}/ECM/{{path}}/checkJobStatus","description":"<p>This API is used to fetch the status of any job other that Data Import Job.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>jobgroup</code>,\n<code>jobname</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","checkJobStatus"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"66c212bf-f717-4bf1-b257-6343d54ec843","name":"Check Job Status","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"jobgroup","value":"Analytics","type":"text"},{"key":"jobname","value":"AnalyticsJob","type":"text"}]},"url":"{{url}}/ECM/{{path}}/checkJobStatus","description":"This API is used to fetch the status of any job other that Data Import Job.\r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nMandatory params: \r\n`jobgroup`,\r\n`jobname`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 22:04:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=68b0b4c6-5c76-4b74-964f-0a8b12a92c20; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"403BE1DC9B78FD001E8805979962820B","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"68b0b4c6-5c76-4b74-964f-0a8b12a92c20","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"IN-PROGRESS\",\"errorCode\":\"0\"}"}],"_postman_id":"4bcd758d-0491-4a5c-93ce-04be66083fc6"},{"name":"Delete Trigger","id":"4b6fd2ef-6443-418b-938f-b652e94102ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"triggername\": \"TCAPI\",\n    \"jobname\": \"TriggerChainJob\",\n    \"jobgroup\": \"utility\"\n}"},"url":"{{url}}/ECM/{{path}}/deleteTrigger","description":"<p>Use this API to delete a trigger for a specific job category in Enterprise Identity Cloud (EIC).</p>\n<p>The <code>Authorization</code> must have a <code>Bearer</code> followed by a <code>Token</code>.</p>\n<p><strong>Mandatory Parameters</strong></p>\n<ul>\n<li><p><code>triggername</code>: Specify the job name.</p>\n</li>\n<li><p><code>jobname</code><strong>:</strong> Specify the type of job for the job trigger.</p>\n</li>\n<li><p><code>jobgroup</code>: Specify the job category.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","deleteTrigger"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0db6592b-63f3-4a76-9e73-9e089620ed27","name":"DeleteTriggers","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 18:39:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e814071b-eba9-45fe-9edc-38e3e834949a; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"33E72F6A296699A166CB5698E90B6F49","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"e814071b-eba9-45fe-9edc-38e3e834949a","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\r\n    \"msg\": \"Success\",\r\n    \"errorCode\": 0\r\n}"}],"_postman_id":"4b6fd2ef-6443-418b-938f-b652e94102ec"},{"name":"Run Job Trigger","id":"8bb62da0-a57a-48ea-9a52-96a9570c9439","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"jobgroup\": \"Analytics\",\n    \"triggername\":\"analytics_trigger\",\n    \"jobname\": \"RunAllAnalyticsJob\",\n    \"analyticsCategories\":\"trigger\",\n    }"},"url":"{{url}}/ECM/{{path}}/runJobTrigger","description":"<p>This API call can be used to run a job trigger in SSM.</p>\n<p>The following cases illustrate different scenarios on the usage of the <code>analyticsAdvanceQuery</code> parameter in the API:</p>\n<p>Case 1: When you configure the <code>\"analyticsAdvanceQuery\"</code> within the payload, set the \"defaultActionForAnalytics\" as \"true\", and then execute the control from the API, it overrides the default action and the advanced query configuration within the job trigger.</p>\n<p>Case 2: When you configure the <code>\"analyticsAdvanceQuery\"</code> within the payload, set the \"defaultActionForAnalytics\" as \"false\", and then execute the control from the API without performing the default actions configured in the control, it overrides the default action and the advanced query configuration within the job trigger.</p>\n<p>Case 3: When you do not configure both the <code>\"analyticsAdvanceQuery\"</code> and the \"defaultActionForAnalytics\", the default action will depend on the configuration provided in the analytics job trigger.</p>\n<p>The following cases illustrate different scenarios on the usage of the <code>analyticsCategories</code> parameter in the API:</p>\n<p>Case 1: When you set the \"defaultActionForAnalytics\" as \"true\" to perform default actions for analytics controls by executing the control from job API, it will override the default action configuration within the job trigger.</p>\n<p>Case 2: When you set the \"defaultActionForAnalytics\" as \"false\" to not perform default actions for analytics controls by executing the control from job API, it will override the default action configuration within the job trigger.</p>\n<p>Case 3: When the defaultActionForAnalytics parameter is not set in the payload, the default action will depend on the configuration provided in the analytics job trigger.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>jobname</code></p>\n<p><code>triggername</code></p>\n<p><code>jobgroup</code></p>\n<p>Optional params:</p>\n<p><code>valueMap</code></p>\n<p><code>createJobIfDoesNotExist</code> - true/false</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","runJobTrigger"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"98b241e7-ae0d-4997-999d-3f64bbadef87","name":"Run Job Trigger","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jobgroup\": \"utility\",\n    \"triggername\": \"Testconn\",\n    \"jobname\": \"TestConnectionsJob\",\n    \"createJobIfDoesNotExist\": \"true\",\n    \"valueMap\": {\n        \"connectionname\": [\n            \"DBTest000\",\n            \"Dbdb2\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/runJobTrigger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 12 Feb 2020 23:02:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Starting Job\",\n    \"errorCode\": \"0\",\n    \"timestamp\": \"2020-01-17 07:57:34\"\n}"},{"id":"aa799836-2d3d-4313-be60-75a7c5a777f1","name":"Runjobtrigger - class name package","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jobgroup\": \"utility\",\n    \"triggername\": \"DelayJob\",\n    \"jobname\": \"ExternalJarJob\",\n    \"createJobIfDoesNotExist\": \"false\",\n    \"valueMap\": {\n        \"FULL_CLASS_NAME_WITH_PACKAGE_FORM\": \"com.saviynt.external.DelayJob\",\n        \"METHOD_NAME\": \"process\",\n        \"ARGUMENTS\": \"{\\\"seconds\\\":\\\"120\\\"}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/{{path}}/runJobTrigger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 15 Apr 2023 17:18:34 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=88ad1b14-2539-4b71-966b-36e47ae48d5d; Path=/; Secure; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Starting Job\",\n    \"errorCode\": \"0\",\n    \"timestamp\": \"2023-04-15 17:18:34\"\n}"},{"id":"608b3730-13c0-4651-af48-c512b52be11e","name":"Run Job Trigger - defaultActionForAnalytics set as true","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"jobgroup\": \"Analytics\",\n    \"triggername\":\"DA_job\",\n    \"jobname\": \"RunAllAnalyticsJob\",\n   \"analyticsAdvanceQuery\":\"and analyticsname ='May9-test'\"\n    \"defaultActionForAnalytics\":\"true\"\n}"},"url":"{{url}}/ECM/{{path}}/runJobTrigger "},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 May 2023 06:42:19 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=2qvvcUZzOcwGnW4ENE5BrIgXEG31PbAaaWcrRr6KzWyD823oUj5WSebNpXlWz5qJxQpLU9wyk09pqwRhpUCo2KDSmbjy0p+CRfveBi3PSBbkHZ4NGoaPJw0SMcJA; Expires=Tue, 16 May 2023 06:42:19 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=2qvvcUZzOcwGnW4ENE5BrIgXEG31PbAaaWcrRr6KzWyD823oUj5WSebNpXlWz5qJxQpLU9wyk09pqwRhpUCo2KDSmbjy0p+CRfveBi3PSBbkHZ4NGoaPJw0SMcJA; Expires=Tue, 16 May 2023 06:42:19 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5e5cb65d-e4cd-440a-b1af-70a5253136bc; HttpOnly; Secure; SameSite=none; Path=/;"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Starting Job\",\n    \"errorCode\": \"0\",\n    \"timestamp\": \"2023-05-09 06:42:19\"\n}"},{"id":"d7b691d5-cfb0-418b-86e8-2e20d73847f9","name":"Run Job Trigger - default action for analytics set as false in payload","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"jobgroup\": \"Analytics\",\n    \"triggername\":\"DA_job\",\n    \"jobname\": \"RunAllAnalyticsJob\",\n   \"analyticsAdvanceQuery\":\"and analyticsname ='May9-test'\"\n    \"defaultActionForAnalytics\":\"false\"\n}"},"url":"{{url}}/{{path}}/runJobTrigger "},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 May 2023 06:47:26 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=CkwVnzG5BVlef4qUIC4nmcpEwlpcewKY31ioeGz3jCc7SHPLqeAi3dRaC18BuskxUteKsvbYNFH/NliyrSXsgIBV3CG9L++AeIFwKyGWzTkC1cqiFUzg8FXvnJCS; Expires=Tue, 16 May 2023 06:47:26 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=CkwVnzG5BVlef4qUIC4nmcpEwlpcewKY31ioeGz3jCc7SHPLqeAi3dRaC18BuskxUteKsvbYNFH/NliyrSXsgIBV3CG9L++AeIFwKyGWzTkC1cqiFUzg8FXvnJCS; Expires=Tue, 16 May 2023 06:47:26 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e0f63661-7bbb-4bd4-b4e1-66e0d7ab7213; HttpOnly; Secure; SameSite=none; Path=/;"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Starting Job\",\n    \"errorCode\": \"0\",\n    \"timestamp\": \"2023-05-09 06:47:26\"\n}"},{"id":"c3e6e0bb-fcee-4ae0-a76f-12687316d7f4","name":"Run Job Trigger - Not configuring \"analyticsAdvanceQuery\" and \"defaultActionForAnalytics\"","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"jobgroup\": \"Analytics\",\n    \"triggername\":\"DA_job\",\n    \"jobname\": \"RunAllAnalyticsJob\",\n   }"},"url":"{{url}}/{{path}}/runJobTrigger "},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 May 2023 06:49:54 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=7uTVzCe332gJHJTVTV6DAC8Fk2e1fJ5egk7XBWhjuf7NCdGEuTm1vEdeFg6NYDvk+C3B+VxY0yCH69lSStvXQmUBVCwwbTOHPgoln6IRsDeTkMB6fxJn3xucg1in; Expires=Tue, 16 May 2023 06:49:54 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=7uTVzCe332gJHJTVTV6DAC8Fk2e1fJ5egk7XBWhjuf7NCdGEuTm1vEdeFg6NYDvk+C3B+VxY0yCH69lSStvXQmUBVCwwbTOHPgoln6IRsDeTkMB6fxJn3xucg1in; Expires=Tue, 16 May 2023 06:49:54 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=fb6ac669-9bef-4ba4-abbd-2c728f60716e; HttpOnly; Secure; SameSite=none; Path=/;"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Starting Job\",\n    \"errorCode\": \"0\",\n    \"timestamp\": \"2023-05-09 06:49:54\"\n}"},{"id":"c5f4ef32-b222-4aaf-80bb-297dec2f5527","name":"Analytics categories with default action set as true","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"jobgroup\": \"Analytics\",\n    \"triggername\":\"analytics_trigger\",\n    \"jobname\": \"RunAllAnalyticsJob\",\n    \"analyticsCategories\":\"trigger\",\n    \"defaultActionForAnalytics\":\"true\"\n}"},"url":"{{url}}/{{path}}/runJobTrigger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 May 2023 10:30:10 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=d09e4de9-b4f9-40a5-aeb8-e91566bb30e5; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Starting Job\",\n    \"errorCode\": \"0\",\n    \"timestamp\": \"2023-05-15 10:30:06\"\n}"},{"id":"174268bb-0736-4639-922e-952a20f56e32","name":"Analytics categories with default action set as false","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"jobgroup\": \"Analytics\",\n    \"triggername\":\"analytics_trigger\",\n    \"jobname\": \"RunAllAnalyticsJob\",\n    \"analyticsCategories\":\"trigger\",\n    \"defaultActionForAnalytics\":\"false\"\n}"},"url":"{{url}}/{{path}}/runJobTrigger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 May 2023 10:31:44 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=af527199-a285-46b2-95d1-9f087febf287; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Starting Job\",\n    \"errorCode\": \"0\",\n    \"timestamp\": \"2023-05-15 10:31:40\"\n}"},{"id":"48972e4f-34aa-4776-82a6-f26584b9588e","name":"Analytics categories without adding default action for analytics","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"jobgroup\": \"Analytics\",\n    \"triggername\":\"analytics_trigger\",\n    \"jobname\": \"RunAllAnalyticsJob\",\n    \"analyticsCategories\":\"trigger\",\n    }"},"url":"{{url}}/{{path}}/runJobTrigger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 May 2023 10:33:16 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=02bbf218-c30c-4922-86d9-bfa030def042; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Starting Job\",\n    \"errorCode\": \"0\",\n    \"timestamp\": \"2023-05-15 10:33:13\"\n}"}],"_postman_id":"8bb62da0-a57a-48ea-9a52-96a9570c9439"},{"name":"Fetch Job Metadata","id":"055c9366-91a6-4fe6-8e1a-7bace247862b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"jobname\":\"TestConnectionsJob\",\r\n\t\"triggername\" :\"testconn\",\r\n\t\"jobstartdate\":\"2020-01-17 07:57:34\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchJobMetadata","description":"<p>This API call return job metadata for the last run of a job in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>jobname</code></p>\n<p>Optional params:</p>\n<p><code>triggername</code></p>\n<p><code>jobgroup</code></p>\n<p><em><strong>Note</strong></em>: The structure of the result param in response can change based upon the Job History saved in SSM</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","fetchJobMetadata"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ee1ebcb6-494d-47c6-8e79-d2cbc49cff83","name":"Fetch Job Metadata","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"jobname\":\"TestConnectionsJob\",\r\n\t\"triggername\" :\"testconn\",\r\n\t\"jobstartdate\":\"2020-01-17 07:57:34\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/fetchJobMetadata"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 12 Feb 2020 23:10:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": {\r\n        \"TestConnectionsJob\": {\r\n            \"EndTime\": \"Fri Jan 17 07:54:57 UTC 2020\",\r\n            \"StartTime\": \"Fri Jan 17 07:54:36 UTC 2020\",\r\n            \"JobCompleted\": \"Completed\",\r\n            \"Result\": \"<br>DBTest000 : Connection Failed<br>Dbdb2 : Unknown database 'cisco'\"\r\n        }\r\n    },\r\n    \"msg\": \"Success\",\r\n    \"errorCode\": 0\r\n}\r\n"}],"_postman_id":"055c9366-91a6-4fe6-8e1a-7bace247862b"},{"name":"createTrigger","id":"5504c119-a616-4714-85a3-3445ab207d90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[  \r\n   {  \r\n      \"triggers\":[  \r\n        \r\n         {  \r\n            \"valueMap\":{  \r\n              \r\n            },\r\n           \"name\": \"accEnt11\",\r\n            \"group\": \"GRAILS_JOBS\",\r\n            \"jobName\": \"AccEntUsageConsildateJob\",\r\n            \"jobGroup\": \"utility\",\r\n            \"cronExp\": \"0 33 14 * * ? 2060\"\r\n         }\r\n      ]\r\n   }\r\n]"},"url":"{{url}}/ECM/{{path}}/createTriggers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","createTriggers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7eec1249-9ccc-48bb-97f1-003170bfbc7c","name":"createTrigger","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[  \r\n   {  \r\n      \"triggers\":[  \r\n        \r\n         {  \r\n            \"valueMap\":{  \r\n              \r\n            },\r\n           \"name\": \"accEnt11\",\r\n            \"group\": \"GRAILS_JOBS\",\r\n            \"jobName\": \"AccEntUsageConsildateJob\",\r\n            \"jobGroup\": \"utility\",\r\n            \"cronExp\": \"0 33 14 * * ? 2060\"\r\n         }\r\n      ]\r\n   }\r\n]"},"url":"{{url}}/{{path}}/createTriggers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Mar 2023 09:48:22 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=338a2ee3-db96-4858-9aa8-474b37282f91; Path=/; Secure; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"accEnt11\": [\n        \"success\"\n    ]\n}"}],"_postman_id":"5504c119-a616-4714-85a3-3445ab207d90"},{"name":"resumePauseJobs","id":"1636b597-701a-4f89-80a9-828f8d326557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"action\" : \"RESUME\",\r\n\"triggername\" : \"GDPR\",\r\n\"jobname\" : \"ArchiveJob,TriggerChainJob\"\r\n}"},"url":"{{url}}/ECM/{{path}}/resumePauseJobs","description":"<p>Starting with Release v23.10, the resumePauseJobs API enables you to pause jobs based on their job type and job name.</p>\n<p>When a job is paused, its status is displayed as Paused on the Job Control Panel page.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>action</code></p>\n<p>Optional params:</p>\n<p><code>triggername</code></p>\n<p><code>jobname</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","resumePauseJobs"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"eead2642-cd3a-4616-965c-6f2ef508d4e1","name":"Pausing Job","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"action\" : \"PAUSE\",\r\n\"triggername\" : \"GDPR\",\r\n\"jobname\" : \"ArchiveJob,TriggerChainJob\"\r\n}"},"url":"{{url}}/ECM/{{path}}/resumePauseJobs"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 20 Sep 2023 04:20:28 GMT"},{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=a8db931d-a4b2-46cc-acfd-43ce56d289eb; HttpOnly; Secure; SameSite=Strict; Path=/;"},{"key":"Set-Cookie","value":"access_token=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT"},{"key":"Set-Cookie","value":"token_type=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT"},{"key":"Set-Cookie","value":"user_name=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT"}],"cookie":[],"responseTime":null,"body":"Job(s) Paused successfully"},{"id":"bd7bfab9-93e5-488f-895b-04165977ddca","name":"Resume Job","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"action\" : \"RESUME\",\r\n\"triggername\" : \"GDPR\",\r\n\"jobname\" : \"ArchiveJob,TriggerChainJob\"\r\n}"},"url":"{{url}}/ECM/{{path}}/resumePauseJobs"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 20 Sep 2023 04:21:46 GMT"},{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=D4EFBED15C7E067AD18FC966AF2269EB; Path=/ECM; Secure; HttpOnly"},{"key":"Set-Cookie","value":"access_token=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT"},{"key":"Set-Cookie","value":"token_type=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT"},{"key":"Set-Cookie","value":"user_name=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT"}],"cookie":[],"responseTime":null,"body":"Job(s) Resumed successfully"}],"_postman_id":"1636b597-701a-4f89-80a9-828f8d326557"}],"id":"8971f0dd-9279-4246-84e4-fdca1c74cb5b","_postman_id":"8971f0dd-9279-4246-84e4-fdca1c74cb5b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"File Directory","item":[{"name":"Datafiles","item":[{"name":"Upload New File","id":"ea04e486-26bd-4e6b-953a-7af4456b3a5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/kshamakrishnan/Downloads/UI_RoleAssociation_Import2.csv"},{"key":"pathLocation","value":"Datafiles","type":"text"}]},"url":"{{url}}/ECM/{{path}}/uploadSchemaFile","description":"<p>This API call can be used to upload the file in a specific location based on the property <code>job.ecm.imp.file.path</code> in InternalConfig.groovy.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>file</code> - file with any extension (Example - file with .csv/.xlsx extension)</p>\n<p><code>pathLocation</code> - Should be set to <em><strong>Datafiles</strong></em></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","uploadSchemaFile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f05bb651-792e-4db2-894f-598139f89e86","name":"Upload New File","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":["/Users/kshamakrishnan/Downloads/UI_RoleAssociation_Import2.csv"]},{"key":"pathLocation","value":"Datafiles","type":"text"}]},"url":"{{url}}/ECM/{{path}}/uploadSchemaFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 18:04:41 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=63F849616C06C893CB991B6C593B026B; Path=/ECM; Secure; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=48f5b083-7ec9-466c-93c0-a508a9ca2701; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"file Save Successfully\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"ea04e486-26bd-4e6b-953a-7af4456b3a5c"}],"id":"438f59b2-612e-4bff-8940-4e12aec43dc4","_postman_id":"438f59b2-612e-4bff-8940-4e12aec43dc4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"SAV","item":[{"name":"Upload New File","id":"291591b2-bfbd-45b8-a78c-194face1f384","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/kshamakrishnan/Downloads/Account13.sav"},{"key":"pathLocation","value":"SAV","type":"text"}]},"url":"{{url}}/ECM/{{path}}/uploadSchemaFile","description":"<p>This API call can be used to upload the file in a specific location based on the property <code>job.ecm.savfile.path</code> in InternalConfig.groovy.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>file</code> - file with any extension (Example - file with .sav extension)</p>\n<p><code>pathLocation</code> - Should be set to <em><strong>SAV</strong></em></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","uploadSchemaFile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e5ece0f9-7195-478c-9938-118db2767903","name":"Upload New File","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":["/Users/kshamakrishnan/Downloads/Account13.sav"]},{"key":"pathLocation","value":"SAV","type":"text"}]},"url":"{{url}}/ECM/{{path}}/uploadSchemaFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 18:07:20 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=48f5b083-7ec9-466c-93c0-a508a9ca2701; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"file Save Successfully\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"291591b2-bfbd-45b8-a78c-194face1f384"}],"id":"2283670d-0ddc-4796-a091-0fc75aeed81d","_postman_id":"2283670d-0ddc-4796-a091-0fc75aeed81d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}}],"id":"9b3b00dd-e741-4715-930f-ef2125942c6a","_postman_id":"9b3b00dd-e741-4715-930f-ef2125942c6a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"mTLS authentication","item":[{"name":"Upload KeyStore","id":"0c3c4c40-7c2d-43db-a8f2-b14677bacafe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"keyStoreFile","type":"file","src":"i7M0fbjWW/client01_Certificate_Chain.p12"},{"key":"keyStorePassword","value":"secret","type":"text"}]},"url":"{{url}}/ECM/{{path}}/uploadKeyStore","description":"<p>Introduced in Release v24.7, this API lets administrators upload Mutual Transport Layer Security (mTLS) certificates in the EIC keystore.</p>\n<p><strong>Headers:</strong></p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Body:</strong></p>\n<p>Mandatory parameters are:</p>\n<ul>\n<li><p><code>keyStoreFile</code></p>\n</li>\n<li><p><code>keyStorePassword</code></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","uploadKeyStore"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1e9de176-3f80-4ec3-a457-3e2666493447","name":"Upload KeyStore","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"keyStoreFile","type":"file","src":["i7M0fbjWW/client01_Certificate_Chain.p12"]},{"key":"keyStorePassword","value":"secret","type":"text"}]},"url":"{{url}}/ECM/{{path}}/uploadKeyStore"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 10:04:02 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-security-policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self' https://login.microsoftonline.com https://accounts.google.com; frame-ancestors 'self'; default-src 'self'"},{"key":"permissions-policy","value":"script-src 'self'; camera 'none'"},{"key":"referrer-policy","value":"origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"https://myorg.saviyntcloud.com"},{"key":"expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"CCSRF-TOKEN=8d53a547-67ba-4e01-9b32-c7ae2afc6d4a;   SameSite=Strict; Path=/;"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"89cdcf306c255830-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"message\": \"The keystore certificate was successfully uploaded.\",\n    \"results\": []\n}"}],"_postman_id":"0c3c4c40-7c2d-43db-a8f2-b14677bacafe"},{"name":"Get KeyStore Details","id":"277ec8d0-0d57-40d6-912c-7aac2de6a706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/ECM/{{path}}/getKeyStoreCertificateDetails","description":"<p>Introduced in Release v24.7, this API enables administrators to view the details of mTLS certificates that are uploaded in the EIC keystore.</p>\n<p><strong>Headers:</strong></p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Note:</strong></p>\n<p>A thumbprint is an unique identification of the certificate. The thumbprints attribute of this API provides a unique identification of the certificate. It displays expiry and thumbprint details in the following order:</p>\n<ul>\n<li><p>Leaf certificate</p>\n</li>\n<li><p>Intermediate certificate</p>\n</li>\n<li><p>Root certificate</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getKeyStoreCertificateDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3f8c5b84-e345-4130-8fcf-b5cc3e131d78","name":"Get KeyStore Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Token}}"}],"url":"{{url}}/ECM/{{path}}/getKeyStoreCertificateDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 10:06:28 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-security-policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self' https://login.microsoftonline.com https://accounts.google.com; frame-ancestors 'self'; default-src 'self'"},{"key":"permissions-policy","value":"script-src 'self'; camera 'none'"},{"key":"referrer-policy","value":"origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"https://myorg.saviyntcloud.com"},{"key":"expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"CCSRF-TOKEN=92f39690-4a25-4f32-83d1-ab3223a2d8b3;   SameSite=Strict; Path=/;"},{"key":"CF-Cache-Status","value":"MISS"},{"key":"Last-Modified","value":"Tue, 02 Jul 2024 10:06:28 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"89cdd2c0bc4c3b4e-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"certificateDetails\": [\n        {\n            \"alias\": \"client01\",\n            \"certificateExpiry\": \"Mar 15, 2025 12:40:19\",\n            \"certificateIssuerName\": \"CN=intermediateCA01, OU=Engineering, O=Saviynt, L=Bangalore, ST=Karnataka, C=IN\",\n            \"certificateStatus\": \"Valid\",\n            \"certificateSubjectName\": \"CN=client01, OU=Engineering, O=Saviynt, L=Bangalore, ST=Karnataka, C=IN\",\n            \"thumbprints\": [\n                {\n                    \"expiry\": \"Mar 15, 2025 12:40:19\",\n                    \"thumbprint\": \"2e0ebce899d4876c760d6eafca08a1424605810b\"\n                },\n                {\n                    \"expiry\": \"Mar 15, 2025 14:40:29\",\n                    \"thumbprint\": \"c8c3c5817b71c95c17acac68eaef28640c40d980\"\n                },\n                {\n                    \"expiry\": \"Mar 15, 2025 12:30:25\",\n                    \"thumbprint\": \"7325f332f10de8e7eda74dee6adddb13915f74ff\"\n                }\n            ]\n        }\n    ],\n    \"errorCode\": 0,\n    \"message\": \"The certificate details have been fetched.\"\n}"}],"_postman_id":"277ec8d0-0d57-40d6-912c-7aac2de6a706"},{"name":"Delete KeyStore","id":"26e6f251-2495-4edd-872e-4dde97cf9730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{Token}}"}],"url":"{{url}}/ECM/{{path}}/deleteKeyStoreAlias/client01","description":"<p>Introduced in Release v24.7, this API lets administrators delete an mTLS certificate that is uploaded in the EIC keystore.</p>\n<p><strong>Note:</strong></p>\n<p>Ensure that you have specified the name of the alias in the request URL.</p>\n<p><strong>Headers:</strong></p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","deleteKeyStoreAlias","client01"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2baa097c-572f-4624-b3cc-8687603d7cf1","name":"Delete KeyStore","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{Token}}"}],"url":"{{url}}/ECM/{{path}}/deleteKeyStoreAlias/client01"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 10:57:00 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-security-policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self' https://login.microsoftonline.com https://accounts.google.com; frame-ancestors 'self'; default-src 'self'"},{"key":"permissions-policy","value":"script-src 'self'; camera 'none'"},{"key":"referrer-policy","value":"origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"https://myorg.saviyntcloud.com"},{"key":"expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"CCSRF-TOKEN=4b208447-6ef5-4c33-b9d8-baad92342eb4;   SameSite=Strict; Path=/;"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"89ce1cc9cab55b1c-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"message\": \"The keystore alias delete operation executed successfully.\"\n}"}],"_postman_id":"26e6f251-2495-4edd-872e-4dde97cf9730"}],"id":"1d9d2301-0785-4127-aaf0-96a26151ba42","_postman_id":"1d9d2301-0785-4127-aaf0-96a26151ba42","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"Test Connection","id":"a04810e6-ed0f-4fce-865d-a3c84873480f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{{{Token}}}}"}],"body":{"mode":"raw","raw":"\r\n 'connectiontype=\"AD\"' \\\r\n 'saveconnection=\"Y\"' \\\r\n 'connectionName=\"Active_Directory_DocAdmin\"' \\\r\n 'URL=\"LDAPS://saviyntdc01.saviyntlabs.org:636\"' \\\r\n 'USERNAME=\"username\"' \\\r\n 'PASSWORD=\"password\"' \\\r\n 'defaultSavRole=\"ROLE_UIADMIN,ROLE_TEST\"' \\\r\n 'emailTemplate=\"Email Template Name\"' \\\r\n 'sslCertificate=\"cert1\"'\r\n  \"vaultconnection\": \"hashicorp\\\\_dev\",\r\n  \"vaultconfiguration\": {\r\n  \"path\": \"/secrets/data/kv-dev-intgn1/aob1/-5MAY23-TEST1/<ConnectionName>\\\\_externalconnection\",\r\n   \"keyMapping\": {\r\n   \"AUTHTOKEN\": \"<ConnectionName>\\\\_AUTHTOKEN~#~ENCRYPTED\"\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/testConnection","description":"<p>This API is used to save and test a connection.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>connectiontype, connectionName</code> <em><strong>OR</strong></em> <code>connectionkey</code>(if both are passed connectionkey is considered)</p>\n<p>Additional connection parameters can also be passed -</p>\n<p>For example, for SAP Import, provide paramters - JCO_ASHOST, JCO_SYSNR, JCO_CLIENT, JCO_USER, PASSWORD,</p>\n<p>This API is enhanced to update vaultconnection, and vaultconfiguration connection details.</p>\n<p>From Release v23.10, if you specify the key value for header <code>response</code> as <code>standard,</code>a detailed error message is displayed in the Response that enables you to troubleshoot errors.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","testConnection"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"94c2781e-db64-4d1f-a8ac-a9da9d2846b5","name":"Test Connection-non standard response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"connectiontype","value":"AD","type":"text"},{"key":"saveconnection","value":"Y","type":"text"},{"key":"connectionName","value":"Active Directory_Doc","type":"text"},{"key":"URL","value":"LDAP://3.19.17.34:389","type":"text"},{"key":"USERNAME","value":"CN=Doc Admin,OU=SaviyntAdmins,DC=saviyntlabs,DC=org","type":"text"},{"key":"PASSWORD","value":"{{password}}","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/testConnection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Feb 2024 10:11:17 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b3ed859d-f3f7-4288-a63f-6bcb5572cc7c; HttpOnly; Secure; SameSite=Strict; Path=/;"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"85b7672aca76a901-MAA"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"connectionKey\": 1909,\n    \"msg\": \"Connection Successful\",\n    \"errorCode\": \"0\"\n}"},{"id":"451951b3-4a82-46fa-a51e-288767851813","name":"Test Connection-non standard failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"connectiontype","value":"AD","type":"text"},{"key":"saveconnection","value":"Y","type":"text"},{"key":"connectionName","value":"Active Directory_Doc","type":"text"},{"key":"URL","value":"LDAP://3.19.17.34:386","type":"text"},{"key":"USERNAME","value":"CN=Doc Admin,OU=SaviyntAdmins,DC=saviyntlabs,DC=org","type":"text"},{"key":"PASSWORD","value":"{{password}}","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/testConnection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Feb 2024 10:17:33 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=fd55e0c1-ee5b-4640-9296-70676334fc22; HttpOnly; Secure; SameSite=Strict; Path=/;"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"85b7705b8e7da901-MAA"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"connectionKey\": 1909,\n    \"msg\": \"Connection Failed\",\n    \"errorCode\": \"0\"\n}"},{"id":"481a8a59-fe7d-4c96-8d92-067455e77164","name":"Test Connection-standard response success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Token}}"},{"key":"response","value":"standard","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"connectiontype","value":"AD","type":"text"},{"key":"saveconnection","value":"Y","type":"text"},{"key":"connectionName","value":"Active Directory_Doc","type":"text"},{"key":"URL","value":"LDAP://3.19.17.34:389","type":"text"},{"key":"USERNAME","value":"CN=Doc Admin,OU=SaviyntAdmins,DC=saviyntlabs,DC=org","type":"text"},{"key":"PASSWORD","value":"{{password}}","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/testConnection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Feb 2024 10:01:39 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8dc410ed-cd19-4467-8ccd-5582bb31bbbb; HttpOnly; Secure; SameSite=Strict; Path=/;"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"85b759151b37a901-MAA"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"connectionKey\": 1909,\n    \"msg\": \"Connection Successful\",\n    \"errorCode\": \"0\",\n    \"connectionName\": \"Active Directory_Doc\",\n    \"connectionType\": \"AD\",\n    \"connectionStatus\": \"SUCCESS\"\n}"},{"id":"5bb30414-030d-4b9e-b950-dfb363c7944a","name":"Test Connection-standard response failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Token}}"},{"key":"response","value":"standard","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"connectiontype","value":"AD","type":"text"},{"key":"saveconnection","value":"Y","type":"text"},{"key":"connectionName","value":"Active Directory_Doc","type":"text"},{"key":"URL","value":"LDAP://3.19.17.34:386","type":"text"},{"key":"USERNAME","value":"CN=Doc Admin,OU=SaviyntAdmins,DC=saviyntlabs,DC=org","type":"text"},{"key":"PASSWORD","value":"{{password}}","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/testConnection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Feb 2024 09:52:42 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=a07b8558-a1c9-4b56-a2c9-40e1d7410061; HttpOnly; Secure; SameSite=Strict; Path=/;"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"85b74bf1891f7f79-MAA"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"connectionKey\": 1909,\n    \"msg\": \"Connection Failed\",\n    \"errorCode\": \"0\",\n    \"connectionName\": \"Active Directory_Doc\",\n    \"connectionType\": \"AD\",\n    \"connectionStatus\": \"FAILURE\",\n    \"connectionResult\": {\n        \"errors\": [\n            {\n                \"errorMessage\": \"The connection to the [LDAP://3.19.17.34:386] server was denied. Target Error Message: [javax.naming.CommunicationException: 3.19.17.34:386 [Root exception is java.net.ConnectException: Connection refused (Connection refused)]\\n\\t]\"\n            }\n        ]\n    }\n}"}],"_postman_id":"a04810e6-ed0f-4fce-865d-a3c84873480f"},{"name":"Import Preview","id":"d09f9d1f-f640-4957-b144-88158da46c2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"connectionType","value":"AD","type":"text"},{"key":"connectionName","value":"Active Directory_Doc","type":"text"}]},"url":"{{url}}/ECM/{{path}}/importPreview","description":"<p>The API is introduced in Release v24.4 that administrators can use to preview and validate the account and access data that will be imported from the target and make the required corrections to the mapping details, if any, before running the <strong>Application Data Import</strong> job.</p>\n<p>When an incorrect import mapping detail is specified or if a basic mapping configuration is missing in the <strong>Add/Update Connection</strong> page, EIC displays an error message in the API response.</p>\n<p>The API is supported for the following connection types:</p>\n<ul>\n<li><p>AD</p>\n</li>\n<li><p>ADSI</p>\n</li>\n<li><p>AzureAD</p>\n</li>\n</ul>\n<p><strong>Headers:</strong></p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Body:</strong></p>\n<p>Mandatory parameters are:</p>\n<ul>\n<li><code>connectionType</code></li>\n<li><code>connectionName</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","importPreview"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"afd9abb7-9a6a-42aa-a3d3-ad00c83febea","name":"Import Preview-Account and Access","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"connectionType","value":"AD","type":"text"},{"key":"connectionName","value":"Active Directory_Docuser","type":"text"}]},"url":"{{url}}/ECM/{{path}}/importPreview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Mar 2024 08:59:33 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=fe003fcf-c13c-4d04-aabd-eed8dc0adbc4; HttpOnly; Secure; SameSite=Strict; Path=/;"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"867481b8ddbd7fdf-MAA"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": {\n        \"label\": [\n            \"ACCOUNTID\",\n            \"NAME\",\n            \"DISPLAYNAME\",\n            \"DESCRIPTION\",\n            \"ACCOUNTCLASS\",\n            \"CUSTOMPROPERTY1\",\n            \"CUSTOMPROPERTY30\",\n            \"CUSTOMPROPERTY2\",\n            \"CUSTOMPROPERTY28\",\n            \"LASTLOGONDATE\",\n            \"CUSTOMPROPERTY3\",\n            \"COMMENTS\",\n            \"CUSTOMPROPERTY4\",\n            \"LASTPASSWORDCHANGE\",\n            \"CUSTOMPROPERTY11\",\n            \"VALIDTHROUGH\",\n            \"CUSTOMPROPERTY12\",\n            \"CUSTOMPROPERTY13\",\n            \"UPDATEDATE\",\n            \"CREATED_ON\",\n            \"CUSTOMPROPERTY24\",\n            \"CUSTOMPROPERTY27\",\n            \"CUSTOMPROPERTY26\",\n            \"CUSTOMPROPERTY29\"\n        ],\n        \"data\": [\n            [\n                \"b7980a9d-cbfb-470b-bf4a-b7d9af2b45cb\",\n                \"anna.sanchez\",\n                \"Anna Sanchez\",\n                null,\n                \"top,person,organizationalPerson,user\",\n                \"Anna Sanchez\",\n                \"512\",\n                \"anna.sanchez@YourDomain.com\",\n                \"513\",\n                \"null\",\n                \"Sanchez\",\n                \"CN=Anna Sanchez,OU=INTGNOU,OU=SaviyntTeams,DC=saviyntlabs,DC=org\",\n                null,\n                \"2024-03-14 09:21:08\",\n                \"1057702\",\n                \"null\",\n                \"0\",\n                null,\n                \"2024-03-14 09:21:08\",\n                \"2024-03-14 09:21:08\",\n                \"512\",\n                \"S-1-5-21-4005613635-2018393703-4192924769-251877\",\n                \"b7980a9d-cbfb-470b-bf4a-b7d9af2b45cb\",\n                null\n            ],\n            [\n                \"71a27f8a-c6ee-413a-9274-dac74b0888f5\",\n                \"luke.miller\",\n                \"Luke Miller\",\n                null,\n                \"top,person,organizationalPerson,user\",\n                \"Luke Miller\",\n                \"512\",\n                \"luke.miller@YourDomain.com\",\n                \"513\",\n                \"null\",\n                \"Miller\",\n                \"CN=Luke Miller,OU=INTGNOU,OU=SaviyntTeams,DC=saviyntlabs,DC=org\",\n                null,\n                \"2024-03-14 09:21:18\",\n                \"1059238\",\n                \"null\",\n                \"0\",\n                null,\n                \"2024-03-14 09:21:18\",\n                \"2024-03-14 09:21:18\",\n                \"512\",\n                \"S-1-5-21-4005613635-2018393703-4192924769-252133\",\n                \"71a27f8a-c6ee-413a-9274-dac74b0888f5\",\n                null\n            ]\n        ]\n    },\n    \"entitlements\": {\n        \"Groups\": {\n            \"label\": [\n                \"ENTITLEMENTID\",\n                \"ENTITLEMENT_VALUE\",\n                \"DISPLAYNAME\",\n                \"DESCRIPTION\",\n                \"ENTITLEMENT_GLOSSARY\",\n                \"CUSTOMPROPERTY1\",\n                \"CUSTOMPROPERTY2\",\n                \"CUSTOMPROPERTY3\",\n                \"CUSTOMPROPERTY4\",\n                \"CUSTOMPROPERTY5\",\n                \"CUSTOMPROPERTY12\",\n                \"CUSTOMPROPERTY13\",\n                \"LASTSCANDATE\",\n                \"CUSTOMPROPERTY15\",\n                \"CUSTOMPROPERTY9\",\n                \"CUSTOMPROPERTY10\",\n                \"CUSTOMPROPERTY11\",\n                \"CUSTOMPROPERTY14\",\n                \"UPDATEDATE\",\n                \"CUSTOMPROPERTY17\",\n                \"CUSTOMPROPERTY18\"\n            ],\n            \"data\": [\n                [\n                    \"CN=GroupTest00Aj99hjH6,OU=CONNQATEAM,OU=UserAccounts,DC=saviyntlabs,DC=org\",\n                    \"CN=GroupTest00Aj99hjH6,OU=CONNQATEAM,OU=UserAccounts,DC=saviyntlabs,DC=org\",\n                    \"GroupTest00Aj99hjH6\",\n                    null,\n                    null,\n                    \"268435456\",\n                    \"4\",\n                    \"855348\",\n                    \"-2147483640\",\n                    \"20240318173142.0Z,20240318075846.0Z,20240314045018.0Z,16010101181633.0Z\",\n                    \"CN=GroupTest00Aj99hjH6,OU=CONNQATEAM,OU=UserAccounts,DC=saviyntlabs,DC=org\",\n                    \"GroupTest00Aj99hjH6\",\n                    \"2024-03-08 14:02:16\",\n                    null,\n                    \"GroupTest00Aj99hjH6\",\n                    \"CN=Group,CN=Schema,CN=Configuration,DC=saviyntlabs,DC=org\",\n                    \"268435456\",\n                    \"top,group\",\n                    \"2024-03-15 06:14:31\",\n                    \"CN=GroupTest00Aj99hjH6,OU=CONNQATEAM,OU=UserAccounts,DC=saviyntlabs,DC=org\",\n                    \"[59, -117, -5, 69, -108, 115, -24, 76, -128, 73, 34, -124, 98, -68, -83, -21]\"\n                ],\n                [\n                    \"CN=GroupTest00umeva6Du,OU=CONNQATEAM,OU=UserAccounts,DC=saviyntlabs,DC=org\",\n                    \"CN=GroupTest00umeva6Du,OU=CONNQATEAM,OU=UserAccounts,DC=saviyntlabs,DC=org\",\n                    \"GroupTest00umeva6Du\",\n                    null,\n                    null,\n                    \"268435456\",\n                    \"4\",\n                    \"888331\",\n                    \"-2147483646\",\n                    \"20240318173142.0Z,20240318075846.0Z,20240314045018.0Z,16010101181633.0Z\",\n                    \"CN=GroupTest00umeva6Du,OU=CONNQATEAM,OU=UserAccounts,DC=saviyntlabs,DC=org\",\n                    \"GroupTest00umeva6Du\",\n                    \"2024-03-08 14:04:06\",\n                    null,\n                    \"GroupTest00umeva6Du\",\n                    \"CN=Group,CN=Schema,CN=Configuration,DC=saviyntlabs,DC=org\",\n                    \"268435456\",\n                    \"top,group\",\n                    \"2024-03-08 14:04:06\",\n                    \"CN=GroupTest00umeva6Du,OU=CONNQATEAM,OU=UserAccounts,DC=saviyntlabs,DC=org\",\n                    \"[-105, 61, 100, 61, 9, -2, -33, 70, -94, -46, -83, 105, 12, 77, -12, -102]\"\n                ]\n            ]\n        }\n    }\n}"},{"id":"047c1526-0b8c-4a9d-b65d-4ff191e54a18","name":"Import Preview-No mapping defined","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"connectionType","value":"AD","type":"text"},{"key":"connectionName","value":"Active Directory_Docuser","type":"text"}]},"url":"{{url}}/ECM/{{path}}/importPreview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Mar 2024 09:03:04 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=69e266c4-76f1-4611-a97e-37ce988bdf6b; HttpOnly; Secure; SameSite=Strict; Path=/;"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"867486de2e7d7fdf-MAA"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": {\n        \"errors\": [\n            \"Parameter ACCOUNT_ATTRIBUTE is null or empty\"\n        ]\n    },\n    \"entitlements\": {\n        \"Groups\": {\n            \"errors\": [\n                \"Parameter groupImportMapping is null or empty\"\n            ]\n        }\n    }\n}"},{"id":"24e86a5f-a3cc-4a0a-bba9-0ca9193a1ec3","name":"Import Preview-Account mapping only","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"connectionType","value":"AD","type":"text"},{"key":"connectionName","value":"Active Directory_Doc","type":"text"}]},"url":"{{url}}/ECM/{{path}}/importPreview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Mar 2024 09:16:11 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=12239052-71ba-4fbb-bc0c-493cfb60c038; HttpOnly; Secure; SameSite=Strict; Path=/;"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8611b9932ef08010-MAA"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": {\n        \"label\": [\n            \"CUSTOMPROPERTY1\",\n            \"CUSTOMPROPERTY30\",\n            \"CUSTOMPROPERTY2\",\n            \"DISPLAYNAME\",\n            \"CUSTOMPROPERTY3\",\n            \"COMMENTS\",\n            \"LASTPASSWORDCHANGE\",\n            \"CUSTOMPROPERTY11\",\n            \"VALIDTHROUGH\",\n            \"UPDATEDATE\",\n            \"NAME\",\n            \"CREATED_ON\",\n            \"ACCOUNTCLASS\",\n            \"ACCOUNTID\",\n            \"CUSTOMPROPERTY24\",\n            \"CUSTOMPROPERTY27\",\n            \"CUSTOMPROPERTY26\",\n            \"CUSTOMPROPERTY29\"\n        ],\n        \"data\": [\n            [\n                \"CONN_QA_1001\",\n                \"512\",\n                null,\n                \"CONN_QA_1001\",\n                null,\n                \"CN=CONN_QA_1001,OU=OU_NIT,OU=CONNQA,OU=SaviyntTeams,DC=saviyntlabs,DC=org\",\n                \"2023-05-18 12:14:35\",\n                \"31625632\",\n                \"null\",\n                \"2024-03-05 10:33:47\",\n                \"CONN_QA_1001\",\n                \"2023-03-30 13:23:44\",\n                \"top,person,organizationalPerson,user,inetOrgPerson\",\n                \"d6a96e4a-e39e-42f4-b532-9007c2c78b5f\",\n                \"512\",\n                \"S-1-5-21-4070602800-167475316-1908820485-190664\",\n                \"d6a96e4a-e39e-42f4-b532-9007c2c78b5f\",\n                null\n            ],\n            [\n                \"CONN_QA_1003\",\n                \"512\",\n                \"CONN_QA_1003\",\n                \"CONN_QA_1003\",\n                \"lastname\",\n                \"CN=CONN_QA_1003,OU=Users,OU=CONNQA,OU=SaviyntTeams,DC=saviyntlabs,DC=org\",\n                \"null\",\n                \"4692402\",\n                \"null\",\n                \"2024-03-06 06:51:05\",\n                \"CONN_QA_1003\",\n                \"2022-06-30 03:26:39\",\n                \"top,person,organizationalPerson,user\",\n                \"debec27b-c7fc-4bb5-9927-d9077b552f57\",\n                \"512\",\n                \"S-1-5-21-4070602800-167475316-1908820485-44086\",\n                \"debec27b-c7fc-4bb5-9927-d9077b552f57\",\n                \"Tamil Nadu\"\n            ]\n        ]\n    }\n}"}],"_postman_id":"d09f9d1f-f640-4957-b144-88158da46c2e"},{"name":"Import Application Data","id":"905d487c-68b4-42e0-b494-168a9456df24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"systemname","value":"System1","type":"text"},{"key":"connectiontype","value":"db","type":"text"},{"key":"connectionName","value":"System1","type":"text"}]},"url":"{{url}}/ECM/{{path}}/importData","description":"<p>This API is used to run import data job for a specific application</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n<p>Mandatory params: </p>\n<p><code>systemname</code>,\n<code>connectiontype</code>,\n<code>connectionName</code></p>\n<p>Optional params:</p>\n<p><code>fullorincremental</code> - full/incremental,\n<code>accountsoraccess</code> - accounts/access\n<code>CREATEUSERS</code>- Yes/No</p>\n<p>Additional import parameters can also be passed - </p>\n<p>For example, </p>\n<ol>\n<li>For SAP Import, provide the parameters - JCO_ASHOST, JCO_SYSNR, JCO_CLIENT, JCO_USER, PASSWORD</li>\n<li>For AWS Import, provide the parameters  - AWS_ACCESS_KEY,AWS_ACCESS_SECRET_PASSWORD,AWS_ACCOUNT_ID,CROSS_ACCOUNT_ROLE_ARN</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","importData"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8fdd35f4-eb3d-49a3-a79a-5d8ed22087d7","name":"Import Data","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 20:24:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bf3ead5a-e35f-4d4c-9a91-29c1aef6f2cc; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"52E6A2FE0F16EBA383DFBE2F084AA693","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"bf3ead5a-e35f-4d4c-9a91-29c1aef6f2cc","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Import process started successfully.Please use checkImportStatus to get the current status\",\"errorCode\":\"0\"}"}],"_postman_id":"905d487c-68b4-42e0-b494-168a9456df24"},{"name":"Check Import Status","id":"dcc073b5-510d-49b1-9151-de7b84051e6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/checkImportStatus","description":"<p>This API is used to check the status of data import job. </p>\n<p>Note: that at a time, only one import job can be run.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n<p>No params</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","checkImportStatus"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"08def5d6-5cda-4f45-8f0d-1995288c3ea1","name":"Check Import Status","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/checkImportStatus","description":"This API is used to check the status of data import job. \n\nNote: that at a time, only one import job can be run.\n\nThe `Authorization` must have `Bearer` followed by `Token`\n\nNo params"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 20:48:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5f2b0046-3db1-4549-ab13-b6737acab8aa; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"52E6A2FE0F16EBA383DFBE2F084AA693","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"5f2b0046-3db1-4549-ab13-b6737acab8aa","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"importStatus\":\"COMPLETED\",\"errorMessage\":\"\",\"errorCode\":\"0\"}"}],"_postman_id":"dcc073b5-510d-49b1-9151-de7b84051e6a"},{"name":"Force Complete","id":"0f439866-6534-42ac-aac0-32b3cd536d4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/forceComplete","description":"<p>This API is used to terminate data import job.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>No params</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","forceComplete"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1fff3155-7abe-4edf-9bd4-d68350b28487","name":"Force Complete","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/forceComplete","description":"This API is used to terminate data import job.\n\nThe `Authorization` must have `Bearer` followed by `Token`. \n\nNo params"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 20:38:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=11cee914-a9c0-411f-9686-451913bef57b; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"52E6A2FE0F16EBA383DFBE2F084AA693","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"11cee914-a9c0-411f-9686-451913bef57b","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorMessage\":\"\",\"errorCode\":\"0\",\"status\":\"SUCCESS\"}"}],"_postman_id":"0f439866-6534-42ac-aac0-32b3cd536d4e"},{"name":"Send Email","id":"e3a80cb0-4ef1-4346-9493-d2326830aa6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"to","value":"john.doe@saviynt.com","type":"text"},{"key":"from","value":"john@saviynt.com","type":"text"},{"key":"body","value":"test email body","type":"text"},{"key":"subject","value":"test email subject","type":"text"},{"key":"cc","value":"tim@saviynt.com","type":"text"}]},"url":"{{url}}/ECM/{{path}}/sendEmail","description":"<p>This API can be used send an email from SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Note: Configure SMTP in SSM before using this API. </p>\n<p>Mandatory params: </p>\n<p><code>to</code>,\n<code>from</code>,\n<code>subject</code>,\n<code>body</code></p>\n<p>Optional params:</p>\n<p><code>cc</code>,<code>bcc</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","sendEmail"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c5ab506a-b3fa-4c39-aa05-cab6c2210ded","name":"Send Email","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"to","value":"john.doe@saviynt.com","type":"text"},{"key":"from","value":"john@saviynt.com","type":"text"},{"key":"body","value":"test email body","type":"text"},{"key":"subject","value":"test email subject","type":"text"},{"key":"cc","value":"tim@saviynt.com","type":"text"}]},"url":"{{url}}/ECM/{{path}}/sendEmail","description":"This API can be used send an email from SSM.\r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nNote: Configure SMTP in SSM before using this API. \r\n\r\nMandatory params: \r\n\r\n`to`,\r\n`from`,\r\n`subject`,\r\n`body`\r\n\r\nOptional params:\r\n\r\n`cc`,`bcc`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 01:13:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"JSESSIONID=BE8EEBA73DA894E127D2550C46B1ACD9; Path=/ECM/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9baa7fd0-b5cf-4442-91cd-9b8c9f1cdd57; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"BE8EEBA73DA894E127D2550C46B1ACD9","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"9baa7fd0-b5cf-4442-91cd-9b8c9f1cdd57","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\r\n    \"errorCode\": \"0\",\r\n    \"msg\": \"Successful\"\r\n}"}],"_postman_id":"e3a80cb0-4ef1-4346-9493-d2326830aa6a"}],"id":"188d5a3a-ed17-4668-a0fc-5c9700dc457a","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"0cc2a6d5-8837-467a-a5e1-23ab827c5d3a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"82c72d92-5f69-4681-af3d-3c5fa26de5b9"}}],"_postman_id":"188d5a3a-ed17-4668-a0fc-5c9700dc457a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"11.0 Dashboard","item":[{"name":"Retrieve Dashboard Tiles Data","id":"524417d7-6e3a-4610-937b-7e1d2d0b8d08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"userName","value":"admin","type":"text"}]},"url":"{{url}}/ECM/{{path}}/mobileDashboard","description":"<p>This API call can be used to fetch details like number of open userrequests, number of attestations, number of delegates, and number of pending approvals for a specific user. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>userName</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","mobileDashboard"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f81a255d-dc05-404a-a14e-ffcca653dbe0","name":"Mobile Dashboard","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"userName","value":"admin","type":"text"}]},"url":"{{url}}/ECM/{{path}}/mobileDashboard","description":"This API call can be used to fetch details like number of open userrequests, number of attestations, number of delegates, and number of pending approvals for a specific user. \r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nMandatory params:\r\n`userName`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 17 Aug 2018 18:26:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=d6a18797-8984-4b41-80b7-d9412911ddde; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"453721C561F4BD82B96997BE6EF5D91C","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"d6a18797-8984-4b41-80b7-d9412911ddde","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"successful\",\"userrequests\":{\"openrequestcount\":317},\"attestations\":{\"totalcount\":148},\"errorCode\":\"0\",\"delegates\":{\"totalcount\":17},\"pendingrequests\":{\"lowcount\":43,\"totalcount\":337,\"highcount\":272,\"mediumcount\":22}}"}],"_postman_id":"524417d7-6e3a-4610-937b-7e1d2d0b8d08"},{"name":"Retrieve Dashboard Account Data","id":"d93ed071-df9f-409e-90cc-80866360e6a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/retrieveDashboardAccountData","description":"<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>No params</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","retrieveDashboardAccountData"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1e2fdf6e-9696-4d9b-b2df-c1ef263f4d4a","name":"Retrieve Dashboard Account Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/retrieveDashboardAccountData","description":"The `Authorization` must have `Bearer` followed by `Token`. \n\nNo params"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 05:58:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=85364032-2843-44fe-b188-934037e042ae; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"077DC12920CE3D4F807486248E6DB732","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"85364032-2843-44fe-b188-934037e042ae","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"SUCCESS\",\"dashboardAccountData\":[],\"errorCode\":\"0\"}"}],"_postman_id":"d93ed071-df9f-409e-90cc-80866360e6a4"},{"name":"Retrieve Dashboard Data","id":"96701262-d5a5-4740-bd9c-5b199366e595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/retrieveDashboardData","description":"<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>No params</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","retrieveDashboardData"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f2626a27-445f-40bf-bd4d-24505eb4e66e","name":"Retrieve Dashboard Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/retrieveDashboardData","description":"The `Authorization` must have `Bearer` followed by `Token`.\r\n\r\nNo params"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 05:57:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e1889c8f-ee92-454e-b999-fc5b9b560545; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"077DC12920CE3D4F807486248E6DB732","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"e1889c8f-ee92-454e-b999-fc5b9b560545","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"SUCCESS\",\"dashboardData\":[],\"errorCode\":\"0\"}"}],"_postman_id":"96701262-d5a5-4740-bd9c-5b199366e595"}],"id":"dac00cb2-029e-4ba3-bee8-f8b402ad0598","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"36e830a6-6d08-4155-aba3-b2e7e189d921"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"22edf886-6a16-4d47-960a-58ee34c3d5d6"}}],"_postman_id":"dac00cb2-029e-4ba3-bee8-f8b402ad0598","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"12.0 LDAP","item":[{"name":"Create User","id":"d597a30b-bfcd-4691-aa48-f63dda83bb76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"john.doe@saviynt.com\",\n  \"password\": \"Password1\",\n  \"lastname\": \"Doe\",\n  \"firstname\": \"John\",\n  \"securityQuestionOne\": \"What is your pet name?\",\n  \"securityAnswerOne\": \"Tommy\",\n  \"securityQuestionTwo\": \"What is your place of birth?\",\n  \"securityAnswerTwo\": \"Los Angeles\",\n  \"securityQuestionThree\": \"What is your favorite color?\",\n  \"securityAnswerThree\": \"Orange\",\n   \"multiValueSecurityAttributes\":[\"MV1\",\"MV2\",\"Mv3\"]\n}"},"url":"{{url}}/ECM/api/v2/createUser","description":"<p>This method create user in LDAP via SSM</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","api","v2","createUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c5c6baad-a2db-4ac1-af68-9333624707ff","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"john.doe@saviynt.com\",\n  \"password\": \"Password1\",\n  \"lastname\": \"Doe\",\n  \"firstname\": \"John\",\n  \"securityQuestionOne\": \"What is your pet name?\",\n  \"securityAnswerOne\": \"Tommy\",\n  \"securityQuestionTwo\": \"What is your place of birth?\",\n  \"securityAnswerTwo\": \"Los Angeles\",\n  \"securityQuestionThree\": \"What is your favorite color?\",\n  \"securityAnswerThree\": \"Orange\",\n   \"multiValueSecurityAttributes\":[\"MV1\",\"MV2\",\"Mv3\"]\n}"},"url":"{{url}}/ECM/api/v2/createUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Account with accountId uid=john.doe@saviynt.com,ou=People,o=saviynt.com,o=saviynt.com Created Successfully\",\n    \"errorCode\": \"0\",\n    \"SavCode\": \"Sav000\"\n}"}],"_postman_id":"d597a30b-bfcd-4691-aa48-f63dda83bb76"},{"name":"Get User","id":"87483790-430c-44c6-b5cf-256c9a9fc222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/api/v2/getUser?propertytosearch=email&email=john.doe@saviynt.com","description":"<p>This method search for users in LDAP via SSM</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n<p>Mandatory params: </p>\n<p><code>username</code>\nOR\n<code>propertytosearch</code>- Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","api","v2","getUser"],"host":["{{url}}"],"query":[{"key":"propertytosearch","value":"email"},{"key":"email","value":"john.doe@saviynt.com"}],"variable":[]}},"response":[{"id":"192197b0-e2e7-4237-adb9-7b3030cf59a3","name":"Get User (Failure)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"http://localhost:8080/ECM/ws/rest/v2/getUser?propertytosearch=email&email=john1.doe1@saviynt.com","protocol":"http","host":["localhost"],"port":"8080","path":["ECM","ws","rest","v2","getUser"],"query":[{"key":"propertytosearch","value":"email"},{"key":"email","value":"john1.doe1@saviynt.com"}]}},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 00:43:06 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4df9b8cf-cdc2-42f2-a0f5-70edb90a69d4; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=785F5B3ACAB4A68ABA8FC1BCE5FDEFAB; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"785F5B3ACAB4A68ABA8FC1BCE5FDEFAB","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"4df9b8cf-cdc2-42f2-a0f5-70edb90a69d4","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorMessage\":\"Unique Account Not Found in ldap\",\"SavCode\":\"Sav005\",\"errorCode\":\"1\"}"},{"id":"a758b610-b7b0-49f4-9a21-c9fdfbe054d1","name":"Get User (Success)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"http://localhost:8080/ECM/ws/rest/v2/getUser?propertytosearch=email&email=john.doe@saviynt.com","protocol":"http","host":["localhost"],"port":"8080","path":["ECM","ws","rest","v2","getUser"],"query":[{"key":"propertytosearch","value":"email"},{"key":"email","value":"john.doe@saviynt.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 00:42:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=04ff2d74-7ed6-4d1a-bf8e-098a4a93943e; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=4495A02F4EC3E406CFF0C9EB2CF172C3; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"4495A02F4EC3E406CFF0C9EB2CF172C3","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"04ff2d74-7ed6-4d1a-bf8e-098a4a93943e","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"message\": \"Account Created/Updated Successfully\",\n    \"Attributes\": {\n        \"SecurityAttributes\": [\n            \"MV1\",\n            \"MV2\",\n            \"Mv3\"\n        ],\n        \"email\": \"john.doe@saviynt.com\",\n        \"customproperty47\": \"john.doe@saviynt.com\",\n        \"lastname\": \"Doe\",\n        \"securityAnswerOne\": \"5aeebab117b892fa42002146e4c62be676bc4621\",\n        \"firstname\": \"John\",\n        \"securityQuestionOne\": \"What is your pet name?\",\n        \"systemUserName\": [\n            \"J1257868\",\n            \"john.doe@saviynt.com\"\n        ],\n        \"displayname\": \"John\"\n    },\n    \"SavCode\": \"Sav000\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"87483790-430c-44c6-b5cf-256c9a9fc222"},{"name":"Fetch User Questions","id":"40f1c561-a4db-46c6-bb21-2f4d77e35d9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/api/v2/fetchUserQuestions?propertytosearch=email&email=john.doe@saviynt.com","description":"<p>This method can be used to fetch security questions of user from LDAP via SSM</p>\n<p>Mandatory params: </p>\n<p><code>username</code>\nOR\n<code>propertytosearch</code>- Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","api","v2","fetchUserQuestions"],"host":["{{url}}"],"query":[{"key":"propertytosearch","value":"email"},{"key":"email","value":"john.doe@saviynt.com"}],"variable":[]}},"response":[{"id":"fbc606f8-41a1-474b-91ad-d8d618b0cc7d","name":"Fetch User Questions (Success)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"http://localhost:8080/ECM/ws/rest/v2/fetchUserQuestions?propertytosearch=email&email=john.doe@saviynt.com","protocol":"http","host":["localhost"],"port":"8080","path":["ECM","ws","rest","v2","fetchUserQuestions"],"query":[{"key":"propertytosearch","value":"email"},{"key":"email","value":"john.doe@saviynt.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 01:08:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=49b58c9e-444b-4a6f-8a38-ac983efc9c1c; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=FFD73E64D200CD28E66321FA84BCA820; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"FFD73E64D200CD28E66321FA84BCA820","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"49b58c9e-444b-4a6f-8a38-ac983efc9c1c","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"SavCode\":\"Sav000\",\"errorCode\":\"0\",\"questions\":[\"What is your pet name?\",\"What is your place of birth?\",\"What is your favorite color?\"]}"},{"id":"917f931d-52f5-45d2-86f1-fc574159fff7","name":"Fetch User Questions (Failure)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"http://localhost:8080/ECM/ws/rest/v2/fetchUserQuestions?propertytosearch=email&email=john1.doe1@saviynt.com","protocol":"http","host":["localhost"],"port":"8080","path":["ECM","ws","rest","v2","fetchUserQuestions"],"query":[{"key":"propertytosearch","value":"email"},{"key":"email","value":"john1.doe1@saviynt.com"}]}},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 01:09:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=51c1fe2d-29a8-4eb8-bced-d55c4b023510; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=14E669077480D648FDA88D616D75B55E; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"14E669077480D648FDA88D616D75B55E","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"51c1fe2d-29a8-4eb8-bced-d55c4b023510","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorMessage\":\"Unique Account Not Found in ldap\",\"SavCode\":\"Sav005\",\"errorCode\":\"1\"}"}],"_postman_id":"40f1c561-a4db-46c6-bb21-2f4d77e35d9f"},{"name":"Validate User Security Answers","id":"5fe79329-195b-4117-a834-3dcecbdccd49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{ \n\"propertytosearch\" : \"email\", \n\"email\" : \"john.doe@saviynt.com\",\n\"answers\" : [ \n{ \n\"question\" : \"What is your pet name?\", \n\"answer\" : \"Tommy\"\n},\n{ \n\"question\" : \"What is your place of birth?\", \n\"answer\" : \"Los Angeles\"\n},\n{ \n\"question\" : \"What is your favorite color?\", \n\"answer\" : \"Orange\"\n}\n] \n} "},"url":"{{url}}/ECM/api/v2/validateAnswers","description":"<p>This method is used to validate the security answers of user from LDAP via SSM</p>\n<p>Mandatory params:</p>\n<p><code>answers</code> - list of questions and answers to be validated</p>\n<p><code>username</code> OR <code>propertytosearch</code> - Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","api","v2","validateAnswers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"89ceed87-3bc2-4d62-bfbc-9a892f8ad31f","name":"Validate User Answers (Success)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{ \n\"propertytosearch\" : \"email\", \n\"email\" : \"john.doe@saviynt.com\",\n\"answers\" : [ \n{ \n\"question\" : \"What is your pet name?\", \n\"answer\" : \"Tommy\"\n},\n{ \n\"question\" : \"What is your place of birth?\", \n\"answer\" : \"Los Angeles\"\n},\n{ \n\"question\" : \"What is your favorite color?\", \n\"answer\" : \"Orange\"\n}\n] \n} "},"url":"http://localhost:8080/ECM/ws/rest/v2/validateAnswers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 01:12:03 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=2aeb5ea3-b4c7-440f-a175-303ee0e39f01; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=52A42549B4A8F0C18CD539A81C21E66C; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"52A42549B4A8F0C18CD539A81C21E66C","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"2aeb5ea3-b4c7-440f-a175-303ee0e39f01","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"validation\":\"successful\",\"SavCode\":\"Sav000\",\"errorCode\":\"0\"}"},{"id":"52e5e5c9-5006-4daf-bcea-da45c43e9828","name":"Validate User Answers (Failure)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{ \n\"propertytosearch\" : \"email\", \n\"email\" : \"john.doe@saviynt.com\",\n\"answers\" : [ \n{ \n\"question\" : \"What is your pet name?\", \n\"answer\" : \"Jackie\"\n},\n{ \n\"question\" : \"What is your place of birth?\", \n\"answer\" : \"Los Angeles\"\n},\n{ \n\"question\" : \"What is your favorite color?\", \n\"answer\" : \"Orange\"\n}\n] \n} "},"url":"http://localhost:8080/ECM/ws/rest/v2/validateAnswers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 01:12:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=2f3e56e5-23ab-4fc9-bc85-9bea16a099d8; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=5EC7140FDEA0B4A4DF392FAA9210DCF0; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"5EC7140FDEA0B4A4DF392FAA9210DCF0","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"2f3e56e5-23ab-4fc9-bc85-9bea16a099d8","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"remainingAttempts\":\"4\",\"validation\":\"failed\",\"SavCode\":\"Sav0023\",\"errorCode\":\"1\"}"}],"_postman_id":"5fe79329-195b-4117-a834-3dcecbdccd49"},{"name":"Update User","id":"3186f069-0aa2-4fc8-98b8-fa13e91a5dbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"propertytosearch\":\"email\",\n  \"email\":\"john.doe@saviynt.com\",\n  \"firstname\":\"John-upd\"\n}"},"url":"{{url}}/ECM/api/v2/updateUser","description":"<p>This method update user in LDAP via SSM</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n<p>Mandatory params: </p>\n<p><code>propertytosearch</code>- Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","api","v2","updateUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"09c142a6-b59c-4604-b515-baa5a72a5b1a","name":"Update User (Failure)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"propertytosearch\":\"email\",\n  \"email\":\"john1.doe1@saviynt.com\",\n  \"firstname\":\"John-upd\"\n}"},"url":"http://localhost:8080/ECM/ws/rest/v2/updateUser"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 00:48:04 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=30c16f82-5a4b-4ae5-b963-bb387a256991; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=6B785B4F559240DD8F4289C2C99A90C9; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"6B785B4F559240DD8F4289C2C99A90C9","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"30c16f82-5a4b-4ae5-b963-bb387a256991","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorMessage\":\"Unique Account Not Found in ldap\",\"SavCode\":\"Sav005\",\"errorCode\":\"1\"}"},{"id":"43f724f3-6aaa-4546-8ca4-547eed237970","name":"Update User (Success)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"propertytosearch\":\"email\",\n  \"email\":\"john.doe@saviynt.com\",\n  \"firstname\":\"John-upd\"\n}"},"url":"http://localhost:8080/ECM/ws/rest/v2/updateUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 00:47:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=fd3e8eff-f568-44d9-9fef-df3065167be4; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=F7F2D42208420179EA6162C5CB577CC1; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"F7F2D42208420179EA6162C5CB577CC1","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"fd3e8eff-f568-44d9-9fef-df3065167be4","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"message\": \"Account with accountId uid=john.doe@saviynt.com,ou=People,o=saviynt.com,o=saviynt.com Updated Successfully\",\n    \"errorCode\": \"0\",\n    \"SavCode\": \"Sav000\"\n}"}],"_postman_id":"3186f069-0aa2-4fc8-98b8-fa13e91a5dbb"},{"name":"Change Password","id":"9592e9f3-d7ec-4eea-a6d4-47b8730b6226","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"propertytosearch\":\"email\",\n  \"email\":\"john.doe@saviynt.com\",\n  \"password\":\"Password1upd\"\n}"},"url":"{{url}}/ECM/api/v2/changePassword","description":"<p>This method change password for user in LDAP via SSM</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n<p>Mandatory params: </p>\n<p><code>username</code>\nOR\n<code>propertytosearch</code>- Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty</p>\n<p><code>password</code> - New Password</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","api","v2","changePassword"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c7c5ea82-14a0-40f3-8ba7-74a33ab5ff67","name":"Change Password (Failure)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"propertytosearch\":\"email\",\n  \"email\":\"john1.doe1@saviynt.com\",\n  \"password\":\"Password1upd\"\n}"},"url":"http://localhost:8080/ECM/ws/rest/v2/changePassword"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 00:50:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9b7bec86-5047-4403-a76a-2140e803eb3f; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=2DD92C2A0B4CDDB3A1AE4E9A50F139B6; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"2DD92C2A0B4CDDB3A1AE4E9A50F139B6","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"9b7bec86-5047-4403-a76a-2140e803eb3f","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorMessage\":\"Unique Account Not Found in ldap\",\"SavCode\":\"Sav005\",\"errorCode\":\"1\"}"},{"id":"a36618b9-317e-4ca2-a05a-6cd5e7d1d515","name":"Change Password (Success)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"propertytosearch\":\"email\",\n  \"email\":\"john.doe@saviynt.com\",\n  \"password\":\"Password1upd\"\n}"},"url":"http://localhost:8080/ECM/ws/rest/v2/changePassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 00:50:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=aa302613-3fb3-4833-a5d0-4c6bc7c83f7f; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=C67D6A5CBD2C4FF52CA6FAB7A952C4E6; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"C67D6A5CBD2C4FF52CA6FAB7A952C4E6","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"aa302613-3fb3-4833-a5d0-4c6bc7c83f7f","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"message\": \"Account with accountId uid=john.doe@saviynt.com,ou=People,o=saviynt.com,o=saviynt.com Updated Successfully\",\n    \"errorCode\": \"0\",\n    \"SavCode\": \"Sav000\"\n}"}],"_postman_id":"9592e9f3-d7ec-4eea-a6d4-47b8730b6226"},{"name":"Authenticate User","id":"085e7dcf-870b-499e-86aa-04eb350d700d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"propertytosearch\":\"email\",\n  \"email\": \"john.doe@saviynt.com\",\n  \"password\": \"Password1upd\"\n}"},"url":"{{url}}/ECM/api/v2/authenticateUser","description":"<p>This method will authenticate user in LDAP via SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n<p>Mandatory params: </p>\n<p><code>username</code>\nOR\n<code>propertytosearch</code>- Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty</p>\n<p><code>password</code> - Password to be authenticated</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","api","v2","authenticateUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4dab6b30-5213-4fd0-9be2-90fb3ce66724","name":"Authenticate User (Failure)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\t\"propertytosearch\":\"email\",\n\t\"email\": \"john.doe@saviynt.com\",\n\t\"password\": \"Password2\"\n}"},"url":"http://localhost:8080/ECM/ws/rest/v2/authenticateUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 00:40:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=80a40e2d-157d-486a-8cdb-689267d8a378; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=C4F78B80EE09ECEE5F7112A1A99EE049; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"C4F78B80EE09ECEE5F7112A1A99EE049","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"80a40e2d-157d-486a-8cdb-689267d8a378","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorMessage\":\"invalid credential\",\"validation\":\"failed\",\"SavCode\":\"Sav0022\",\"errorCode\":\"1\"}"},{"id":"06fdb3fe-30b6-4b21-8343-e07ade6e91c7","name":"Authenticate User (Success)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\t\"propertytosearch\":\"email\",\n\t\"email\": \"john.doe@saviynt.com\",\n\t\"password\": \"Password1\"\n}"},"url":"http://localhost:8080/ECM/ws/rest/v2/authenticateUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 00:37:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b8e496c9-e360-425e-bc53-eafc7fa27e31; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=9CF3801CACBB9F15C310587C525EF921; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"9CF3801CACBB9F15C310587C525EF921","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"b8e496c9-e360-425e-bc53-eafc7fa27e31","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"validation\":\"successful\",\"SavCode\":\"Sav000\",\"errorCode\":\"0\"}"}],"_postman_id":"085e7dcf-870b-499e-86aa-04eb350d700d"}],"id":"4543257d-dc53-4252-8122-3eea3a69c418","description":"<p>This collection contains rest API's to read, write, or modify data directly in LDAP via Saviynt.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"74c4efd8-6240-4dca-9fe5-376093a17de6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"becb0024-90bc-44af-a342-96121c05502a"}}],"_postman_id":"4543257d-dc53-4252-8122-3eea3a69c418","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"13.0 PAA","item":[{"name":"Get Access Recommendations","id":"dae01976-c8f4-4a74-85a1-6fd0e08dfcd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n   // \"username\": \"@.\",\n   \"userkey\":\"180\",\n   \"endpointkey\":\"88\",\n  // \"context\":\"Request\",\n   \"max\": \"100\",\n    \"offset\": \"0\",\n   //\"entitlementtypekey\":\"1224\",\n  \"entitlementvaluekey\":[669446],\n   \"sort\":\"true\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/getAccessRecommendations","description":"<p>This API provides the count and details of all the recommended entitlements associated with that entitlement type and displays relevance scores to requestors while requesting access.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>username</code>/<code>userkey</code>(if both are passed then userkey will be considered)</p>\n<p>Optional params:</p>\n<ul>\n<li><p><code>endpointname</code>/<code>endpointkey</code>(if both are passed then endpointkey will be considered)</p>\n</li>\n<li><p><code>entitlementtypekey</code>/<code>entitlementtype</code>(if both are passed then entitlementtypekey will be considered)</p>\n</li>\n<li><p><code>entitlement_valuekey</code></p>\n</li>\n<li><p><code>max</code></p>\n</li>\n<li><p><code>offset</code></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","getAccessRecommendations"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b80aba06-a9ca-4b5c-a3a0-35b81cc0a14f","name":"Get Access Recommendations","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n \"userkey\":\"2444562\",\n \"endpointkey\":\"201\",\n  \"entitlementtypekey\": \"101\",\n \"entitlement_valuekey\": \"102\",\n    \"max\": \"100\",\n    \"offset\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/getAccessRecommendations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 25 Aug 2022 07:40:17 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=cf402d57-9990-4cfe-ac9e-f64463d331c0; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"displaycount\": 1,\n    \"msg\": \"success\",\n    \"totalcount\": 1,\n    \"recommendations\": [\n        {\n            \"entitlementtype\": \"Aha Features\",\n            \"entitlementtypekey\": 101,\n            \"entitlement_valuekey\": 102,\n            \"entitlement_value\": \"Aha Feature Editor\",\n            \"displayname\": \"\",\n            \"description\": \"\",\n            \"peergroupconfidencepercentage\": \"100\",\n            \"recommended\": \"true\",\n            \"accountkey\": 105923,\n            \"accountname\": \"Devloper2amp\",\n            \"endpointkey\": 201,\n            \"endpointname\": \"Aha\"\n        }\n    ],\n    \"errorcode\": 0\n}"},{"id":"90f64109-fb93-4fee-9a43-3ebb4d5e43e9","name":"Get Access Recommendations - PAA","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n   // \"username\": \"@.\",\n   \"userkey\":\"180\",\n   \"endpointkey\":\"88\",\n  // \"context\":\"Request\",\n   \"max\": \"100\",\n    \"offset\": \"0\",\n   //\"entitlementtypekey\":\"1224\",\n  \"entitlementvaluekey\":[669446],\n   \"sort\":\"true\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/getAccessRecommendations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 Jun 2024 08:01:10 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-security-policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self' https://login.microsoftonline.com https://accounts.google.com; frame-ancestors 'self'; default-src 'self'"},{"key":"permissions-policy","value":"script-src 'self'; camera 'none'"},{"key":"referrer-policy","value":"origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"https://myorg.saviyntcloud.com"},{"key":"expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"CCSRF-TOKEN=e0fda63e-6d6b-4648-a733-7f13e136002d; HttpOnly; Secure; SameSite=Strict; Path=/;"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"89ac25b68c0f1369-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"displaycount\": 1,\n    \"total\": 1,\n    \"errorCode\": 0,\n    \"recommendations\": [\n        {\n            \"entitlement_valuekey\": 669446,\n            \"peergroupconfidencepercentage\": \"NA\",\n            \"entitlementtypekey\": 458,\n            \"entitlementtype\": \"PAAINCEP01ET01\",\n            \"entitlement_value\": \"PAAINCEP01ET01\",\n            \"displayname\": null,\n            \"peerGroupConfidenceReason\": \"The recommendation model did not find a match between this users attributes and the particular entitlement at the set confidence level\",\n            \"recommended\": \"Possible Rejection\"\n        }\n    ]\n}"}],"_postman_id":"dae01976-c8f4-4a74-85a1-6fd0e08dfcd7"}],"id":"4926e8f2-10c2-4c22-a161-acf4f7b9e6fb","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c14a96c6-830a-4bfe-903b-e16e23352063"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8390c0e8-4d97-47fd-a589-e8aa83e15324"}}],"_postman_id":"4926e8f2-10c2-4c22-a161-acf4f7b9e6fb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"14.0 Transport","item":[{"name":"Export Package","id":"f9507013-3732-402b-b314-32976b2ae5d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"transportowner\": \"true\",\n    \"transportmembers\": \"true\",\n    \"exportonline\": \"false\",\n    \"exportpath\": \"/saviynt_shared/testexport/transportPackage\",\n    \"objectstoexport\": {\n        \"savRoles\": [\n            \"ROLE_ADMIN\"\n        ],\n        \"emailTemplate\": [\n            \"Account Password Expiry Email\",\n            \"Entitlement Expiry Email\"\n        ]\n    },\n    \"businessjustification\": \"justified...\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/api/v5/exportTransportPackage","description":"<p>This API creates a compressed file containing objects specified for T2P migration.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>exportonline</code>(can be true or false) - Determines if package needs to be exported online, \n<code>exportpath</code>(if exportonline is false) - Local path where export package will be generated, \n<code>environmentname</code>(if exportonline is true) - Name of the environment which can be created at the following path : Admin -&gt; Global Configurations -&gt; Misc -&gt; Transport -&gt; Add New Transport, \n<code>objectstoexport</code> - Supported objects : <code>savRoles</code>, <code>emailTemplate</code>, <code>roles</code>, <code>analyticsV1</code>, <code>analyticsV2</code>, <code>globalConfig</code>, <code>workflows</code>, <code>connection</code>, <code>appOnboarding</code>, <code>userGroups</code>, <code>scanRules</code>, <code>organizations</code>, <code>securitySystems</code></p>\n<p>Optional params:</p>\n<p><code>updateuser</code> - username of the user exporting the package, \n<code>transportmembers</code>(can be true or false) - option to transport members for selected objects such as SAV role, \n<code>transportowner</code>(can be true or false) - option to transport owners for selected objects, \n<code>businessjustification</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","api","v5","exportTransportPackage"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"16479e3b-75c4-4ca1-9fca-b3cb26863602","name":"Export Package - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"transportowner\": \"true\",\n    \"transportmembers\": \"true\",\n    \"exportonline\": \"false\",\n    \"exportpath\": \"/saviynt_shared/testexport/transportPackage\",\n    \"objectstoexport\": {\n        \"savRoles\": [\n            \"ROLE_ADMIN\"\n        ],\n        \"emailTemplate\": [\n            \"Account Password Expiry Email\",\n            \"Entitlement Expiry Email\"\n        ]\n    },\n    \"businessjustification\": \"justified...\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/api/v5/exportTransportPackage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Jan 2023 10:19:11 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=df31896f-d32e-4135-83ce-8d00558893de; Version=1; Path=\";Path=/;HttpOnly;\"; Secure"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"fileName\": \"transport_admin_2023-01-13_10-19-11(UTC).zip\",\n    \"msgDescription\": \"Export Requested. If other requests are currently processing, your export will begin after they complete. You can call /transportPackageStatus API to check the status of your export.\",\n    \"errorcode\": 0\n}"}],"_postman_id":"f9507013-3732-402b-b314-32976b2ae5d2"},{"name":"Import Package","id":"1b2b3c40-d54f-4520-94a3-b3e1ce6cd568","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"packagetoimport\": \"/saviynt_shared/testexport/transportPackage/transport_admin_2023-01-13_10-19-11(UTC).zip\",\n    \"businessjustification\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/api/v5/importTransportPackage","description":"<p>Use this API to import a compressed file containing objects specified for T2P migration.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Mandatory Parameters</strong></p>\n<p><code>packagetoimport</code>: Specify the complete path of the package that needs to be imported.<br /><strong>Note</strong>: The file must be stored in a location that EIC can access.</p>\n<p><strong>Optional Parameters</strong></p>\n<ul>\n<li><p><code>updateuser</code>: Specify the username of the user importing the package.</p>\n</li>\n<li><p><code>businessjustification</code>: Add a business justification.</p>\n</li>\n</ul>\n<p><strong>Supported Objects</strong></p>\n<p>The Transport feature supports the following objects:</p>\n<ul>\n<li><p><code>savRoles</code></p>\n</li>\n<li><p><code>emailTemplate</code></p>\n</li>\n<li><p><code>roles</code></p>\n</li>\n<li><p><code>analyticsV1</code></p>\n</li>\n<li><p><code>analyticsV2</code></p>\n</li>\n<li><p><code>globalConfig</code></p>\n</li>\n<li><p><code>workflows</code></p>\n</li>\n<li><p><code>connection</code></p>\n</li>\n<li><p><code>ppOnboarding</code></p>\n</li>\n<li><p><code>userGroups</code></p>\n</li>\n<li><p><code>scanRules</code></p>\n</li>\n<li><p><code>organizations</code></p>\n</li>\n<li><p><code>securitySystems</code></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","api","v5","importTransportPackage"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e959f6ba-3321-4ba3-ae3c-51f9c2f9c73a","name":"Import Package - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"packagetoimport\": \"/saviynt_shared/testexport/transportPackage/transport_admin_2023-01-13_10-19-11(UTC).zip\",\n    \"businessjustification\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/api/v5/importTransportPackage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Jan 2023 14:33:30 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=36bcab8f-cd96-495d-a7f9-6a4a9197fb38; Version=1; Path=\";Path=/;HttpOnly;\"; Secure"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"requestId\": \"2490001\",\n    \"msgDescription\": \"Import Requested. If other requests are currently processing, your import will begin after they complete. You can call /transportPackageStatus API to check the status of your import\",\n    \"errorcode\": 0\n}"}],"_postman_id":"1b2b3c40-d54f-4520-94a3-b3e1ce6cd568"},{"name":"Transport Status","id":"5f280dca-a015-4525-9b38-d7e4e03902bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"operation\": \"export\",\r\n    \"filename\": \"transport_admin_2023-01-13_13-27-43(UTC).zip\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/api/v5/transportPackageStatus","description":"<p>This API obtains the status of the transport request (import, export, or transfer), and helps in confirming whether the transport was completed successfully or failed.</p>\n<p><strong>Note</strong>: This API returns the status of only those requests that have been processed using the Enhanced Transport feature.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>operation</code> - enter the type of transport request (export, import, or transfer)<br /><code>filename</code> - enter the transport package zip file name in full (including the .zip extension)<br /><code>requestid</code>(required only if the operation is import) - enter the request ID generated during the submission of the import request</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","api","v5","transportPackageStatus"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"03f5d25c-59ce-4505-a17e-2609f95819fc","name":"Transport Status - Blank Request ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/ECM/api/v5/transportPackageStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Jan 2023 10:23:30 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=df31896f-d32e-4135-83ce-8d00558893de; Version=1; Path=\";Path=/;HttpOnly;\"; Secure"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Invalid request Payload\",\n    \"msgDescription\": \"Requestid cannot be blank\",\n    \"errorCode\": 1\n}"},{"id":"2a697300-7e45-4b48-ba4a-a306a9be2668","name":"Transport Status - Import","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/ECM/api/v5/transportPackageStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Jan 2023 14:23:55 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"JSESSIONID=ADDEE2A3FFC8CBF867C2388E7CE805B2; Path=/ECM; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=36bcab8f-cd96-495d-a7f9-6a4a9197fb38; Version=1; Path=\";Path=/;HttpOnly;\"; Secure"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"msgDescription\": \"The environment package was successfully imported.\",\n    \"errorCode\": 0\n}"},{"id":"0d2c3969-70a8-45f6-b8cf-ac3268bd4f8c","name":"Transport Status - Export","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/ECM/api/v5/transportPackageStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Jan 2023 14:31:19 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=36bcab8f-cd96-495d-a7f9-6a4a9197fb38; Version=1; Path=\";Path=/;HttpOnly;\"; Secure"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"msgDescription\": \"The environment package was successfully exported.\",\n    \"errorCode\": 0\n}"}],"_postman_id":"5f280dca-a015-4525-9b38-d7e4e03902bd"}],"id":"da817e56-c864-4a57-9cb4-d20ce093bb95","_postman_id":"da817e56-c864-4a57-9cb4-d20ce093bb95","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"15.0 Policies","item":[{"name":"Technical Rules","item":[{"name":"Fetch Technical Rules","id":"2040af29-a242-4ed4-94f5-7b4d2ea57e04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ECM/{{path}}/rules/technical?rulename=testrole$4","description":"<p>Starting with Release v23.11, you can use the REST API to fetch all the technical rules from the target system. Additionally, you can also perform the following actions:</p>\n<ul>\n<li><p>Use the <code>ruleId</code> parameter to fetch a specific technical rule. The response displays details such as rule ID, rule name, description, and other attributes.</p>\n</li>\n<li><p>Filter the rules based on <code>status</code> and <code>rulename.</code></p>\n</li>\n</ul>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory param:</p>\n<p><code>ruleId</code></p>\n<p>Optional param:</p>\n<p><code>Offset - Specify the pagination.</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","rules","technical"],"host":["{{url}}"],"query":[{"disabled":true,"key":"offset","value":"1"},{"disabled":true,"key":"limit","value":"2"},{"key":"rulename","value":"testrole$4"}],"variable":[]}},"response":[{"id":"6e18d47b-11be-4ff8-8cd4-b557e9da6351","name":"Fetching technical rules","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/ECM/{{path}}/rules/technical","host":["{{url}}"],"path":["ECM","{{path}}","rules","technical"],"query":[{"key":"offset","value":"1","disabled":true},{"key":"limit","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Oct 2023 07:23:19 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=f3618d81-d212-478b-a3a3-7d3cafb58309; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ruleId\": 2,\n            \"ruleName\": \"Create AD account (external)\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 31,\n            \"ruleName\": \"External Create Mailbox\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"E1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"::Product\",\n                    \"object\": \"Office 365 E1 license for external user without Valmet workstation\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 33,\n            \"ruleName\": \"External create E3 mailbox birthright\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"E3\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"::Product\",\n                    \"object\": \"Office 365 E3 license for external user with Valmet workstation\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 34,\n            \"ruleName\": \"External create E3 mailbox\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"E3\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"::Product\",\n                    \"object\": \"Office 365 E3 license for external user with Valmet workstation\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 38,\n            \"ruleName\": \"Test: Create partner AD user\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty64\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"CreateAD\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 57,\n            \"ruleName\": \"External Mailenableduser\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"No\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Temporary EMS-E3 license,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 58,\n            \"ruleName\": \"External Mailenableduser birthright\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"No\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Temporary EMS-E3 license,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 64,\n            \"ruleName\": \"Testing Birthright_Rule\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"nixu\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"lastname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"No\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=CA_PPM_All_All_Management,OU=CAPPM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Valmet Intra Denied Partners,OU=Valmet Intra,OU=Sharepoint,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Azure AD Premium Users,OU=Valmet Mobility Services,OU=Provisioning,OU=Production,OU=PPM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 79,\n            \"ruleName\": \"Create AD account (external)_1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 86,\n            \"ruleName\": \"temp_generic_Entitlement provisioning rule\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"bulk user account creation \",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty41\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"sovelia\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Sovelia::Entitlement\",\n                    \"object\": \"PM Sales - Reference reader\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 89,\n            \"ruleName\": \"Create AD account (external)_2\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"Create AD account (external)_2\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 90,\n            \"ruleName\": \"External create mailbox birthright_1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"External create mailbox birthright_1\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"E1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"::Product\",\n                    \"object\": \"Office 365 E1 license for external user without Valmet workstation\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 95,\n            \"ruleName\": \"Birthright: Manager user\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Employee\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty8\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"ROLE_VALMET_CONTACT\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"username\": \"Erased-on-2023-05-15 05:41:11-965904\",\n                    \"rank\": 1\n                }\n            ]\n        },\n        {\n            \"ruleId\": 108,\n            \"ruleName\": \"Assign SAV Role - ROLE_ASSISTANT\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty56\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"SAVRole\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Saviynt::SAVRole\",\n                    \"object\": \"ROLE_ASSISTANT\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 113,\n            \"ruleName\": \"Birthright: Internal Users_V1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Employee\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeclass\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"White-Collar\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Lotus Notes\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Lotus Notes::Notes ID\",\n                    \"object\": \"Notes ID\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=M365 E3 Valmet employees,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 114,\n            \"ruleName\": \"Birthright:Blue-collar_V1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Employee\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeclass\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Blue-Collar\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=M365 F1 Shared workstation,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 115,\n            \"ruleName\": \"External create E3 mailbox_V1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"E5\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=M365 E3 External users with Valmet workstation,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 116,\n            \"ruleName\": \"External create E3 mailbox birthright_V1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"E5\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=M365 E3 External users with Valmet workstation,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 117,\n            \"ruleName\": \"External create mailbox birthright_1_V1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"E1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=O365 E1 External users without Valmet workstation,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 118,\n            \"ruleName\": \"Re-Hire Valmet internal_V1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Employee\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Lotus Notes\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Lotus Notes::Notes ID\",\n                    \"object\": \"Notes ID\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=M365 E3 Valmet employees,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 119,\n            \"ruleName\": \"External create Temporary EMS-E3 license Birthright\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"No\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=Temporary EMS-E3 license,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 120,\n            \"ruleName\": \"External create Temporary EMS-E3 license\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"No\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=Temporary EMS-E3 license,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 123,\n            \"ruleName\": \"Birthright: Leased Workforce Partner White-collar\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty28\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Leased Workforce\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeclass\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"White-Collar\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=M365 E3 External users with Valmet workstation,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Lotus Notes\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Lotus Notes::Notes ID\",\n                    \"object\": \"Notes ID\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 124,\n            \"ruleName\": \"Create AD account (external)_3\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"a.employeeType='Partner' AND a.statuskey=1 AND a.customproperty28 is NULL\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 125,\n            \"ruleName\": \"Re-Hire Valmet external_1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"a.employeeType='Partner' AND a.statuskey=1 AND a.customproperty28 is NULL\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 129,\n            \"ruleName\": \"Birthright: Leased Workforce Partner Blue-collar\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"ABCDE_Update_test1\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty28\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Leased Workforce\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeclass\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Blue-Collar\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=O365 E1 External users without Valmet workstation,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 130,\n            \"ruleName\": \"Re-Hire Leased Workforce Partner Blue-collar\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty28\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Leased Workforce\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeclass\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Blue-Collar\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=O365 E1 External users without Valmet workstation,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 131,\n            \"ruleName\": \"Re-Hire Leased Workforce Partner White-collar\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty28\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Leased Workforce\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeclass\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"White-Collar\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Lotus Notes\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Lotus Notes::Notes ID\",\n                    \"object\": \"Notes ID\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=M365 E3 External users with Valmet workstation,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 143,\n            \"ruleName\": \"TempValmetContactForUsersTech\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty64\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"valmetcontactrole3\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Saviynt::SAVRole\",\n                    \"object\": \"ROLE_VALMET_CONTACT\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 186,\n            \"ruleName\": \"radu basw temp \",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"radu temp \",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty60\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"bas1014\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Basware IA\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Basware IA::Groups\",\n                    \"object\": \"1641 Reviewers\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 190,\n            \"ruleName\": \"Mihai Temp\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty60\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TB\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Travel Bookings::Access right\",\n                    \"object\": \"Valmet Technologies Oy (115) Guest Manager\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 193,\n            \"ruleName\": \"TempProvAccess\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"used by Nixu support\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty60\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"add111\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Workstation Admin Groups\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 195,\n            \"ruleName\": \"anthonytemp\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty60\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Power Apps per user\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Power Platform::memberOf\",\n                    \"object\": \"\\\"CN=Power Apps per user,OU=Power Platform,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 205,\n            \"ruleName\": \"Re-Hire Valmet internal Saviynt Access\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Employee\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty16\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"ENABLED\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Saviynt\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Saviynt::SAVRole\",\n                    \"object\": \"ROLE_ENDUSER\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 207,\n            \"ruleName\": \"Add vegas AD account\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty64\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"vegasadadd\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Vegas AD\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Vegas AD::memberOf\",\n                    \"object\": \"\\\"CN=Idefix,OU=TenantGroups,OU=Vegas,DC=vegas,DC=aut,DC=valmet,DC=com\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 209,\n            \"ruleName\": \"Re-Hire Valmet internal Saviynt Access 2\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Employee\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty16\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"ENABLED\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Saviynt::SAVRole\",\n                    \"object\": \"ROLE_ENDUSER\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 212,\n            \"ruleName\": \"TestDetective_Rule1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Det\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AzureAD_SS\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 213,\n            \"ruleName\": \"enterpriserole111\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"id\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"enterpriserole111\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AWS Administrators\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 216,\n            \"ruleName\": \"TestTeschnical_Rule2\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Det\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AWS Developers\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 217,\n            \"ruleName\": \"TestDet_Rule1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Joy\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AzureAD\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 218,\n            \"ruleName\": \"testmay16\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test16\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test61\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"Camp_RO_Role4\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 219,\n            \"ruleName\": \"TestDet_Rule3\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Ben\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AzureAD::AADGroup\",\n                    \"object\": \"AADAccesstask\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AzureAD::AADGroup\",\n                    \"object\": \"aadGroup13\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 221,\n            \"ruleName\": \"Advancetechrule\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"a.firstname like '%test%' and a.city='bangalore'\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"NewADEP\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"NewADEP::memberOf\",\n                    \"object\": \"\\\"CN=Group_CONN_QA_22,OU=Groups,OU=CONNQA,OU=SaviyntTeams,DC=saviyntlabs,DC=org\\\"\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"username\": \"aaa_wabuarvaca_auar_prid\",\n                    \"rank\": 1\n                },\n                {\n                    \"username\": \"fluw_webuervece_uuer_prud\",\n                    \"rank\": 1\n                },\n                {\n                    \"username\": \"Tessting_User\",\n                    \"rank\": 1\n                }\n            ]\n        },\n        {\n            \"ruleId\": 227,\n            \"ruleName\": \"Rule_18255475-1d33-4229-aa4d-119434c4c451\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"Rule_18255475-1d33-4229-aa4d-119434c4c451\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Employee\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AssuredCompliance_UM_EP\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AssuredCompliance_UM_EP::Comp_UM_Ent\",\n                    \"object\": \"Comp_UM_Ent1Val1\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 229,\n            \"ruleName\": \"Rule_0aa2a532-2270-49e2-8832-9d6b698bc4a8\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"Rule_0aa2a532-2270-49e2-8832-9d6b698bc4a8\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Cpvw_C13596338\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"C13596338_Endpoint\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"C13596338_Endpoint::entType1\",\n                    \"object\": \"C13596338_Ent1_vnnC\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 246,\n            \"ruleName\": \"Rule_a2c147cd-bdaa-4048-8df0-8a0209a188cc\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"Rule_a2c147cd-bdaa-4048-8df0-8a0209a188cc\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Employee\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AssuredCompliance_UM_EP\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AssuredCompliance_UM_EP::Comp_UM_Ent\",\n                    \"object\": \"Comp_UM_Ent1Val1\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 247,\n            \"ruleName\": \"Rule_dc278dc8-9501-40c2-abbb-4c47e01b4e79\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"Rule_dc278dc8-9501-40c2-abbb-4c47e01b4e79\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"zSQW_C13596338\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"C13596338_Endpoint\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"C13596338_Endpoint::entType1\",\n                    \"object\": \"C13596338_Ent1_lctA\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 254,\n            \"ruleName\": \"techrule\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"testdynamicattr\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Test_EndPoint\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Test_EndPoint::enttype\",\n                    \"object\": \"${user.city}\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 257,\n            \"ruleName\": \"AD0708_CREATEACCOUNT\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"AD0708_CREATEACCOUNT\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"0708\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AD0708\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 259,\n            \"ruleName\": \"AD_RemoveAccount_Rule_CONN\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"AD_RemoveAccount_Rule_CONN\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Raichur\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AD0708\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AD0708::memberOf\",\n                    \"object\": \"\\\"CN=Group_CONN_QA_8,OU=Groups,OU=CONNQA,OU=SaviyntTeams,DC=saviyntlabs,DC=org\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 279,\n            \"ruleName\": \"Tech Rule for Active Candidates group\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"Tech Rule for Active Candidates group\",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty13\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Saviynt\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"okta_qa_10598::OktaGroup\",\n                    \"object\": \"Access control system of  saviynt\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 281,\n            \"ruleName\": \"ADFS_Rule20\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"(\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \")\",\n                    \"attribute\": \"jobCode\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"IN\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"('100-7000','330-165','400-1040','400-1042','400-1043')\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AC_EP\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 282,\n            \"ruleName\": \"Rehire_BirthRight_Group_Assignment\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty12\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"RehireBefore90\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty4\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"RehireActive\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=CoMPass SBL Budgeting,OU=Domain Groups,OU=Compass,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=CNOP_XIA_REP,OU=Exchange,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 299,\n            \"ruleName\": \"Reference\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"BSTuser\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Reference Data\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Reference Data::Supplier\",\n                    \"object\": \"509162\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Reference Data::Supplier\",\n                    \"object\": \"615081\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Reference Data::Supplier\",\n                    \"object\": \"501522\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Reference Data::Supplier\",\n                    \"object\": \"621552\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 310,\n            \"ruleName\": \"SS-6070TR\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty25\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"SS-6070\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=RAU_R&D_OPTIFEEDTEAM,OU=Exchange,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 318,\n            \"ruleName\": \"AAAAORGANISATIONTEST\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"GREATER THAN\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"dadasd\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=SA Valmet Managers,OU=Exchange,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 326,\n            \"ruleName\": \"test_TechRule_SUP\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"test\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"testsup\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AD0708\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 327,\n            \"ruleName\": \"fdfdf\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"fdvfdvfv\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"ARS1.2#####test12####123\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 328,\n            \"ruleName\": \"SS_Test_14sep\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"SS_Test_14sep\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"NIT_UserSSM_15sep\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AD_INTGN3085_17aug\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 329,\n            \"ruleName\": \"TestManish\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"jobcodedesc\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"AFS\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"SalesForce_CONN_QA\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 332,\n            \"ruleName\": \"SS_Rule_testinstantprov\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"check instatnt\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"NIT_UserSSM_14sep\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"SS_testinstantprovisioning\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 333,\n            \"ruleName\": \"newtechrule\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Instantprovuser\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"NewADEP\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"NewADEP::memberOf\",\n                    \"object\": \"\\\"CN=Group_CONN_QA_28,OU=Groups,OU=CONNQA,OU=SaviyntTeams,DC=saviyntlabs,DC=org\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 341,\n            \"ruleName\": \"sabitestcomma\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"sabitestcomma\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Test\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"REST_Users_,comma,test\\\"\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory - Service Accounts::memberOf\",\n                    \"object\": \"\\\"CN=ServiceAccount_LogonRestriction,OU=Common Accounts,OU=Groups,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"\\\"comma,test,rule\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 345,\n            \"ruleName\": \"testtech1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"displayname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"\\\"AR,S1.,5\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 346,\n            \"ruleName\": \"testtech2\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"a.username ='admin'\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"\\\"AR,S1.3,test\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"\\\"AR,S1.,5\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"\\\"Ente,rpris,etest\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 347,\n            \"ruleName\": \"testtech3\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"dfdf\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"\\\"Ente,rpris,etest\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 352,\n            \"ruleName\": \"techa1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"lastname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"hjgfgh\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"A,R,S,test\\\"\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 354,\n            \"ruleName\": \"ManishTechRuleCommaSeparated\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty1\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Test123\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"\\\"Cam,p_UM_Enterpri,seRole\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 356,\n            \"ruleName\": \"SS-6087-1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"SS-6087-1\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"city1234\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"rest2109\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"rest2109::Group\",\n                    \"object\": \"Support\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 357,\n            \"ruleName\": \"SS-6087-2\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"SS-6087-2\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"street\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"street123\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"rest2109::Group\",\n                    \"object\": \"Support\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 368,\n            \"ruleName\": \"importretesttech1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"testtech1_test1\",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"(\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"displayname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"id\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \")\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"DOES NOT CONTAIN\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"gfbfgbg\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"mysore\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"manager\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"admin\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"secondaryManager\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"systemadmin\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty21\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"\\\"AR,S1.1\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"\\\"A,R,S1.10\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 369,\n            \"ruleName\": \"importretesttech2\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"importretesttech2desc\",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"lastname\",\n                    \"openBracket\": \"((\",\n                    \"condition\": \"NOT EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"gffnhfnnn\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"middlename\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"DOES NOT CONTAIN\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"thyjgjj\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"))\",\n                    \"attribute\": \"email\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test@\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"startdate\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"GREATER THAN\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"2023-08-10\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"enddate\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"LESS THAN\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"2023-10-10\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"manager\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"admin\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"\\\"Ente,rpris,etest\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"\\\"Cam,p_UM_Enterpri,seRole\\\"\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"username\": \"systemadmin\",\n                    \"rank\": 5\n                },\n                {\n                    \"username\": \"admin\",\n                    \"rank\": 3\n                }\n            ]\n        },\n        {\n            \"ruleId\": 370,\n            \"ruleName\": \"importretesttech3\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"(( a.username like '%test%' AND a.displayname like 'test1234%' AND a.manager ='930573' ))\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"\\\"AR,S1.1\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"\\\"Cam,p_UM_Enterpri,seRole\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 371,\n            \"ruleName\": \"importretesttech4\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"test\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"secondaryManager\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"systemadmin\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 372,\n            \"ruleName\": \"importretesttech5\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"testdec\",\n            \"detective\": true,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"(( a.username like '%test%' AND a.displayname like 'test1234%' AND a.manager ='930573' AND a.secondaryManager='systemmadmin'))\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 375,\n            \"ruleName\": \"importretesttech6\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"(( a.username like '%test%' AND a.displayname like 'test1234%' AND a.manager ='930573' AND a.secondaryManager='958317 '))\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 385,\n            \"ruleName\": \"technicaltrigger1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"bangalore4322\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"lastname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test123453322\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"\\\"AR,S1.1\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"Camp_SA_EnterpriseRole\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 386,\n            \"ruleName\": \"technicaltrigger2\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"costcenter\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"122233221\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"ARS1.7\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 387,\n            \"ruleName\": \"technicaltrigger3\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"jobCode\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test55225656\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"ARS1.12\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"Camp_SA_EnterpriseRole\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 388,\n            \"ruleName\": \"technicaltrigger4\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Mysore445442112\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"ARS1.2\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"Camp_SA_EnterpriseRole\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 389,\n            \"ruleName\": \"technicaltrigger5\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"costcenter\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"445452121\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"ARS1.2\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"Camp_SA_EnterpriseRole\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 400,\n            \"ruleName\": \"testrole$1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"specialcharacter9\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"lastname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"specialcharactert91\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"$CN=$APAC_Applic,ation_Support,OU=Exc,hange,OU=Applicati,ons,OU=Gr,oups,OU=Root2,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=$Asia_BI_Readers_Confidential,OU=Exchange,$OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=$AD_Appr,overs,OU=Exchange,OU=Applica,tions,OU=Groups,OU=Roo,t2,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"Enterprise1\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 401,\n            \"ruleName\": \"testrole$2\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"a.username ='charactertest87' AND a.lastname ='charactertest871'\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"$ARS1.13\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"ARS1$.14\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"ARS1.15\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"Enterprise1\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 403,\n            \"ruleName\": \"testrole$4\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"specialcharactertest4\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"lastname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"specialcharactertestlast4\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"$ARS1.13\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"ARS1$.14\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"ARS1.5\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"Enterprise1\"\n                }\n            ],\n            \"owners\": []\n        }\n    ],\n    \"page\": {\n        \"limit\": 100,\n        \"offset\": 0,\n        \"count\": 84,\n        \"total\": 84,\n        \"next\": \"https://myorg.saviyntcloud.com/ECM/api/v5/getTechnicalRules?offset=1&limit=100\",\n        \"prev\": \"\"\n    }\n}"},{"id":"39f40fc7-af7e-424a-b016-bd4f7aa64f37","name":"fetching technical rules with offset and limit","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/ECM/{{path}}/rules/technical?offset=1&limit=2","host":["{{url}}"],"path":["ECM","{{path}}","rules","technical"],"query":[{"key":"offset","value":"1"},{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Oct 2023 07:25:03 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b9d34819-443c-4819-8923-400c97be54dd; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ruleId\": 2,\n            \"ruleName\": \"Create AD account (external)\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 31,\n            \"ruleName\": \"External Create Mailbox\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"E1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"::Product\",\n                    \"object\": \"Office 365 E1 license for external user without Valmet workstation\"\n                }\n            ],\n            \"owners\": []\n        }\n    ],\n    \"page\": {\n        \"limit\": 2,\n        \"offset\": 1,\n        \"count\": 2,\n        \"total\": 84,\n        \"next\": \"https://myorg.saviyntcloud.com/ECM/api/v5/getTechnicalRules?offset=2&limit=2\",\n        \"prev\": \"\"\n    }\n}"},{"id":"2a7f61bf-eb37-4685-96a1-fd26909e8aa7","name":"Filter Technical Rules based on rulename","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/ECM/{{path}}/rules/technical?rulename=testrole$4","host":["{{url}}"],"path":["ECM","{{path}}","rules","technical"],"query":[{"key":"offset","value":"1","disabled":true},{"key":"limit","value":"2","disabled":true},{"key":"rulename","value":"testrole$4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Oct 2023 03:08:49 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=c4367ce9-cfc8-4c41-9da4-0f9fb27ddfe4; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ruleId\": 403,\n            \"ruleName\": \"testrole$4\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"specialcharactertest4\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"lastname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"specialcharactertestlast4\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"$ARS1.13\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"ARS1$.14\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"ARS1.5\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"Enterprise1\"\n                }\n            ],\n            \"owners\": []\n        }\n    ],\n    \"page\": {\n        \"limit\": 100,\n        \"offset\": 0,\n        \"count\": 1,\n        \"total\": 1,\n        \"next\": \"https://myorg.saviyntcloud.com//ECM/api/v5/getTechnicalRules?offset=1&limit=100\",\n        \"prev\": \"\"\n    }\n}"},{"id":"758bc57c-1963-4c82-b4c0-daa60b042377","name":"Filter Technical Rules based on Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/ECM/{{path}}/rules/technical?status=INACTIVE","host":["{{url}}"],"path":["ECM","{{path}}","rules","technical"],"query":[{"key":"offset","value":"1","disabled":true},{"key":"limit","value":"2","disabled":true},{"key":"status","value":"INACTIVE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Oct 2023 03:13:44 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=31579556-3aa6-47de-8973-4d8dc9324cf8; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ruleId\": 2,\n            \"ruleName\": \"Create AD account (external)\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 31,\n            \"ruleName\": \"External Create Mailbox\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"E1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"::Product\",\n                    \"object\": \"Office 365 E1 license for external user without Valmet workstation\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 33,\n            \"ruleName\": \"External create E3 mailbox birthright\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"E3\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"::Product\",\n                    \"object\": \"Office 365 E3 license for external user with Valmet workstation\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 34,\n            \"ruleName\": \"External create E3 mailbox\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"E3\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"::Product\",\n                    \"object\": \"Office 365 E3 license for external user with Valmet workstation\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 38,\n            \"ruleName\": \"Test: Create partner AD user\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty64\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"CreateAD\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 57,\n            \"ruleName\": \"External Mailenableduser\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"No\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Temporary EMS-E3 license,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 64,\n            \"ruleName\": \"Testing Birthright_Rule\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"nixu\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"lastname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"No\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=CA_PPM_All_All_Management,OU=CAPPM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Valmet Intra Denied Partners,OU=Valmet Intra,OU=Sharepoint,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Azure AD Premium Users,OU=Valmet Mobility Services,OU=Provisioning,OU=Production,OU=PPM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 79,\n            \"ruleName\": \"Create AD account (external)_1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 86,\n            \"ruleName\": \"temp_generic_Entitlement provisioning rule\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"bulk user account creation \",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty41\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"sovelia\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Sovelia::Entitlement\",\n                    \"object\": \"PM Sales - Reference reader\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 89,\n            \"ruleName\": \"Create AD account (external)_2\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"Create AD account (external)_2\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 90,\n            \"ruleName\": \"External create mailbox birthright_1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"External create mailbox birthright_1\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"E1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"O365, Outlook & Skype\\\"::Product\",\n                    \"object\": \"Office 365 E1 license for external user without Valmet workstation\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 114,\n            \"ruleName\": \"Birthright:Blue-collar_V1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Employee\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeclass\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Blue-Collar\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=M365 F1 Shared workstation,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 116,\n            \"ruleName\": \"External create E3 mailbox birthright_V1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"E5\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=M365 E3 External users with Valmet workstation,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 117,\n            \"ruleName\": \"External create mailbox birthright_1_V1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"E1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=O365 E1 External users without Valmet workstation,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 120,\n            \"ruleName\": \"External create Temporary EMS-E3 license\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty29\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"No\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=Temporary EMS-E3 license,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 124,\n            \"ruleName\": \"Create AD account (external)_3\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"a.employeeType='Partner' AND a.statuskey=1 AND a.customproperty28 is NULL\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 125,\n            \"ruleName\": \"Re-Hire Valmet external_1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"a.employeeType='Partner' AND a.statuskey=1 AND a.customproperty28 is NULL\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 129,\n            \"ruleName\": \"Birthright: Leased Workforce Partner Blue-collar\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"ABCDE_Update_test1\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty28\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Leased Workforce\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeclass\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Blue-Collar\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=O365 E1 External users without Valmet workstation,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 130,\n            \"ruleName\": \"Re-Hire Leased Workforce Partner Blue-collar\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty28\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Leased Workforce\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeclass\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Blue-Collar\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=O365 E1 External users without Valmet workstation,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 131,\n            \"ruleName\": \"Re-Hire Leased Workforce Partner White-collar\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Partner\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty28\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Leased Workforce\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeclass\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"White-Collar\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=Domain Users,CN=Users,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Lotus Notes\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Lotus Notes::Notes ID\",\n                    \"object\": \"Notes ID\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Office Software New::memberOf\",\n                    \"object\": \"\\\"CN=M365 E3 External users with Valmet workstation,OU=MS License Assignment,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 186,\n            \"ruleName\": \"radu basw temp \",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"radu temp \",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty60\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"bas1014\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Basware IA\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Basware IA::Groups\",\n                    \"object\": \"1641 Reviewers\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 190,\n            \"ruleName\": \"Mihai Temp\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty60\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TB\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Travel Bookings::Access right\",\n                    \"object\": \"Valmet Technologies Oy (115) Guest Manager\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 193,\n            \"ruleName\": \"TempProvAccess\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"used by Nixu support\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty60\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"add111\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Workstation Admin Groups\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 195,\n            \"ruleName\": \"anthonytemp\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty60\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Power Apps per user\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Power Platform::memberOf\",\n                    \"object\": \"\\\"CN=Power Apps per user,OU=Power Platform,OU=Systems,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 205,\n            \"ruleName\": \"Re-Hire Valmet internal Saviynt Access\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Employee\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty16\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"ENABLED\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Saviynt\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Saviynt::SAVRole\",\n                    \"object\": \"ROLE_ENDUSER\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 207,\n            \"ruleName\": \"Add vegas AD account\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty64\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"vegasadadd\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Vegas AD\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Vegas AD::memberOf\",\n                    \"object\": \"\\\"CN=Idefix,OU=TenantGroups,OU=Vegas,DC=vegas,DC=aut,DC=valmet,DC=com\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 209,\n            \"ruleName\": \"Re-Hire Valmet internal Saviynt Access 2\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Employee\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty16\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"ENABLED\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Saviynt::SAVRole\",\n                    \"object\": \"ROLE_ENDUSER\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 213,\n            \"ruleName\": \"enterpriserole111\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"id\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"enterpriserole111\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AWS Administrators\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 216,\n            \"ruleName\": \"TestTeschnical_Rule2\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Det\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AWS Developers\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 217,\n            \"ruleName\": \"TestDet_Rule1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Joy\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AzureAD\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 218,\n            \"ruleName\": \"testmay16\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUAL\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test16\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test61\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"Camp_RO_Role4\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 219,\n            \"ruleName\": \"TestDet_Rule3\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Ben\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AzureAD::AADGroup\",\n                    \"object\": \"AADAccesstask\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AzureAD::AADGroup\",\n                    \"object\": \"aadGroup13\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 221,\n            \"ruleName\": \"Advancetechrule\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"a.firstname like '%test%' and a.city='bangalore'\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"NewADEP\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"NewADEP::memberOf\",\n                    \"object\": \"\\\"CN=Group_CONN_QA_22,OU=Groups,OU=CONNQA,OU=SaviyntTeams,DC=saviyntlabs,DC=org\\\"\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"username\": \"aaa_wabuarvaca_auar_prid\",\n                    \"rank\": 1\n                },\n                {\n                    \"username\": \"fluw_webuervece_uuer_prud\",\n                    \"rank\": 1\n                },\n                {\n                    \"username\": \"Tessting_User\",\n                    \"rank\": 1\n                }\n            ]\n        },\n        {\n            \"ruleId\": 227,\n            \"ruleName\": \"Rule_18255475-1d33-4229-aa4d-119434c4c451\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"Rule_18255475-1d33-4229-aa4d-119434c4c451\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Employee\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AssuredCompliance_UM_EP\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AssuredCompliance_UM_EP::Comp_UM_Ent\",\n                    \"object\": \"Comp_UM_Ent1Val1\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 229,\n            \"ruleName\": \"Rule_0aa2a532-2270-49e2-8832-9d6b698bc4a8\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"Rule_0aa2a532-2270-49e2-8832-9d6b698bc4a8\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Cpvw_C13596338\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"C13596338_Endpoint\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"C13596338_Endpoint::entType1\",\n                    \"object\": \"C13596338_Ent1_vnnC\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 246,\n            \"ruleName\": \"Rule_a2c147cd-bdaa-4048-8df0-8a0209a188cc\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"Rule_a2c147cd-bdaa-4048-8df0-8a0209a188cc\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Employee\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AssuredCompliance_UM_EP\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AssuredCompliance_UM_EP::Comp_UM_Ent\",\n                    \"object\": \"Comp_UM_Ent1Val1\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 247,\n            \"ruleName\": \"Rule_dc278dc8-9501-40c2-abbb-4c47e01b4e79\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"Rule_dc278dc8-9501-40c2-abbb-4c47e01b4e79\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"zSQW_C13596338\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"C13596338_Endpoint\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"C13596338_Endpoint::entType1\",\n                    \"object\": \"C13596338_Ent1_lctA\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 254,\n            \"ruleName\": \"techrule\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"testdynamicattr\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Test_EndPoint\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Test_EndPoint::enttype\",\n                    \"object\": \"${user.city}\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 257,\n            \"ruleName\": \"AD0708_CREATEACCOUNT\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"AD0708_CREATEACCOUNT\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"0708\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AD0708\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 259,\n            \"ruleName\": \"AD_RemoveAccount_Rule_CONN\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"AD_RemoveAccount_Rule_CONN\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Raichur\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AD0708\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AD0708::memberOf\",\n                    \"object\": \"\\\"CN=Group_CONN_QA_8,OU=Groups,OU=CONNQA,OU=SaviyntTeams,DC=saviyntlabs,DC=org\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 279,\n            \"ruleName\": \"Tech Rule for Active Candidates group\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"Tech Rule for Active Candidates group\",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty13\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Saviynt\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"okta_qa_10598::OktaGroup\",\n                    \"object\": \"Access control system of  saviynt\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 281,\n            \"ruleName\": \"ADFS_Rule20\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"(\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \")\",\n                    \"attribute\": \"jobCode\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"IN\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"('100-7000','330-165','400-1040','400-1042','400-1043')\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AC_EP\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 282,\n            \"ruleName\": \"Rehire_BirthRight_Group_Assignment\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty12\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"RehireBefore90\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty4\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"RehireActive\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=CoMPass SBL Budgeting,OU=Domain Groups,OU=Compass,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=CNOP_XIA_REP,OU=Exchange,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 299,\n            \"ruleName\": \"Reference\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"BSTuser\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Reference Data\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Reference Data::Supplier\",\n                    \"object\": \"509162\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Reference Data::Supplier\",\n                    \"object\": \"615081\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Reference Data::Supplier\",\n                    \"object\": \"501522\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Reference Data::Supplier\",\n                    \"object\": \"621552\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 310,\n            \"ruleName\": \"SS-6070TR\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty25\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"SS-6070\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=RAU_R&D_OPTIFEEDTEAM,OU=Exchange,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 318,\n            \"ruleName\": \"AAAAORGANISATIONTEST\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"GREATER THAN\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"dadasd\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory::memberof\",\n                    \"object\": \"\\\"CN=SA Valmet Managers,OU=Exchange,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 326,\n            \"ruleName\": \"test_TechRule_SUP\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"test\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"testsup\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AD0708\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 327,\n            \"ruleName\": \"fdfdf\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"fdvfdvfv\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"ARS1.2#####test12####123\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 328,\n            \"ruleName\": \"SS_Test_14sep\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"SS_Test_14sep\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"NIT_UserSSM_15sep\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"AD_INTGN3085_17aug\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 329,\n            \"ruleName\": \"TestManish\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"jobcodedesc\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"AFS\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"SalesForce_CONN_QA\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 332,\n            \"ruleName\": \"SS_Rule_testinstantprov\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"check instatnt\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"NIT_UserSSM_14sep\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"SS_testinstantprovisioning\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 333,\n            \"ruleName\": \"newtechrule\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Instantprovuser\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"NewADEP\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"NewADEP::memberOf\",\n                    \"object\": \"\\\"CN=Group_CONN_QA_28,OU=Groups,OU=CONNQA,OU=SaviyntTeams,DC=saviyntlabs,DC=org\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 341,\n            \"ruleName\": \"sabitestcomma\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"sabitestcomma\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Test\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"REST_Users_,comma,test\\\"\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory - Service Accounts::memberOf\",\n                    \"object\": \"\\\"CN=ServiceAccount_LogonRestriction,OU=Common Accounts,OU=Groups,OU=IDM,OU=Applications,OU=Groups,OU=Root2,DC=vstage,DC=co\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Active Directory\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"\\\"comma,test,rule\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 345,\n            \"ruleName\": \"testtech1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"displayname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"\\\"AR,S1.,5\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 346,\n            \"ruleName\": \"testtech2\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"a.username ='admin'\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"\\\"AR,S1.3,test\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"\\\"AR,S1.,5\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"\\\"Ente,rpris,etest\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 347,\n            \"ruleName\": \"testtech3\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"dfdf\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"\\\"Ente,rpris,etest\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 352,\n            \"ruleName\": \"techa1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"lastname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"hjgfgh\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"\\\"A,R,S,test\\\"\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 354,\n            \"ruleName\": \"ManishTechRuleCommaSeparated\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty1\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Test123\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"\\\"Cam,p_UM_Enterpri,seRole\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 356,\n            \"ruleName\": \"SS-6087-1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"SS-6087-1\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"city1234\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"rest2109\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"rest2109::Group\",\n                    \"object\": \"Support\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 357,\n            \"ruleName\": \"SS-6087-2\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"SS-6087-2\",\n            \"detective\": false,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"street\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"street123\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"rest2109::Group\",\n                    \"object\": \"Support\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 368,\n            \"ruleName\": \"importretesttech1\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"testtech1_test1\",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"(\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"displayname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"id\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \")\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"DOES NOT CONTAIN\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"gfbfgbg\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"mysore\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"manager\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"admin\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"secondaryManager\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"systemadmin\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty21\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"\\\"AR,S1.1\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"\\\"A,R,S1.10\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 369,\n            \"ruleName\": \"importretesttech2\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"importretesttech2desc\",\n            \"detective\": true,\n            \"birthright\": true,\n            \"removeBirthrightAccess\": true,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"lastname\",\n                    \"openBracket\": \"((\",\n                    \"condition\": \"NOT EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"gffnhfnnn\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"middlename\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"DOES NOT CONTAIN\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"thyjgjj\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"))\",\n                    \"attribute\": \"email\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test@\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"startdate\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"GREATER THAN\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"2023-08-10\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"enddate\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"LESS THAN\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"2023-10-10\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"manager\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"admin\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"\\\"Ente,rpris,etest\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"\\\"Cam,p_UM_Enterpri,seRole\\\"\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"username\": \"systemadmin\",\n                    \"rank\": 5\n                },\n                {\n                    \"username\": \"admin\",\n                    \"rank\": 3\n                }\n            ]\n        },\n        {\n            \"ruleId\": 370,\n            \"ruleName\": \"importretesttech3\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": true,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"(( a.username like '%test%' AND a.displayname like 'test1234%' AND a.manager ='930573' ))\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS::\\\"A,RS,1\\\"\",\n                    \"object\": \"\\\"AR,S1.1\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"Enterprises Roles\",\n                    \"object\": \"\\\"Cam,p_UM_Enterpri,seRole\\\"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 372,\n            \"ruleName\": \"importretesttech5\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"testdec\",\n            \"detective\": true,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"(( a.username like '%test%' AND a.displayname like 'test1234%' AND a.manager ='930573' AND a.secondaryManager='systemmadmin'))\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 375,\n            \"ruleName\": \"importretesttech6\",\n            \"ruleType\": 1,\n            \"ruleDescription\": \"\",\n            \"detective\": false,\n            \"birthright\": false,\n            \"removeBirthrightAccess\": false,\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"(( a.username like '%test%' AND a.displayname like 'test1234%' AND a.manager ='930573' AND a.secondaryManager='958317 '))\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"objectAttribute\": \"Assign\",\n                    \"objectType\": \"ARS\",\n                    \"object\": \"Account\"\n                }\n            ],\n            \"owners\": []\n        }\n    ],\n    \"page\": {\n        \"limit\": 100,\n        \"offset\": 0,\n        \"count\": 65,\n        \"total\": 65,\n        \"next\": \"https://myorg.saviyntcloud.com/ECM/api/v5/getTechnicalRules?offset=1&limit=100\",\n        \"prev\": \"\"\n    }\n}"}],"_postman_id":"2040af29-a242-4ed4-94f5-7b4d2ea57e04"},{"name":"Create Technical Rules","id":"c1f2e940-63a9-4ef2-a97d-2eae14e9f0da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n            \"ruleId\": 0,\r\n            \"ruleName\": \"TESTRULEoct17\",\r\n            \"ruleType\": 1,\r\n            \"ruleDescription\": \"Will use this to import rule using api\",\r\n            \"detective\": true,\r\n            \"birthright\": true,\r\n            \"removeBirthrightAccess\": true,\r\n            \"status\": \"ACTIVE\",\r\n            \"conditions\": [\r\n                {\r\n                    \"conditionType\": \"Basic\",\r\n                    \"closeBracket\": \"\",\r\n                    \"attribute\": \"username\",\r\n                    \"openBracket\": \"\",\r\n                    \"condition\": \"CONTAINS\",\r\n                    \"object\": \"Users\",\r\n                    \"objectValue\": \"dhruv\",\r\n                    \"nextCondition\": \"OR\"\r\n                },\r\n                {\r\n                    \"conditionType\": \"Basic\",\r\n                    \"closeBracket\": \"\",\r\n                    \"attribute\": \"lastname\",\r\n                    \"openBracket\": \"\",\r\n                    \"condition\": \"STARTS WITH\",\r\n                    \"object\": \"Users\",\r\n                    \"objectValue\": \"ra\",\r\n                    \"nextCondition\": \"AND\"\r\n                },\r\n                {\r\n                    \"conditionType\": \"Basic\",\r\n                    \"closeBracket\": \"\",\r\n                    \"attribute\": \"city\",\r\n                    \"openBracket\": \"\",\r\n                    \"condition\": \"IN\",\r\n                    \"object\": \"Users\",\r\n                    \"objectValue\": \"noida,banglore\",\r\n                    \"nextCondition\": \"\"\r\n                }\r\n            ],\r\n            \"actions\": [\r\n                {\r\n                    \"organization\": \"\",\r\n                    \"objectAttribute\": \"Assign\",\r\n                    \"objectType\": \"EO_EP1\",\r\n                    \"object\": \"Account\"\r\n                },\r\n                {\r\n                    \"organization\": \"\",\r\n                    \"objectAttribute\": \"Assign\",\r\n                    \"objectType\": \"EO_EP1::EO_EP1_EntType\",\r\n                    \"object\": \"EO_EP1_ParentEnt1\"\r\n                }\r\n            ],\r\n            \"owners\": [\r\n                {\r\n                    \"username\": \"100121\",\r\n                    \"rank\": 1\r\n                }\r\n            ]\r\n        }","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/rules/technical","description":"<p>Starting with Release v23.11, you can use this REST API to effortlessly create new technical rules.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Mandatory params:</strong></p>\n<ul>\n<li><code>ruleName</code></li>\n<li><code>detective</code></li>\n<li><code>birthright</code></li>\n<li><code>conditions</code></li>\n<li><code>actions</code></li>\n<li><code>removeBirthrightAccess</code></li>\n</ul>\n<p><strong>Optional params:</strong></p>\n<ul>\n<li><code>ruleDescription</code></li>\n<li><code>status</code></li>\n<li><code>organization</code></li>\n<li><code>owners</code></li>\n<li><code>ruletype</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","rules","technical"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6e07541f-4ba2-489e-b7fd-2837b5c0a980","name":"Creating Technical Rules","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n            \"ruleId\": 0,\r\n            \"ruleName\": \"TESTRULEoct17\",\r\n            \"ruleType\": 1,\r\n            \"ruleDescription\": \"Will use this to import rule using api\",\r\n            \"detective\": true,\r\n            \"birthright\": true,\r\n            \"removeBirthrightAccess\": true,\r\n            \"status\": \"ACTIVE\",\r\n            \"conditions\": [\r\n                {\r\n                    \"conditionType\": \"Basic\",\r\n                    \"closeBracket\": \"\",\r\n                    \"attribute\": \"username\",\r\n                    \"openBracket\": \"\",\r\n                    \"condition\": \"CONTAINS\",\r\n                    \"object\": \"Users\",\r\n                    \"objectValue\": \"dhruv\",\r\n                    \"nextCondition\": \"OR\"\r\n                },\r\n                {\r\n                    \"conditionType\": \"Basic\",\r\n                    \"closeBracket\": \"\",\r\n                    \"attribute\": \"lastname\",\r\n                    \"openBracket\": \"\",\r\n                    \"condition\": \"STARTS WITH\",\r\n                    \"object\": \"Users\",\r\n                    \"objectValue\": \"ra\",\r\n                    \"nextCondition\": \"AND\"\r\n                },\r\n                {\r\n                    \"conditionType\": \"Basic\",\r\n                    \"closeBracket\": \"\",\r\n                    \"attribute\": \"city\",\r\n                    \"openBracket\": \"\",\r\n                    \"condition\": \"IN\",\r\n                    \"object\": \"Users\",\r\n                    \"objectValue\": \"noida,banglore\",\r\n                    \"nextCondition\": \"\"\r\n                }\r\n            ],\r\n            \"actions\": [\r\n                {\r\n                    \"organization\": \"\",\r\n                    \"objectAttribute\": \"Assign\",\r\n                    \"objectType\": \"EO_EP1\",\r\n                    \"object\": \"Account\"\r\n                },\r\n                {\r\n                    \"organization\": \"\",\r\n                    \"objectAttribute\": \"Assign\",\r\n                    \"objectType\": \"EO_EP1::EO_EP1_EntType\",\r\n                    \"object\": \"EO_EP1_ParentEnt1\"\r\n                }\r\n            ],\r\n            \"owners\": [\r\n                {\r\n                    \"username\": \"100121\",\r\n                    \"rank\": 1\r\n                }\r\n            ]\r\n        }","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/rules/technical"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Oct 2023 03:53:20 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=efdfc76b-c70a-407c-9658-af64d79246d6; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Rule Insterted Successfully\"\n}"}],"_postman_id":"c1f2e940-63a9-4ef2-a97d-2eae14e9f0da"},{"name":"Update Technical Rules","id":"a091f9fc-9ef0-4647-b6f1-bb53c79f224e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{url}}/ECM/{{path}}/rules/technical","description":"<p>Starting with Release v23.11, you can use the REST API to update the existing technical rules in a readable and organized manner.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Mandatory params:</strong></p>\n<ul>\n<li><p><code>ruleName</code></p>\n</li>\n<li><p><code>detective</code></p>\n</li>\n<li><p><code>birthright</code></p>\n</li>\n<li><p><code>conditions</code></p>\n</li>\n<li><p><code>actions</code></p>\n</li>\n<li><p><code>removeBirthrightAccess</code></p>\n</li>\n</ul>\n<p><strong>Optional params:</strong></p>\n<ul>\n<li><p><code>ruleDescription</code></p>\n</li>\n<li><p><code>status</code></p>\n</li>\n<li><p><code>organization</code></p>\n</li>\n<li><p><code>owners</code></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","rules","technical"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7bb6f1c8-4657-49cb-9da5-87f2d59d33a7","name":"Update Technical Rules","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n            \"ruleId\": 0,\r\n            \"ruleName\": \"TESTRULEoct17\",\r\n            \"ruleType\": 1,\r\n            \"ruleDescription\": \"This API is updated\",\r\n            \"detective\": true,\r\n            \"birthright\": true,\r\n            \"removeBirthrightAccess\": true,\r\n            \"status\": \"ACTIVE\",\r\n            \"conditions\": [\r\n                {\r\n                    \"conditionType\": \"Basic\",\r\n                    \"closeBracket\": \"\",\r\n                    \"attribute\": \"username\",\r\n                    \"openBracket\": \"\",\r\n                    \"condition\": \"CONTAINS\",\r\n                    \"object\": \"Users\",\r\n                    \"objectValue\": \"dhruv\",\r\n                    \"nextCondition\": \"OR\"\r\n                },\r\n                {\r\n                    \"conditionType\": \"Basic\",\r\n                    \"closeBracket\": \"\",\r\n                    \"attribute\": \"lastname\",\r\n                    \"openBracket\": \"\",\r\n                    \"condition\": \"STARTS WITH\",\r\n                    \"object\": \"Users\",\r\n                    \"objectValue\": \"uv\",\r\n                    \"nextCondition\": \"AND\"\r\n                },\r\n                {\r\n                    \"conditionType\": \"Basic\",\r\n                    \"closeBracket\": \"\",\r\n                    \"attribute\": \"city\",\r\n                    \"openBracket\": \"\",\r\n                    \"condition\": \"IN\",\r\n                    \"object\": \"Users\",\r\n                    \"objectValue\": \"noida,banglore\",\r\n                    \"nextCondition\": \"\"\r\n                }\r\n            ],\r\n            \"actions\": [\r\n                {\r\n                    \"organization\": \"\",\r\n                    \"objectAttribute\": \"Assign\",\r\n                    \"objectType\": \"EO_EP1\",\r\n                    \"object\": \"Account\"\r\n                },\r\n                {\r\n                    \"organization\": \"\",\r\n                    \"objectAttribute\": \"Assign\",\r\n                    \"objectType\": \"EO_EP1::EO_EP1_EntType\",\r\n                    \"object\": \"EO_EP1_ParentEnt1\"\r\n                }\r\n            ],\r\n            \"owners\": [\r\n                {\r\n                    \"username\": \"100121\",\r\n                    \"rank\": 1\r\n                }\r\n            ]\r\n        }","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/rules/technical"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Oct 2023 04:28:03 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=0064cc70-9384-4e6a-9d3c-1477afa41749; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Rule Updated Successfully\"\n}"}],"_postman_id":"a091f9fc-9ef0-4647-b6f1-bb53c79f224e"},{"name":"Delete Technical Rules","id":"eccdbef7-94b8-4510-ab2a-19d2191d2a06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/ECM/{{path}}/rules/technical?id=117","description":"<p>Starting with Release v23.11, you can use the REST API to delete an inactive technical rules from the target system by specifying the <code>ruleId</code> parameter.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>You can only delete an inactive technical rules.</p>\n</li>\n<li><p>You cannot delete technical rules if:</p>\n<ul>\n<li><p>the Rule is active.</p>\n</li>\n<li><p>the ID does not exist.</p>\n</li>\n<li><p>the user who perform the delete process is not a ROLE_ADMIN.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory param:</p>\n<p><code>ruleId</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","rules","technical"],"host":["{{url}}"],"query":[{"key":"id","value":"117"}],"variable":[]}},"response":[{"id":"da44386e-e240-493b-9107-b740df847426","name":"Delete Technical Rules","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{url}}/ECM/{{path}}/rules/technical?id=117","host":["{{url}}"],"path":["ECM","{{path}}","rules","technical"],"query":[{"key":"id","value":"117"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 17 Oct 2023 11:30:02 GMT"},{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=f1fd48ad-e09e-4235-b248-c6ce703a9fdb; HttpOnly; Secure; SameSite=Strict; Path=/;"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/"},{"key":"Set-Cookie","value":"access_token=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/"},{"key":"Set-Cookie","value":"token_type=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/"},{"key":"Set-Cookie","value":"user_name=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/"}],"cookie":[],"responseTime":null,"body":"Rule deleted Successfully"}],"_postman_id":"eccdbef7-94b8-4510-ab2a-19d2191d2a06"}],"id":"581d9b92-f65e-4292-b087-7b90179fc08b","_postman_id":"581d9b92-f65e-4292-b087-7b90179fc08b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}},{"name":"User Update Rules","item":[{"name":"Fetch User Update Rules","id":"e1c9ceb9-7667-4b4d-9522-d874da7110a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ECM/{{path}}/rules/userUpdate","description":"<p>Starting with Release v24.5, you can use the REST API to either fetch a specific user update rule or all the user update rules from the target system. Additionally, you can also perform the following actions:</p>\n<ul>\n<li>Use the <code>ruleId</code> parameter to fetch a specific user update rule. The response displays details such as rule ID, rule name, description, and other attributes.</li>\n<li>Filter the rules based on <code>status</code> and <code>rulename.</code></li>\n</ul>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory param:</p>\n<p><code>ruleId</code></p>\n<p>Optional param:</p>\n<p><code>Offset - Specify the pagination.</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","rules","userUpdate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cc89cfeb-b5d5-4548-a846-6ee3ce507ff7","name":"Fetching Specific User Update Rules","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ECM/{{path}}/rules/userUpdate/895"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Apr 2024 09:20:00 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=f92251ea-6ee3-44b0-a282-1d2f6690cad3; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"ruleId\": 895,\n    \"ruleName\": \"yash_new_rule_10th\",\n    \"ruleType\": 2,\n    \"ruleDescription\": \"yash_new_rule_10th\",\n    \"invokeByDetective\": \"false\",\n    \"triggerEvent\": \"Trigger when user is updated from UI\",\n    \"status\": \"ACTIVE\",\n    \"conditions\": [\n        {\n            \"conditionType\": \"Basic\",\n            \"closeBracket\": \"\",\n            \"attribute\": \"city\",\n            \"openBracket\": \"\",\n            \"condition\": \"is updated\",\n            \"object\": \"Users\",\n            \"objectValue\": \"\",\n            \"nextCondition\": \"\"\n        }\n    ],\n    \"actions\": [\n        {\n            \"organization\": \"\",\n            \"action\": \"Deprovision Role\",\n            \"operation\": \"ENTERPRISE\",\n            \"executeOn\": \"\",\n            \"objectType\": \"ROLE\",\n            \"object\": \"yash_role10th\"\n        }\n    ],\n    \"owners\": []\n}"},{"id":"0c33b7d7-3d2d-4316-acc3-ad65bf7748f4","name":"Fetch All User Update Rules","originalRequest":{"method":"GET","header":[],"url":"{{url}}/ECM/{{path}}/rules/userUpdate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Apr 2024 10:06:44 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-security-policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"permissions-policy","value":"script-src 'self'; camera 'none'"},{"key":"referrer-policy","value":"origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"https://myorg.saviyntcloud.com"},{"key":"expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"CCSRF-TOKEN=fcffb4b3-bfc2-46cf-a729-87226fcacfbe; HttpOnly; Secure; SameSite=Strict; Path=/;"},{"key":"CF-Cache-Status","value":"MISS"},{"key":"Last-Modified","value":"Mon, 22 Apr 2024 10:06:44 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8784cd7e5f827eca-MAA"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ruleId\": 2,\n            \"ruleName\": \"User Import Changes\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"Rule to update user attributes in the Active Directory based on the Workday updates\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"title\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"country\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"departmentname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"departmentNumber\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"street\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"phonenumber\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"locationdesc\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"costcenter\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty15\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"manager\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"location\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty14\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"enddate\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty19\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"0\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active_Directory\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 3,\n            \"ruleName\": \"User Rehire\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"This rule triggeres the when the user is rehired\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Enable User Accounts\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"0\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active_Directory\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active_Directory\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 4,\n            \"ruleName\": \"User Termination Rule\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"This rule is triggered when the users is terminated\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"0\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Disable User Accounts\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"0\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active_Directory\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 6,\n            \"ruleName\": \"Employee_conversion_email generation\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"When user employee type is updated the rule gets triggered to generate an email\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"(\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Employee_Type\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \")\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"CONTRACTOR\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Generate User Email\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Generate user email\",\n                    \"object\": \"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Workday\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 7,\n            \"ruleName\": \"EmployeeType Conversion \",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"The rule gets triggered on the Employee Type Conversion to update Active directory account\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"employeeType\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"0\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active_Directory\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 8,\n            \"ruleName\": \"Employee Name update Rule\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"Rule will be triggred when the user's name is updated\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"(\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"middlename\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \")\",\n                    \"attribute\": \"lastname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Notify As An Email\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Email Template\",\n                    \"object\": \"Name Change Notification\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 12,\n            \"ruleName\": \"Employee Leave Status updated\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty17\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty17\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run Selected Technical rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Technical Rules\",\n                    \"object\": \"Assign AAD HOLD group\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Change Password\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active_Directory\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 24,\n            \"ruleName\": \"Regenerate User Email\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"##a.email isupdated## and a.email is null and a.statuskey=1 and a.location is not null\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Generate User Email\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Generate user email\",\n                    \"object\": \"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Workday\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 27,\n            \"ruleName\": \"Regenerate User Email CP65\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty65\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty65\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"EMAIL\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Generate User Email\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Generate user email\",\n                    \"object\": \"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Workday\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 28,\n            \"ruleName\": \"User Termination\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"##a.statuskey isupdated##\\n\\nand a.statuskey != 1\\n\\nand a.username NOT IN ('PZ2619', 'BG4105', 'EI5126', 'QQ3953', 'UH5918', 'ZZAE2464')\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Disable User Accounts\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active_Directory,AzureAD,AxCS\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 30,\n            \"ruleName\": \"User Rehire UI\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Enable User Accounts\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active_Directory\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active_Directory\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 31,\n            \"ruleName\": \"Rehire Rule\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"##a.statuskey isupdated## AND a.statuskey =1 AND a.username NOT IN ('PZ2619', 'BG4105', 'EI5126', 'QQ3953', 'UH5918', 'ZZAE2464')\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Enable User Accounts\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active_Directory\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active_Directory\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 32,\n            \"ruleName\": \"Employee Type Conversion Rule\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"##a.employeetype isupdated## AND a.statuskey =1 AND a.username NOT IN ('PZ2619', 'BG4105', 'EI5126', 'QQ3953', 'UH5918', 'ZZAE2464')\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active_Directory\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 33,\n            \"ruleName\": \"User Import Change Rule\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"(##a.title isupdated## OR ##a.country isupdated## OR ##a.departmentname isupdated## OR ##a.departmentNumber isupdated## OR ##a.city isupdated## OR ##a.street isupdated## OR ##a.phonenumber isupdated## OR ##a.locationdesc isupdated## OR ##a.costcenter isupdated## OR ##a.customproperty15 isupdated## OR ##a.manager isupdated## OR ##a.location isupdated## OR ##a.customproperty14 isupdated## OR ##a.enddate isupdated## OR ##a.customproperty19 isupdated##) AND a.statuskey =1 AND a.username NOT IN ('PZ2619', 'BG4105', 'EI5126', 'QQ3953', 'UH5918', 'ZZAE2464')\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active_Directory\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 34,\n            \"ruleName\": \"Manager Update from Workday\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"manager\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active_Directory\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 35,\n            \"ruleName\": \"Manager Update from Workday Rule\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"##a.manager isupdated## AND a.manager is not null AND a.statuskey=1 AND a.username NOT IN ('PZ2619', 'BG4105', 'EI5126', 'QQ3953', 'UH5918', 'ZZAE2464')\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active_Directory\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 37,\n            \"ruleName\": \"TestUserUpdate_Rule\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"leaveStatus\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"leaveStatus\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Active\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Notify As An Email\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Email Template\",\n                    \"object\": \" New Admin AD account created\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 39,\n            \"ruleName\": \"TestUU_Rule1\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"id\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"12\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Notify As An Email\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Email Template\",\n                    \"object\": \"NotifyDhruv\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 41,\n            \"ruleName\": \"Update_Rule_test\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty40\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"NewADEP\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 46,\n            \"ruleName\": \"ssm-alerts@saviynt.com\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"id\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"GREATER THAN\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"ssm-alerts@saviynt.com\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update User Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"CONNECTION\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 49,\n            \"ruleName\": \"SampleDeprovTest\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"SampleDeprovTest\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty65\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty65\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TEST123\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Disable User Accounts\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"1\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"okta_qa_10598\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Deprovision Access\",\n                    \"operation\": \"AccessOnly\",\n                    \"executeOn\": \"2\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"okta_qa_10598\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Deprovision Access\",\n                    \"operation\": \"AccountsOnly\",\n                    \"executeOn\": \"4\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"okta_qa_10598\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 50,\n            \"ruleName\": \"testUR1\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"middlename\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Launch Certification\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Certification\",\n                    \"object\": \"{\\\"UMCONFIG_USERMGRATT_ATTR\\\":\\\"\\\",\\\"UMCONFIG_reassignuser\\\":\\\"\\\",\\\"assignedAccessQry\\\":\\\"\\\",\\\"UMCONFIG_NotifyCertifierEmail\\\":\\\"\\\",\\\"UMCONFIG_UPDATEUSERTABLE\\\":\\\"0\\\",\\\"fromRule\\\":\\\"1\\\",\\\"UMCONFIG_fourthremindertomanagerinterval\\\":\\\"\\\",\\\"userQryAsEntered\\\":\\\"\\\",\\\"startdate\\\":\\\"07-20-2023 04:35:06\\\",\\\"UMCONFIG_LOCKTASKS\\\":\\\"0\\\",\\\"UMCONFIG_USERMANAGER\\\":{\\\"INGNORESTEP1\\\":\\\"0\\\"},\\\"UMCONFIG_reassigncomplete\\\":\\\"\\\",\\\"entQry\\\":\\\"\\\",\\\"UMCONFIG_CREATEREVOKETASKFORUNRESPONDEDCERTIFICATIONITEMS\\\":\\\"0\\\",\\\"assignedAccess\\\":\\\"-1\\\",\\\"UMCONFIG_SHOWCONSULTFOROWNACCESS\\\":\\\"0\\\",\\\"accountQry\\\":\\\"\\\",\\\"userQry\\\":\\\"\\\",\\\"UMCONFIG_defaultCertifier\\\":\\\"\\\",\\\"UMCONFIG_complete\\\":\\\"\\\",\\\"launchType\\\":\\\"1\\\",\\\"endpointQuery\\\":\\\"and ep.id != 13 and ep.status = 1\\\",\\\"UMCONFIG_ENABLE_ESIGNATURE_LOGIN\\\":\\\"0\\\",\\\"campaignType\\\":2,\\\"UMCONFIG_firstremindertomanagerinterval\\\":\\\"\\\",\\\"advoption\\\":\\\"\\\",\\\"UMCONFIG_secondremindertomanager\\\":\\\"\\\",\\\"accountType\\\":\\\"null\\\",\\\"itemsIncluded\\\":\\\"Account,Entitlement,Firefighter Role,Enterprise Role,Application Role\\\",\\\"reassignUserQry\\\":\\\"\\\",\\\"UMCONFIG_ENABLE_ESIGNATURE\\\":\\\"0\\\",\\\"campaignOwner\\\":\\\"2825\\\",\\\"UMCONFIG_expirytemplate\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION.IGNORE.ACCOUNTS.MSG\\\":\\\"\\\",\\\"UMCONFIG_fifthremindertomanager\\\":\\\"\\\",\\\"campaign_defaultconfig\\\":\\\"undefined\\\",\\\"enddate\\\":\\\"09-08-2023 04:35:06\\\",\\\"roleQry\\\":\\\"\\\",\\\"daystoexpire\\\":\\\"50\\\",\\\"UMCONFIG_ATTESTATION.USERMANAGER.USERDOESNOTHAVEACCOUNT\\\":\\\"\\\",\\\"UMCONFIG_reassignusertemplate\\\":\\\"\\\",\\\"UMCONFIG_SHOWCONSULT\\\":[\\\"1\\\",\\\"2\\\"],\\\"UMCONFIG_HIDEREASSIGN\\\":\\\"0\\\",\\\"UMCONFIG_expiry\\\":\\\"\\\",\\\"UMCONFIG_SHOWREASSIGNPOPUP\\\":\\\"0\\\",\\\"UMCONFIG_ALLOWSELFCERTIFICATION\\\":\\\"1\\\",\\\"UMCONFIG_discontinue\\\":\\\"\\\",\\\"SHOWTERMINATEDOPTIONSTEP1\\\":\\\"0\\\",\\\"UMCONFIG_REASSIGNCERTIFICATION\\\":\\\"0\\\",\\\"UMCONFIG_create\\\":\\\"\\\",\\\"UMCONFIG_revokeTaskEmailConfigurationUM\\\":\\\"\\\",\\\"UMCONFIG_USERMANAGER.INGNORESTEP1\\\":\\\"0\\\",\\\"UMCONFIG_ExtendEndDateDaysLimit\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION\\\":{\\\"USERMANAGER.USERDOESNOTHAVEACCOUNT\\\":\\\"\\\",\\\"USERMANAGER\\\":{\\\"USERDOESNOTHAVEACCOUNT\\\":\\\"\\\"},\\\"IGNORE.ACCOUNTS.MSG\\\":\\\"\\\",\\\"IGNORE\\\":{\\\"ACCOUNTS.MSG\\\":\\\"\\\",\\\"ACCOUNTS\\\":{\\\"MSG\\\":\\\"\\\"}}},\\\"UMCONFIG_ConditionallyCertifyInDaysLimit\\\":\\\"\\\",\\\"UMCONFIG_discontinuetemplate\\\":\\\"\\\",\\\"UMCONFIG_reassigntemplate\\\":\\\"\\\",\\\"UMCONFIG_firstremindertomanager\\\":\\\"\\\",\\\"isCampaignOwnerUserGroup\\\":false,\\\"endpointids\\\":\\\"0\\\",\\\"campaign_name\\\":\\\"um2007_uur_1\\\",\\\"defaultadvconfig\\\":\\\"undefined\\\",\\\"UMCONFIG_CREATEREVOKEBASEACCOUNTTASK\\\":\\\"0\\\",\\\"campaignowner\\\":\\\"2825\\\",\\\"UMCONFIG_completetemplate\\\":\\\"\\\",\\\"UMCONFIG_reassigncompletetemplate\\\":\\\"\\\",\\\"campaignDescription\\\":\\\"\\\",\\\"ruleName\\\":\\\"testUR1\\\",\\\"UMCONFIG_previewtemplate\\\":\\\"\\\",\\\"UMCONFIG_CREATETASKFORCERTIFIEDONEXPIRY\\\":\\\"0\\\",\\\"UMCONFIG_createtemplate\\\":\\\"\\\",\\\"orgQuery\\\":\\\"\\\",\\\"UMCONFIG_SHOWCHECKBOXBULK\\\":[\\\"1\\\",\\\"2\\\"],\\\"UMCONFIG_ENDUSERMANAGER\\\":\\\"0\\\",\\\"UMCONFIG_step1status\\\":\\\"1\\\",\\\"UMCONFIG_thirdremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_fourthremindertomanager\\\":\\\"\\\",\\\"UMCONFIG_thirdremindertomanager\\\":\\\"\\\",\\\"schedulelater\\\":\\\"\\\",\\\"accountQryAsEntered\\\":\\\"\\\",\\\"UMCONFIG_fifthremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_HIDEREASSIGNFORCERT\\\":\\\"0\\\",\\\"UMCONFIG_LOCKTASKEXPIRE\\\":\\\"0\\\",\\\"createuser\\\":\\\"anoop.chaudhary@saviynt.com\\\",\\\"UMCONFIG_reassign\\\":\\\"\\\",\\\"UMCONFIG_secondremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_ruleName\\\":\\\"testUR1\\\",\\\"employeeType\\\":\\\"\\\",\\\"UMCONFIG_NOOFLOGINRETRIES\\\":\\\"\\\",\\\"UMCONFIG_preview\\\":\\\"\\\",\\\"UMCONFIG_CONDITIONALCERTIFY\\\":\\\"0\\\",\\\"editemailtemplate\\\":\\\"\\\"}\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 51,\n            \"ruleName\": \"OneClickDisable-Rule\",\n            \"ruleType\": 4,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is Removed from UI (One click disable)\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"0\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Disable User Accounts\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"0\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Bluestar\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Revoke Selected Access\",\n                    \"operation\": \"AdminAccess\",\n                    \"executeOn\": \"0\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Bluestar\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Revoke Selected Access\",\n                    \"operation\": \"ModuleLead\",\n                    \"executeOn\": \"7\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Bluestar\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Revoke Selected Access\",\n                    \"operation\": \"BasicAccess\",\n                    \"executeOn\": \"14\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Bluestar\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Deprovision Access\",\n                    \"operation\": \"AccountsOnly\",\n                    \"executeOn\": \"15\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Bluestar\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 53,\n            \"ruleName\": \"SPBETUU\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from API Calls\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run Selected Technical rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Technical Rules\",\n                    \"object\": \"SPBETTC\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 54,\n            \"ruleName\": \"SPBETUUUI\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run Selected Technical rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Technical Rules\",\n                    \"object\": \"TechruleOM\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 55,\n            \"ruleName\": \"SPBETUUIMP\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run Selected Technical rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Technical Rules\",\n                    \"object\": \"SPBETTC\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 56,\n            \"ruleName\": \"SPBETUUIMP2\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run Selected Technical rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Technical Rules\",\n                    \"object\": \"SPBETTC\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 57,\n            \"ruleName\": \"Manager Update from Workday1\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"Manager Update from Workday1\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"manager\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"ALL\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 58,\n            \"ruleName\": \"RULE_Active Directory Update Advanced\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"RULE_Active Directory Update Advanced\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"(\\n\\n    (\\n\\n        ##a.firstname isupdated## OR \\n\\n        ##a.lastname isupdated## OR \\n\\n        ##a.street isupdated## OR \\n\\n        ##a.customproperty1  isupdated## OR \\n\\n        ##a.state isupdated## OR \\n\\n        ##a.city isupdated## OR \\n\\n        ##a.country isupdated## OR \\n\\n        ##a.customproperty3 isupdated## OR \\n\\n        ##a.companyname isupdated## OR \\n\\n        ##a.departmentname isupdated## OR \\n\\n        ##a.departmentNumber isupdated## OR \\n\\n        ##a.customproperty5 isupdated## OR \\n\\n        ##a.customproperty6 isupdated## OR \\n\\n        ##a.customproperty7 isupdated## OR \\n\\n        ##a.customproperty21 isupdated## OR \\n\\n        ##a.title isupdated## OR \\n\\n        ##a.manager isupdated## OR \\n\\n        ##a.customproperty12 isupdated## OR \\n\\n        ##a.customproperty13 isupdated## OR \\n\\n        ##a.customproperty8 isupdated## OR \\n\\n        ##a.customproperty26 isupdated## OR \\n\\n        ##a.email isupdated## OR \\n\\n        ##a.username isupdated## OR \\n\\n        ##a.employeeType isupdated## OR \\n\\n        ##a.customproperty2 isupdated## OR \\n\\n        ##a.customproperty24 isupdated## OR \\n\\n        ##a.customproperty42 isupdated## OR \\n\\n        ##a.customproperty43 isupdated## OR \\n\\n        ##a.customproperty44 isupdated## OR \\n\\n        ##a.customproperty46 isupdated## OR \\n\\n        ##a.customproperty28 isupdated##\\n\\n    )  \\n\\n    AND \\n\\n    (\\n\\n        a.username NOT IN ('usdchos1','jsalam')\\n\\n     )\\n\\n)\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active Directory\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 59,\n            \"ruleName\": \"Active Directory Update Advanced\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"Active Directory Update Advanced\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"(\\n\\n    (\\n\\n        ##a.firstname isupdated## OR \\n\\n        ##a.lastname isupdated## OR \\n\\n        ##a.street isupdated## OR \\n\\n        ##a.customproperty1  isupdated## OR \\n\\n        ##a.state isupdated## OR \\n\\n        ##a.city isupdated## OR \\n\\n        ##a.country isupdated## OR \\n\\n        ##a.customproperty3 isupdated## OR \\n\\n        ##a.companyname isupdated## OR \\n\\n        ##a.departmentname isupdated## OR \\n\\n        ##a.departmentNumber isupdated## OR \\n\\n        ##a.customproperty5 isupdated## OR \\n\\n        ##a.customproperty6 isupdated## OR \\n\\n        ##a.customproperty7 isupdated## OR \\n\\n        ##a.customproperty21 isupdated## OR \\n\\n        ##a.title isupdated## OR \\n\\n        ##a.manager isupdated## OR \\n\\n        ##a.customproperty12 isupdated## OR \\n\\n        ##a.customproperty13 isupdated## OR \\n\\n        ##a.customproperty8 isupdated## OR \\n\\n        ##a.customproperty26 isupdated## OR \\n\\n        ##a.email isupdated## OR \\n\\n        ##a.username isupdated## OR \\n\\n        ##a.employeeType isupdated## OR \\n\\n        ##a.customproperty2 isupdated## OR \\n\\n        ##a.customproperty24 isupdated## OR \\n\\n        ##a.customproperty42 isupdated## OR \\n\\n        ##a.customproperty43 isupdated## OR \\n\\n        ##a.customproperty44 isupdated## OR \\n\\n        ##a.customproperty46 isupdated## OR \\n\\n        ##a.customproperty28 isupdated##\\n\\n    )  \\n\\n    AND \\n\\n    (\\n\\n        a.username NOT IN ('usdchos1','jsalam')\\n\\n     )\\n\\n)\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Active Directory\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 64,\n            \"ruleName\": \"Testing of notEquals\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"Testing of notEquals\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty1\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty22\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"testing\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty23\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"ABCD\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Disable User\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 65,\n            \"ruleName\": \"Testing of Equals to\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"Testing of Equals to\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty22\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"testing\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty23\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"NOT EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"ABCD\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Disable User\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 69,\n            \"ruleName\": \"dfvfv\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"SS-7113testuser\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"ALL\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 74,\n            \"ruleName\": \"Cp30_Cp31_Change_Detection\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"Cp30_Cp31_Change_Detection\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty30\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty31\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run Selected Technical rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Technical Rules\",\n                    \"object\": \"Delton_Birthright\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 75,\n            \"ruleName\": \"SS_ReplaceOwner\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"SS_ReplaceOwner\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"0\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Transfer Ownership\",\n                    \"operation\": \"vaishnavi.r1@saviynt.com\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"Replace Owner in Service Accounts\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 76,\n            \"ruleName\": \"TestManish\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"a.startdate = '2023-08-25'\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"1\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"ALL\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 96,\n            \"ruleName\": \"testtechevalupdate\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run Selected Technical rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Technical Rules\",\n                    \"object\": \"testtecheval\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 101,\n            \"ruleName\": \"Rule_c8c4e617-de02-4a74-a256-75c271df53f8\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"Rule_c8c4e617-de02-4a74-a256-75c271df53f8\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TestUser\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Revoke Selected Access\",\n                    \"operation\": \"\\\"ARS,1.1,1\\\"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"ARS\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Revoke Selected Access\",\n                    \"operation\": \"\\\"A,RS1.,10\\\"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"ARS\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 104,\n            \"ruleName\": \"Rule_05569825-1b07-47e1-9d88-60d6a2c1d5ce\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"Rule_05569825-1b07-47e1-9d88-60d6a2c1d5ce\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TestUser\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 111,\n            \"ruleName\": \"TestathonUR1\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"TestathonUR1\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"displayname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"sabi123456\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update User Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"CONNECTION\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 112,\n            \"ruleName\": \"TempRule\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"0\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Disable User Accounts\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"0\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Bluestar\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 113,\n            \"ruleName\": \"New Scan Rule RB\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"departmentname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Disable User Accounts\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"0\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Workday\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 114,\n            \"ruleName\": \"UUR_ShowConsultDropdown_Thaer_select2Broke\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty9\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Taher\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Launch Certification\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Certification\",\n                    \"object\": \"{\\\"UMCONFIG_USERMGRATT_ATTR\\\":\\\"\\\",\\\"UMCONFIG_reassignuser\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION.USERMANAGER.FIRSTSTEP.USER.BULKSHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"],\\\"UMCONFIG_UPDATEUSERTABLE\\\":\\\"0\\\",\\\"fromRule\\\":null,\\\"UMCONFIG_USERATTRIBUTESINCERTSTEP1\\\":[\\\"auditTrail\\\",\\\"totalAccounts\\\",\\\"extendedendDate\\\",\\\"updateuser\\\"],\\\"UMCONFIG_fourthremindertomanagerinterval\\\":\\\"\\\",\\\"userQryAsEntered\\\":\\\"\\\",\\\"startdate\\\":\\\"10-19-2023 07:11:52\\\",\\\"UMCONFIG_LOCKTASKS\\\":\\\"0\\\",\\\"UMCONFIG_USERMANAGER\\\":{\\\"INGNORESTEP1\\\":\\\"0\\\"},\\\"UMCONFIG_reassigncomplete\\\":\\\"\\\",\\\"entQry\\\":\\\"\\\",\\\"UMCONFIG_CREATEREVOKETASKFORUNRESPONDEDCERTIFICATIONITEMS\\\":\\\"0\\\",\\\"assignedAccess\\\":\\\"-1\\\",\\\"UMCONFIG_SHOWCONSULTFOROWNACCESS\\\":\\\"0\\\",\\\"accountQry\\\":\\\"\\\",\\\"UMCONFIG_defaultCertifier\\\":\\\"\\\",\\\"UMCONFIG_complete\\\":\\\"\\\",\\\"launchType\\\":\\\"2\\\",\\\"endpointQuery\\\":null,\\\"UMCONFIG_ENABLE_ESIGNATURE_LOGIN\\\":\\\"0\\\",\\\"campaignType\\\":2,\\\"advoption\\\":\\\"[{userqry:\\\\\\\" \\\\\\\"}____{entqry:\\\\\\\" \\\\\\\"}____{accountqry:\\\\\\\" \\\\\\\"}____{reassignUserQry:\\\\\\\" \\\\\\\"}____{accountEnt1Qry:\\\\\\\" \\\\\\\"}____{orgQuery:\\\\\\\" \\\\\\\"}____{roleQry:\\\\\\\" \\\\\\\"}]\\\",\\\"itemsIncluded\\\":\\\"Account,Entitlement,Firefighter Role,Enterprise Role,Application Role\\\",\\\"reassignUserQry\\\":\\\"\\\",\\\"UMCONFIG_ENABLE_ESIGNATURE\\\":\\\"0\\\",\\\"campaignOwner\\\":\\\"17177\\\",\\\"UMCONFIG_defaultReassignee\\\":\\\"\\\",\\\"UMCONFIG_expirytemplate\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION.IGNORE.ACCOUNTS.MSG\\\":\\\"\\\",\\\"UMCONFIG_fifthremindertomanager\\\":\\\"\\\",\\\"enddate\\\":\\\"10-21-2023 07:11:52\\\",\\\"roleQry\\\":\\\"\\\",\\\"daystoexpire\\\":\\\"2\\\",\\\"UMCONFIG_ATTESTATION.USERMANAGER.USERDOESNOTHAVEACCOUNT\\\":\\\"\\\",\\\"UMCONFIG_SHOWEMPLOYEESTATUSOPTIONINSTEP1\\\":[\\\"2\\\",\\\"3\\\",\\\"4\\\",\\\"6\\\"],\\\"UMCONFIG_reassignusertemplate\\\":\\\"\\\",\\\"UMCONFIG_SHOWCONSULT\\\":[\\\"1\\\",\\\"2\\\"],\\\"UMCONFIG_HIDEREASSIGN\\\":\\\"0\\\",\\\"UMCONFIG_expiry\\\":\\\"\\\",\\\"UMCONFIG_create\\\":\\\"\\\",\\\"UMCONFIG_ExtendEndDateDaysLimit\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION\\\":{\\\"USERMANAGER.USERDOESNOTHAVEACCOUNT\\\":\\\"\\\",\\\"USERMANAGER\\\":{\\\"USERDOESNOTHAVEACCOUNT\\\":\\\"\\\",\\\"FIRTSTSEP.SHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"],\\\"FIRTSTSEP\\\":{\\\"SHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"]},\\\"FIRSTSTEP.USER.BULKSHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"],\\\"FIRSTSTEP\\\":{\\\"USER.BULKSHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"],\\\"USER\\\":{\\\"BULKSHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"]}},\\\"SECONDSTEP.ENTITLEMENT.SHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"],\\\"SECONDSTEP\\\":{\\\"ENTITLEMENT.SHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"],\\\"ENTITLEMENT\\\":{\\\"SHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"],\\\"BULKSHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"]},\\\"ENTITLEMENT.BULKSHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"]},\\\"SECONDSTEP.ENTITLEMENT.BULKSHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"]},\\\"USERMANAGER.FIRTSTSEP.SHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"],\\\"USERMANAGER.FIRSTSTEP.USER.BULKSHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"],\\\"IGNORE.ACCOUNTS.MSG\\\":\\\"\\\",\\\"IGNORE\\\":{\\\"ACCOUNTS.MSG\\\":\\\"\\\",\\\"ACCOUNTS\\\":{\\\"MSG\\\":\\\"\\\"}},\\\"USERMANAGER.SECONDSTEP.ENTITLEMENT.SHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"],\\\"USERMANAGER.SECONDSTEP.ENTITLEMENT.BULKSHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"]},\\\"UMCONFIG_ConditionallyCertifyInDaysLimit\\\":\\\"\\\",\\\"UMCONFIG_firstremindertomanager\\\":\\\"\\\",\\\"endpointids\\\":\\\"0\\\",\\\"defaultadvconfig\\\":\\\"undefined\\\",\\\"UMCONFIG_reassigncompletetemplate\\\":\\\"\\\",\\\"UMCONFIG_previewtemplate\\\":\\\"\\\",\\\"UMCONFIG_createtemplate\\\":\\\"\\\",\\\"UMCONFIG_ENDUSERMANAGER\\\":\\\"0\\\",\\\"accountQryAsEntered\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION.USERMANAGER.SECONDSTEP.ENTITLEMENT.BULKSHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"],\\\"UMCONFIG_LOCKTASKEXPIRE\\\":\\\"0\\\",\\\"createuser\\\":\\\"padma.mokkapati@saviynt.com\\\",\\\"UMCONFIG_reassign\\\":\\\"\\\",\\\"UMCONFIG_ruleName\\\":\\\"UUR_ShowConsultDropdown_Thaer_select2Broke\\\",\\\"UMCONFIG_preview\\\":\\\"\\\",\\\"UMCONFIG_CONDITIONALCERTIFY\\\":\\\"0\\\",\\\"UMCONFIG_ENABLEREASSIGNUSER\\\":[\\\"1\\\",\\\"2\\\"],\\\"UMCONFIG_USERACCOUNTENTATTRINCERTSTEP2HOVER\\\":[\\\"User_ACCOUNTEXPIRED\\\",\\\"User_ACCOUNTLOCKED\\\",\\\"User_CITY\\\",\\\"User_COMPANYNAME\\\"],\\\"assignedAccessQry\\\":\\\"\\\",\\\"UMCONFIG_NotifyCertifierEmail\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION.USERMANAGER.SECONDSTEP.ENTITLEMENT.SHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"],\\\"UMCONFIG_USERACCOUNTENTATTRINCERTSTEP2LEFTPANEL\\\":[\\\"ENTITLEMENTTYPE\\\",\\\"ENDPOINT\\\",\\\"SYSTEMNAME\\\",\\\"RISKS\\\",\\\"LASTUSEDENDDATE\\\"],\\\"userQry\\\":\\\"\\\",\\\"UMCONFIG_SHOWCARDFILTERSINSTEP2\\\":[\\\"1\\\",\\\"2\\\",\\\"3\\\",\\\"4\\\",\\\"5\\\"],\\\"UMCONFIG_firstremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_secondremindertomanager\\\":\\\"\\\",\\\"accountType\\\":\\\"null\\\",\\\"campaign_defaultconfig\\\":\\\"undefined\\\",\\\"UMCONFIG_SHOWREASSIGNPOPUP\\\":\\\"1\\\",\\\"UMCONFIG_ALLOWSELFCERTIFICATION\\\":\\\"0\\\",\\\"UMCONFIG_discontinue\\\":\\\"\\\",\\\"SHOWTERMINATEDOPTIONSTEP1\\\":\\\"0\\\",\\\"UMCONFIG_REASSIGNCERTIFICATION\\\":\\\"0\\\",\\\"UMCONFIG_revokeTaskEmailConfigurationUM\\\":\\\"\\\",\\\"UMCONFIG_USERMANAGER.INGNORESTEP1\\\":\\\"0\\\",\\\"UMCONFIG_discontinuetemplate\\\":\\\"\\\",\\\"UMCONFIG_reassigntemplate\\\":\\\"\\\",\\\"isCampaignOwnerUserGroup\\\":false,\\\"campaign_name\\\":\\\"LaunchCertFromRule\\\",\\\"UMCONFIG_CREATEREVOKEBASEACCOUNTTASK\\\":\\\"0\\\",\\\"campaignowner\\\":\\\"17177\\\",\\\"UMCONFIG_completetemplate\\\":\\\"\\\",\\\"UMCONFIG_USERACCOUNTENTATTRINCERTSTEP2\\\":[\\\"LASTCERTIFIEDUSER\\\",\\\"LASTCERTIFIED\\\",\\\"ENTITLEMENTTYPE\\\"],\\\"campaignDescription\\\":\\\"\\\",\\\"ruleName\\\":\\\"UUR_ShowConsultDropdown_Thaer_select2Broke\\\",\\\"UMCONFIG_CREATETASKFORCERTIFIEDONEXPIRY\\\":\\\"0\\\",\\\"orgQuery\\\":\\\"\\\",\\\"UMCONFIG_SHOWCHECKBOXBULK\\\":[\\\"1\\\",\\\"2\\\"],\\\"UMCONFIG_step1status\\\":\\\"0\\\",\\\"UMCONFIG_thirdremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_fourthremindertomanager\\\":\\\"\\\",\\\"UMCONFIG_thirdremindertomanager\\\":\\\"\\\",\\\"schedulelater\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION.USERMANAGER.FIRTSTSEP.SHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"],\\\"UMCONFIG_fifthremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_HIDEREASSIGNFORCERT\\\":\\\"0\\\",\\\"UMCONFIG_secondremindertomanagerinterval\\\":\\\"\\\",\\\"employeeType\\\":\\\"null\\\",\\\"UMCONFIG_NOOFLOGINRETRIES\\\":\\\"\\\",\\\"editemailtemplate\\\":\\\"\\\"}\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 116,\n            \"ruleName\": \"Um_Launchdcrfgnm\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"lastname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"ali\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Launch Certification\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Certification\",\n                    \"object\": \"{\\\"UMCONFIG_USERMGRATT_ATTR\\\":\\\"\\\",\\\"UMCONFIG_reassignuser\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION.USERMANAGER.FIRSTSTEP.USER.BULKSHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"],\\\"UMCONFIG_UPDATEUSERTABLE\\\":\\\"0\\\",\\\"fromRule\\\":\\\"1\\\",\\\"UMCONFIG_USERATTRIBUTESINCERTSTEP1\\\":[\\\"auditTrail\\\",\\\"totalAccounts\\\",\\\"extendedendDate\\\",\\\"updateuser\\\",\\\"comments\\\",\\\"certified\\\",\\\"enddate\\\"],\\\"UMCONFIG_fourthremindertomanagerinterval\\\":\\\"\\\",\\\"userQryAsEntered\\\":\\\"\\\",\\\"startdate\\\":\\\"09-21-2023 06:47:39\\\",\\\"UMCONFIG_LOCKTASKS\\\":\\\"0\\\",\\\"UMCONFIG_USERMANAGER\\\":{\\\"INGNORESTEP1\\\":\\\"0\\\"},\\\"UMCONFIG_reassigncomplete\\\":\\\"\\\",\\\"entQry\\\":\\\"\\\",\\\"UMCONFIG_CREATEREVOKETASKFORUNRESPONDEDCERTIFICATIONITEMS\\\":\\\"0\\\",\\\"assignedAccess\\\":\\\"-1\\\",\\\"UMCONFIG_SHOWCONSULTFOROWNACCESS\\\":\\\"1\\\",\\\"accountQry\\\":\\\"\\\",\\\"UMCONFIG_defaultCertifier\\\":\\\"\\\",\\\"UMCONFIG_complete\\\":\\\"\\\",\\\"launchType\\\":\\\"1\\\",\\\"endpointQuery\\\":null,\\\"UMCONFIG_ENABLE_ESIGNATURE_LOGIN\\\":\\\"0\\\",\\\"campaignType\\\":2,\\\"advoption\\\":\\\"\\\",\\\"itemsIncluded\\\":\\\"Account,Entitlement,Application Role,Enterprise Role,Firefighter Role\\\",\\\"reassignUserQry\\\":\\\"\\\",\\\"UMCONFIG_ENABLE_ESIGNATURE\\\":\\\"0\\\",\\\"campaignOwner\\\":\\\"2\\\",\\\"UMCONFIG_defaultReassignee\\\":\\\"73\\\",\\\"UMCONFIG_expirytemplate\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION.IGNORE.ACCOUNTS.MSG\\\":\\\"YES\\\",\\\"UMCONFIG_fifthremindertomanager\\\":\\\"\\\",\\\"enddate\\\":\\\"10-03-2023 06:47:39\\\",\\\"roleQry\\\":\\\"\\\",\\\"daystoexpire\\\":\\\"12\\\",\\\"UMCONFIG_ATTESTATION.USERMANAGER.USERDOESNOTHAVEACCOUNT\\\":\\\"\\\",\\\"UMCONFIG_SHOWEMPLOYEESTATUSOPTIONINSTEP1\\\":[\\\"2\\\",\\\"3\\\",\\\"4\\\",\\\"6\\\"],\\\"UMCONFIG_reassignusertemplate\\\":\\\"\\\",\\\"UMCONFIG_SHOWCONSULT\\\":[\\\"1\\\",\\\"2\\\"],\\\"UMCONFIG_HIDEREASSIGN\\\":\\\"0\\\",\\\"UMCONFIG_expiry\\\":\\\"\\\",\\\"UMCONFIG_create\\\":\\\"\\\",\\\"UMCONFIG_ExtendEndDateDaysLimit\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION\\\":{\\\"USERMANAGER.USERDOESNOTHAVEACCOUNT\\\":\\\"\\\",\\\"USERMANAGER\\\":{\\\"USERDOESNOTHAVEACCOUNT\\\":\\\"\\\",\\\"FIRTSTSEP.SHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"],\\\"FIRTSTSEP\\\":{\\\"SHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"]},\\\"FIRSTSTEP.USER.BULKSHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"],\\\"FIRSTSTEP\\\":{\\\"USER.BULKSHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"],\\\"USER\\\":{\\\"BULKSHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"]}},\\\"SECONDSTEP.ENTITLEMENT.SHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"],\\\"SECONDSTEP\\\":{\\\"ENTITLEMENT.SHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"],\\\"ENTITLEMENT\\\":{\\\"SHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"],\\\"BULKSHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"]},\\\"ENTITLEMENT.BULKSHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"]},\\\"SECONDSTEP.ENTITLEMENT.BULKSHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"]},\\\"USERMANAGER.FIRTSTSEP.SHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"],\\\"USERMANAGER.FIRSTSTEP.USER.BULKSHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"],\\\"IGNORE.ACCOUNTS.MSG\\\":\\\"YES\\\",\\\"IGNORE\\\":{\\\"ACCOUNTS.MSG\\\":\\\"YES\\\",\\\"ACCOUNTS\\\":{\\\"MSG\\\":\\\"YES\\\"}},\\\"USERMANAGER.SECONDSTEP.ENTITLEMENT.SHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"],\\\"USERMANAGER.SECONDSTEP.ENTITLEMENT.BULKSHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"]},\\\"UMCONFIG_ConditionallyCertifyInDaysLimit\\\":\\\"\\\",\\\"UMCONFIG_firstremindertomanager\\\":\\\"\\\",\\\"endpointids\\\":\\\"0\\\",\\\"defaultadvconfig\\\":\\\"undefined\\\",\\\"UMCONFIG_reassigncompletetemplate\\\":\\\"\\\",\\\"UMCONFIG_previewtemplate\\\":\\\"\\\",\\\"UMCONFIG_createtemplate\\\":\\\"\\\",\\\"UMCONFIG_ENDUSERMANAGER\\\":\\\"0\\\",\\\"accountQryAsEntered\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION.USERMANAGER.SECONDSTEP.ENTITLEMENT.BULKSHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"],\\\"UMCONFIG_LOCKTASKEXPIRE\\\":\\\"0\\\",\\\"createuser\\\":\\\"taher.ali@saviynt.com\\\",\\\"UMCONFIG_reassign\\\":\\\"\\\",\\\"UMCONFIG_ruleName\\\":\\\"Um_Launchdcrfgnm\\\",\\\"UMCONFIG_preview\\\":\\\"\\\",\\\"UMCONFIG_CONDITIONALCERTIFY\\\":\\\"0\\\",\\\"UMCONFIG_USERACCOUNTENTATTRINCERTSTEP2HOVER\\\":[\\\"User_ACCOUNTEXPIRED\\\",\\\"User_ACCOUNTLOCKED\\\",\\\"User_CITY\\\",\\\"User_COMPANYNAME\\\",\\\"User_COSTCENTER\\\",\\\"User_COUNTRY\\\"],\\\"assignedAccessQry\\\":\\\"\\\",\\\"UMCONFIG_NotifyCertifierEmail\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION.USERMANAGER.SECONDSTEP.ENTITLEMENT.SHOWCOMENTSPOPUP\\\":[\\\"YES\\\",\\\"NO\\\",\\\"NORESPONSE\\\",\\\"RE-ASSIGN\\\",\\\"REASSIGNSTEP2\\\"],\\\"UMCONFIG_USERACCOUNTENTATTRINCERTSTEP2LEFTPANEL\\\":[\\\"ENTITLEMENTTYPE\\\",\\\"ENDPOINT\\\",\\\"SYSTEMNAME\\\"],\\\"userQry\\\":\\\"\\\",\\\"UMCONFIG_SHOWCARDFILTERSINSTEP2\\\":[\\\"1\\\",\\\"2\\\",\\\"3\\\",\\\"4\\\",\\\"5\\\"],\\\"UMCONFIG_firstremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_secondremindertomanager\\\":\\\"\\\",\\\"accountType\\\":\\\"null\\\",\\\"campaign_defaultconfig\\\":\\\"undefined\\\",\\\"UMCONFIG_SHOWREASSIGNPOPUP\\\":\\\"1\\\",\\\"UMCONFIG_ALLOWSELFCERTIFICATION\\\":\\\"0\\\",\\\"UMCONFIG_discontinue\\\":\\\"\\\",\\\"SHOWTERMINATEDOPTIONSTEP1\\\":\\\"0\\\",\\\"UMCONFIG_REASSIGNCERTIFICATION\\\":\\\"0\\\",\\\"UMCONFIG_revokeTaskEmailConfigurationUM\\\":\\\"\\\",\\\"UMCONFIG_USERMANAGER.INGNORESTEP1\\\":\\\"0\\\",\\\"UMCONFIG_discontinuetemplate\\\":\\\"\\\",\\\"UMCONFIG_reassigntemplate\\\":\\\"\\\",\\\"isCampaignOwnerUserGroup\\\":false,\\\"campaign_name\\\":\\\"qwertyukl\\\",\\\"UMCONFIG_CREATEREVOKEBASEACCOUNTTASK\\\":\\\"0\\\",\\\"campaignowner\\\":\\\"2\\\",\\\"UMCONFIG_completetemplate\\\":\\\"\\\",\\\"UMCONFIG_USERACCOUNTENTATTRINCERTSTEP2\\\":[\\\"LASTCERTIFIEDUSER\\\",\\\"LASTCERTIFIED\\\",\\\"ENTITLEMENTTYPE\\\",\\\"ENDPOINT\\\",\\\"SYSTEMNAME\\\",\\\"RISKS\\\"],\\\"campaignDescription\\\":\\\"\\\",\\\"ruleName\\\":\\\"Um_Launchdcrfgnm\\\",\\\"UMCONFIG_CREATETASKFORCERTIFIEDONEXPIRY\\\":\\\"0\\\",\\\"orgQuery\\\":\\\"\\\",\\\"UMCONFIG_SHOWCHECKBOXBULK\\\":[\\\"1\\\",\\\"2\\\"],\\\"UMCONFIG_step1status\\\":\\\"0\\\",\\\"UMCONFIG_thirdremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_fourthremindertomanager\\\":\\\"\\\",\\\"UMCONFIG_thirdremindertomanager\\\":\\\"\\\",\\\"schedulelater\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION.USERMANAGER.FIRTSTSEP.SHOWCOMENTSPOPUP\\\":[\\\"DOES NOT WORK FOR ME\\\",\\\"WORKS FOR ME\\\",\\\"NORESPONSE\\\",\\\"TERMINATED\\\",\\\"RE-ASSIGN\\\"],\\\"UMCONFIG_fifthremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_HIDEREASSIGNFORCERT\\\":\\\"0\\\",\\\"UMCONFIG_CAMPAIGN_LOCK_COMMENTS\\\":[\\\"1\\\",\\\"2\\\"],\\\"UMCONFIG_secondremindertomanagerinterval\\\":\\\"\\\",\\\"employeeType\\\":\\\"\\\",\\\"UMCONFIG_NOOFLOGINRETRIES\\\":\\\"\\\",\\\"editemailtemplate\\\":\\\"\\\"}\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 119,\n            \"ruleName\": \"SS_6053\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"a.firstname like 'aa%'\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Custom Action\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"com.kiewit.utility.SAPInternal\",\n                    \"object\": \"emailtoHR\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 121,\n            \"ruleName\": \"Equifax_QA_TransferOwnership\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"Revoke access when a user is terminated from Workday or by HR source\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"0\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Transfer Ownership\",\n                    \"operation\": \"0\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"Replace Owner in Service Accounts\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 126,\n            \"ruleName\": \"SS-6519_UU\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty10\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run Selected Technical rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Technical Rules\",\n                    \"object\": \"SS-6516_TechRule2\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 127,\n            \"ruleName\": \"Rule_5b22ba9a-e376-4fb0-ae7d-a0043cf857b8\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"Rule_5b22ba9a-e376-4fb0-ae7d-a0043cf857b8\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TestUser\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 130,\n            \"ruleName\": \"Rule_edc15a24-31f4-4168-a9e8-ac2305c4ae1a\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"Rule_edc15a24-31f4-4168-a9e8-ac2305c4ae1a\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TestUser\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 131,\n            \"ruleName\": \"Rule_35b88b23-d6f6-4ab8-bcec-c6d4143f6d69\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"Rule_35b88b23-d6f6-4ab8-bcec-c6d4143f6d69\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"departmentname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Launch Certification\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Certification\",\n                    \"object\": \"{\\\"UMCONFIG_USERMGRATT_ATTR\\\":\\\"\\\",\\\"UMCONFIG_reassignuser\\\":\\\"\\\",\\\"assignedAccessQry\\\":\\\"\\\",\\\"UMCONFIG_NotifyCertifierEmail\\\":\\\"\\\",\\\"UMCONFIG_UPDATEUSERTABLE\\\":\\\"0\\\",\\\"fromRule\\\":\\\"1\\\",\\\"UMCONFIG_fourthremindertomanagerinterval\\\":\\\"\\\",\\\"userQryAsEntered\\\":\\\"\\\",\\\"startdate\\\":\\\"09-27-2023 18:12:30\\\",\\\"UMCONFIG_LOCKTASKS\\\":\\\"1\\\",\\\"UMCONFIG_USERMANAGER\\\":{\\\"INGNORESTEP1\\\":\\\"0\\\"},\\\"UMCONFIG_reassigncomplete\\\":\\\"\\\",\\\"entQry\\\":\\\"\\\",\\\"UMCONFIG_CREATEREVOKETASKFORUNRESPONDEDCERTIFICATIONITEMS\\\":\\\"0\\\",\\\"assignedAccess\\\":\\\"-1\\\",\\\"UMCONFIG_SHOWCONSULTFOROWNACCESS\\\":\\\"0\\\",\\\"accountQry\\\":\\\"\\\",\\\"userQry\\\":\\\"\\\",\\\"UMCONFIG_defaultCertifier\\\":\\\"\\\",\\\"UMCONFIG_complete\\\":\\\"\\\",\\\"launchType\\\":\\\"1\\\",\\\"endpointQuery\\\":null,\\\"UMCONFIG_ENABLE_ESIGNATURE_LOGIN\\\":\\\"0\\\",\\\"campaignType\\\":2,\\\"UMCONFIG_firstremindertomanagerinterval\\\":\\\"\\\",\\\"advoption\\\":\\\"\\\",\\\"UMCONFIG_secondremindertomanager\\\":\\\"\\\",\\\"accountType\\\":\\\"null\\\",\\\"itemsIncluded\\\":\\\"Account,Entitlement,Enterprise Role,Firefighter Role\\\",\\\"reassignUserQry\\\":\\\"\\\",\\\"UMCONFIG_ENABLE_ESIGNATURE\\\":\\\"0\\\",\\\"campaignOwner\\\":\\\"32552\\\",\\\"UMCONFIG_expirytemplate\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION.IGNORE.ACCOUNTS.MSG\\\":\\\"\\\",\\\"UMCONFIG_fifthremindertomanager\\\":\\\"\\\",\\\"campaign_defaultconfig\\\":\\\"undefined\\\",\\\"enddate\\\":\\\"09-29-2023 18:12:30\\\",\\\"roleQry\\\":\\\"\\\",\\\"daystoexpire\\\":\\\"2\\\",\\\"UMCONFIG_ATTESTATION.USERMANAGER.USERDOESNOTHAVEACCOUNT\\\":\\\"\\\",\\\"UMCONFIG_SHOWEMPLOYEESTATUSOPTIONINSTEP1\\\":[\\\"2\\\",\\\"3\\\",\\\"4\\\",\\\"6\\\"],\\\"UMCONFIG_reassignusertemplate\\\":\\\"\\\",\\\"UMCONFIG_SHOWCONSULT\\\":[\\\"1\\\",\\\"2\\\"],\\\"UMCONFIG_HIDEREASSIGN\\\":\\\"0\\\",\\\"UMCONFIG_expiry\\\":\\\"\\\",\\\"UMCONFIG_SHOWREASSIGNPOPUP\\\":\\\"0\\\",\\\"UMCONFIG_ALLOWSELFCERTIFICATION\\\":\\\"0\\\",\\\"UMCONFIG_discontinue\\\":\\\"\\\",\\\"SHOWTERMINATEDOPTIONSTEP1\\\":\\\"0\\\",\\\"UMCONFIG_REASSIGNCERTIFICATION\\\":\\\"0\\\",\\\"UMCONFIG_create\\\":\\\"\\\",\\\"UMCONFIG_revokeTaskEmailConfigurationUM\\\":\\\"\\\",\\\"UMCONFIG_USERMANAGER.INGNORESTEP1\\\":\\\"0\\\",\\\"UMCONFIG_ExtendEndDateDaysLimit\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION\\\":{\\\"IGNORE.ACCOUNTS.MSG\\\":\\\"\\\",\\\"USERMANAGER.USERDOESNOTHAVEACCOUNT\\\":\\\"\\\",\\\"USERMANAGER\\\":{\\\"USERDOESNOTHAVEACCOUNT\\\":\\\"\\\"},\\\"IGNORE\\\":{\\\"ACCOUNTS\\\":{\\\"MSG\\\":\\\"\\\"},\\\"ACCOUNTS.MSG\\\":\\\"\\\"}},\\\"UMCONFIG_ConditionallyCertifyInDaysLimit\\\":\\\"\\\",\\\"UMCONFIG_discontinuetemplate\\\":\\\"\\\",\\\"UMCONFIG_reassigntemplate\\\":\\\"\\\",\\\"UMCONFIG_firstremindertomanager\\\":\\\"\\\",\\\"isCampaignOwnerUserGroup\\\":false,\\\"endpointids\\\":\\\"344\\\",\\\"campaign_name\\\":\\\"xyBwmLItSmrtZmwF\\\",\\\"defaultadvconfig\\\":\\\"undefined\\\",\\\"UMCONFIG_CREATEREVOKEBASEACCOUNTTASK\\\":\\\"0\\\",\\\"campaignowner\\\":\\\"32552\\\",\\\"UMCONFIG_completetemplate\\\":\\\"\\\",\\\"UMCONFIG_reassigncompletetemplate\\\":\\\"\\\",\\\"campaignDescription\\\":\\\"xyBwmLItSmrtZmwF\\\",\\\"ruleName\\\":\\\"Rule_35b88b23-d6f6-4ab8-bcec-c6d4143f6d69\\\",\\\"UMCONFIG_previewtemplate\\\":\\\"\\\",\\\"UMCONFIG_CREATETASKFORCERTIFIEDONEXPIRY\\\":\\\"0\\\",\\\"UMCONFIG_createtemplate\\\":\\\"\\\",\\\"orgQuery\\\":\\\"\\\",\\\"UMCONFIG_SHOWCHECKBOXBULK\\\":[\\\"1\\\",\\\"2\\\"],\\\"UMCONFIG_ENDUSERMANAGER\\\":\\\"0\\\",\\\"UMCONFIG_step1status\\\":\\\"1\\\",\\\"UMCONFIG_thirdremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_fourthremindertomanager\\\":\\\"\\\",\\\"UMCONFIG_thirdremindertomanager\\\":\\\"\\\",\\\"schedulelater\\\":\\\"\\\",\\\"accountQryAsEntered\\\":\\\"\\\",\\\"UMCONFIG_fifthremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_HIDEREASSIGNFORCERT\\\":\\\"0\\\",\\\"UMCONFIG_LOCKTASKEXPIRE\\\":\\\"0\\\",\\\"createuser\\\":\\\"test_admin\\\",\\\"UMCONFIG_reassign\\\":\\\"\\\",\\\"UMCONFIG_secondremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_ruleName\\\":\\\"Rule_35b88b23-d6f6-4ab8-bcec-c6d4143f6d69\\\",\\\"employeeType\\\":\\\"\\\",\\\"UMCONFIG_NOOFLOGINRETRIES\\\":\\\"\\\",\\\"UMCONFIG_preview\\\":\\\"\\\",\\\"UMCONFIG_CONDITIONALCERTIFY\\\":\\\"0\\\",\\\"editemailtemplate\\\":\\\"\\\"}\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 138,\n            \"ruleName\": \"usertech1\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"test\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"manager\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Erased-on-2023-12-26 17:38:53-2\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"secondaryManager\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Erased-on-2023-12-26 17:38:53-2\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Revoke FFID Access Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"4\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"\\\"test,te1,st\\\",\\\"A,R,S,test12\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Revoke Selected Access\",\n                    \"operation\": \"\\\"ARS,1.1,1\\\"\",\n                    \"executeOn\": \"45\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"ARS\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Deprovision Role\",\n                    \"operation\": \"EMERGENCY\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ROLE\",\n                    \"object\": \"Emergency_ARS,\\\"UM,_fire,fighter,role_deleted\\\",Camp_SA_FireFighterRole\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Deprovision Role\",\n                    \"operation\": \"ENTERPRISE\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ROLE\",\n                    \"object\": \"AO MD enterprise role test_testruejdejjchdueheuy4uy47r4yru5htu5yt75tuj4_*&*#R4yfghcf6yt4ygrh4gry4ry4gbhfhdgcvyrgfyrh4brf4hygfcyfghvrgfyrgrfy4gr4uyrt3truwjbxavhx-30-304-304-304-304-3gfrft4ugb4,bpRQNTbxWP,UM_enterprise role1,\\\"RQ,_En,terpriseR,ole\\\"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Deprovision Role\",\n                    \"operation\": \"APPLICATION\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ROLE\",\n                    \"object\": \"\\\"UM,_appl,ication,role\\\",RQ_ApplicationRole,\\\"Ca,mp_AO_Appli,catio,nRole\\\"\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"username\": \"admin\",\n                    \"rank\": 1\n                },\n                {\n                    \"username\": \"AA0857\",\n                    \"rank\": 1\n                }\n            ]\n        },\n        {\n            \"ruleId\": 145,\n            \"ruleName\": \"Test_6701_1\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"ABCDEFG\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Zenitsu\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Notify As An Email\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Email Template\",\n                    \"object\": \"SS 6701\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 146,\n            \"ruleName\": \"WD_User_Update\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"WD_User_Update\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"email\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update User Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"CONNECTION\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 152,\n            \"ruleName\": \"RRRule_update\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"lastname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"update\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update User Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"CONNECTION\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 153,\n            \"ruleName\": \"RRRule_enable\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"lastname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"enable\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update User Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"CONNECTION\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 154,\n            \"ruleName\": \"RRRule_disable\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"lastname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"disable\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"AzureAD\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 156,\n            \"ruleName\": \"vitesco\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty1\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty1\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"NOT EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"true\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Notify As An Email\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Email Template\",\n                    \"object\": \"fon_10108\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 162,\n            \"ruleName\": \"Rule_dd8a0dec-a0b7-4e20-b5ea-5dee9561f1c9\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"Rule_dd8a0dec-a0b7-4e20-b5ea-5dee9561f1c9\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TestUser\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 164,\n            \"ruleName\": \"Rule_f1101a3a-4c48-400d-96b3-c94ebb5a761d\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"Rule_f1101a3a-4c48-400d-96b3-c94ebb5a761d\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TestUser\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 170,\n            \"ruleName\": \"Rule_f4c9f74d-264c-4022-92bb-f0392614b9cf\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"Rule_f4c9f74d-264c-4022-92bb-f0392614b9cf\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TestUser\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 172,\n            \"ruleName\": \"Rule_7584bab9-b307-41ce-b19c-d820606143cd\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"Rule_7584bab9-b307-41ce-b19c-d820606143cd\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TestUser\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 177,\n            \"ruleName\": \"Rule_e4b58851-ae49-4178-ae08-172328a044fc\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"Rule_e4b58851-ae49-4178-ae08-172328a044fc\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TestUser\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 179,\n            \"ruleName\": \"Rule_863d0e98-f4d1-4c3d-87de-98074b06e523\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"Rule_863d0e98-f4d1-4c3d-87de-98074b06e523\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TestUser\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 180,\n            \"ruleName\": \"Rule_3514308a-8899-4911-a3e1-ecbc2ac446c6\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"Rule_3514308a-8899-4911-a3e1-ecbc2ac446c6\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"departmentname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"Department Update\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Launch Certification\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Certification\",\n                    \"object\": \"{\\\"UMCONFIG_USERMGRATT_ATTR\\\":\\\"\\\",\\\"UMCONFIG_reassignuser\\\":\\\"\\\",\\\"assignedAccessQry\\\":\\\"\\\",\\\"UMCONFIG_NotifyCertifierEmail\\\":\\\"\\\",\\\"UMCONFIG_UPDATEUSERTABLE\\\":\\\"0\\\",\\\"fromRule\\\":\\\"1\\\",\\\"UMCONFIG_fourthremindertomanagerinterval\\\":\\\"\\\",\\\"userQryAsEntered\\\":\\\"\\\",\\\"startdate\\\":\\\"10-28-2023 00:39:16\\\",\\\"UMCONFIG_LOCKTASKS\\\":\\\"1\\\",\\\"UMCONFIG_USERMANAGER\\\":{\\\"INGNORESTEP1\\\":\\\"0\\\"},\\\"UMCONFIG_reassigncomplete\\\":\\\"\\\",\\\"entQry\\\":\\\"\\\",\\\"UMCONFIG_CREATEREVOKETASKFORUNRESPONDEDCERTIFICATIONITEMS\\\":\\\"0\\\",\\\"assignedAccess\\\":\\\"-1\\\",\\\"UMCONFIG_SHOWCONSULTFOROWNACCESS\\\":\\\"0\\\",\\\"accountQry\\\":\\\"\\\",\\\"userQry\\\":\\\"\\\",\\\"UMCONFIG_defaultCertifier\\\":\\\"\\\",\\\"UMCONFIG_complete\\\":\\\"\\\",\\\"launchType\\\":\\\"1\\\",\\\"endpointQuery\\\":null,\\\"UMCONFIG_ENABLE_ESIGNATURE_LOGIN\\\":\\\"0\\\",\\\"campaignType\\\":2,\\\"UMCONFIG_firstremindertomanagerinterval\\\":\\\"\\\",\\\"advoption\\\":\\\"\\\",\\\"UMCONFIG_secondremindertomanager\\\":\\\"\\\",\\\"accountType\\\":\\\"null\\\",\\\"itemsIncluded\\\":\\\"Account,Entitlement,Enterprise Role,Firefighter Role\\\",\\\"reassignUserQry\\\":\\\"\\\",\\\"UMCONFIG_ENABLE_ESIGNATURE\\\":\\\"0\\\",\\\"campaignOwner\\\":\\\"32552\\\",\\\"UMCONFIG_expirytemplate\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION.IGNORE.ACCOUNTS.MSG\\\":\\\"\\\",\\\"UMCONFIG_fifthremindertomanager\\\":\\\"\\\",\\\"campaign_defaultconfig\\\":\\\"undefined\\\",\\\"enddate\\\":\\\"10-30-2023 00:39:16\\\",\\\"roleQry\\\":\\\"\\\",\\\"daystoexpire\\\":\\\"2\\\",\\\"UMCONFIG_ATTESTATION.USERMANAGER.USERDOESNOTHAVEACCOUNT\\\":\\\"\\\",\\\"UMCONFIG_SHOWEMPLOYEESTATUSOPTIONINSTEP1\\\":[\\\"2\\\",\\\"3\\\",\\\"4\\\",\\\"6\\\"],\\\"UMCONFIG_reassignusertemplate\\\":\\\"\\\",\\\"UMCONFIG_SHOWCONSULT\\\":[\\\"1\\\",\\\"2\\\"],\\\"UMCONFIG_HIDEREASSIGN\\\":\\\"0\\\",\\\"UMCONFIG_expiry\\\":\\\"\\\",\\\"UMCONFIG_SHOWREASSIGNPOPUP\\\":\\\"0\\\",\\\"UMCONFIG_ALLOWSELFCERTIFICATION\\\":\\\"0\\\",\\\"UMCONFIG_discontinue\\\":\\\"\\\",\\\"SHOWTERMINATEDOPTIONSTEP1\\\":\\\"0\\\",\\\"UMCONFIG_REASSIGNCERTIFICATION\\\":\\\"0\\\",\\\"UMCONFIG_create\\\":\\\"\\\",\\\"UMCONFIG_revokeTaskEmailConfigurationUM\\\":\\\"\\\",\\\"UMCONFIG_USERMANAGER.INGNORESTEP1\\\":\\\"0\\\",\\\"UMCONFIG_ExtendEndDateDaysLimit\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION\\\":{\\\"USERMANAGER.USERDOESNOTHAVEACCOUNT\\\":\\\"\\\",\\\"USERMANAGER\\\":{\\\"USERDOESNOTHAVEACCOUNT\\\":\\\"\\\"},\\\"IGNORE.ACCOUNTS.MSG\\\":\\\"\\\",\\\"IGNORE\\\":{\\\"ACCOUNTS.MSG\\\":\\\"\\\",\\\"ACCOUNTS\\\":{\\\"MSG\\\":\\\"\\\"}}},\\\"UMCONFIG_ConditionallyCertifyInDaysLimit\\\":\\\"\\\",\\\"UMCONFIG_discontinuetemplate\\\":\\\"\\\",\\\"UMCONFIG_reassigntemplate\\\":\\\"\\\",\\\"UMCONFIG_firstremindertomanager\\\":\\\"\\\",\\\"isCampaignOwnerUserGroup\\\":false,\\\"endpointids\\\":\\\"344\\\",\\\"campaign_name\\\":\\\"f3LzxOyZnUCX8Cwf\\\",\\\"defaultadvconfig\\\":\\\"undefined\\\",\\\"UMCONFIG_CREATEREVOKEBASEACCOUNTTASK\\\":\\\"0\\\",\\\"campaignowner\\\":\\\"32552\\\",\\\"UMCONFIG_completetemplate\\\":\\\"\\\",\\\"UMCONFIG_reassigncompletetemplate\\\":\\\"\\\",\\\"campaignDescription\\\":\\\"f3LzxOyZnUCX8Cwf\\\",\\\"ruleName\\\":\\\"Rule_3514308a-8899-4911-a3e1-ecbc2ac446c6\\\",\\\"UMCONFIG_previewtemplate\\\":\\\"\\\",\\\"UMCONFIG_CREATETASKFORCERTIFIEDONEXPIRY\\\":\\\"0\\\",\\\"UMCONFIG_createtemplate\\\":\\\"\\\",\\\"orgQuery\\\":\\\"\\\",\\\"UMCONFIG_SHOWCHECKBOXBULK\\\":[\\\"1\\\",\\\"2\\\"],\\\"UMCONFIG_ENDUSERMANAGER\\\":\\\"0\\\",\\\"UMCONFIG_step1status\\\":\\\"1\\\",\\\"UMCONFIG_thirdremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_fourthremindertomanager\\\":\\\"\\\",\\\"UMCONFIG_thirdremindertomanager\\\":\\\"\\\",\\\"schedulelater\\\":\\\"\\\",\\\"accountQryAsEntered\\\":\\\"\\\",\\\"UMCONFIG_fifthremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_HIDEREASSIGNFORCERT\\\":\\\"0\\\",\\\"UMCONFIG_LOCKTASKEXPIRE\\\":\\\"0\\\",\\\"createuser\\\":\\\"autotest_admin\\\",\\\"UMCONFIG_reassign\\\":\\\"\\\",\\\"UMCONFIG_secondremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_ruleName\\\":\\\"Rule_3514308a-8899-4911-a3e1-ecbc2ac446c6\\\",\\\"employeeType\\\":\\\"\\\",\\\"UMCONFIG_NOOFLOGINRETRIES\\\":\\\"\\\",\\\"UMCONFIG_preview\\\":\\\"\\\",\\\"UMCONFIG_CONDITIONALCERTIFY\\\":\\\"0\\\",\\\"editemailtemplate\\\":\\\"\\\"}\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 181,\n            \"ruleName\": \"Rule_2462f57c-0e7b-4853-896a-0c9d7c79a8e0\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"Rule_2462f57c-0e7b-4853-896a-0c9d7c79a8e0\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TestUser12321\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 184,\n            \"ruleName\": \"Rule_6654ecba-1686-4575-9adf-c4530766e487\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"Rule_6654ecba-1686-4575-9adf-c4530766e487\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"Users.owner isupdated or Users.employeeid isupdated or Users.email isupdated or Users.employeeclass isupdated or Users.manager isupdated\\n\\nor Users.departmentNumber isupdated or Users.siteid isupdated or Users.street isupdated or Users.city isupdated or Users.state isupdated\\n\\nor Users.regioncode isupdated or Users.customproperty50 isupdated or Users.customproperty1 isupdated or Users.customproperty3 isupdated\\n\\nor Users.companyname isupdated or Users.customproperty34 isupdated or Users.preferedFirstName isupdated or Users.customproperty8 isupdated\\n\\nor Users.phonenumber isupdated or Users.secondaryphone isupdated or Users.customproperty22 isupdated or Users.customproperty16 isupdated)\\n\\nand Users.employeeclass in ('Employee','Internal Partner','External Person') and Users.statuskey=1\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 189,\n            \"ruleName\": \"Rule_94b8d7b2-4348-4262-a980-de0a2875d1e8\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"Rule_94b8d7b2-4348-4262-a980-de0a2875d1e8\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Advanced\",\n                    \"queryForAdvancedCondition\": \"a.firstname like '%TestFirst%' OR a.lastname like '%TestLast%'\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 194,\n            \"ruleName\": \"AD_CONN_QA_CHNG_PWD\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"AD_CONN_QA_CHNG_PWD\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"lastname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Change Password\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"AD_CONN_QA\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 195,\n            \"ruleName\": \"SaviyntSupportAgent1\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"SaviyntSupportAgent1\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"SaviyntSupportAgent1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Deprovision Role\",\n                    \"operation\": \"ENTERPRISE\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ROLE\",\n                    \"object\": \"Camp_RO_Role2\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 197,\n            \"ruleName\": \"UserUpdate_Supriya\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"test\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"AD_CONN_1101_withattributeasfalse\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 199,\n            \"ruleName\": \"tt\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"displayname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"5hnjhmnhm\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update User Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"CONNECTION\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 202,\n            \"ruleName\": \"test_User_Update_rule_uemUp\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"test_User_Update_rule_uemUp\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from API Calls\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"UpdatedUserTFKon\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update User Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"CONNECTION\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 208,\n            \"ruleName\": \"BR-Rerun-Rule\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"departmentname\",\n                    \"openBracket\": \"(\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"OR\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \")\",\n                    \"attribute\": \"customproperty61\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run Selected Technical rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"0\",\n                    \"objectType\": \"Technical Rules\",\n                    \"object\": \"BR-Dept-Rule,BR-CP61-Rule\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 213,\n            \"ruleName\": \"CHANGEPASSWORDUUR\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"change\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"PASS\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"Testathon_3,testNewTestCUSTOMERtest,AOMD-Org\",\n                    \"action\": \"Change Password\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"ALL\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 215,\n            \"ruleName\": \"CHANGEPASSIMP\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"change\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Change Password\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"Doc1_Workday2\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 218,\n            \"ruleName\": \"TestathonUserUpdate\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"TestathonUserUpdate\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"testcity\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update User Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"CONNECTION\",\n                    \"object\": \"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update User Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"CONNECTION\",\n                    \"object\": \"\"\n                },\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update User Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"CONNECTION\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 219,\n            \"ruleName\": \"owneruserupdate1\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"owneruserupdate1\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty2\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Notify As An Email\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Email Template\",\n                    \"object\": \"Testingmail\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 222,\n            \"ruleName\": \"RUNAPITRUUR\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from API Calls\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"APIUSER\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run Selected Technical rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Technical Rules\",\n                    \"object\": \"APITR\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 230,\n            \"ruleName\": \"UserupdateUI\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty1\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"45\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"NewADEP\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 231,\n            \"ruleName\": \"UserUpdateAPI\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from API Calls\",\n            \"status\": \"ACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TestUserAPI\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Deprovision Access\",\n                    \"operation\": \"AccountsOnly\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"NewADEP\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 235,\n            \"ruleName\": \"Rule_a531f7b0-5ceb-4230-b559-90ad679c609a\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"Rule_a531f7b0-5ceb-4230-b559-90ad679c609a\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TestUser\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 237,\n            \"ruleName\": \"Rule_8bc91685-9c70-4a36-a954-ba264a6d411f\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"Rule_8bc91685-9c70-4a36-a954-ba264a6d411f\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"TestUser\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 239,\n            \"ruleName\": \"test_User_Update_rule_dBFIs\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"test_User_Update_rule_dBFIs\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from API Calls\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"AT-ZendeskUser-wZvFWdWVyQ\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"AT-Endpoint-hFEuxpmv\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 240,\n            \"ruleName\": \"test_User_Update_rule_oBkBR\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"test_User_Update_rule_oBkBR\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from API Calls\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"AT-ZendeskUser-CSaasdCNQw\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update Account Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"AT-Endpoint-PfreiUye\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 241,\n            \"ruleName\": \"userupdateruledynamic\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"firstname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run Selected Technical rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Technical Rules\",\n                    \"object\": \"testtecheval\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 248,\n            \"ruleName\": \"campupdate1\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty1\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"1\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 249,\n            \"ruleName\": \"importowner\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"0\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Transfer Ownership\",\n                    \"operation\": \"0\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"Transfer Entitlement Ownership\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 252,\n            \"ruleName\": \"tech12111\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty1\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run All Provisioning rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 253,\n            \"ruleName\": \"rule_owner_test\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"statuskey\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"0\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"displayname\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"CONTAINS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test423\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Transfer Ownership\",\n                    \"operation\": \"0\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"\",\n                    \"object\": \"Replace Owner in Rule,Transfer Role Ownership,Transfer Entitlement Ownership,Replace User in Usergroup,Replace Owner in Service Accounts\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"username\": \"appadmin\",\n                    \"rank\": 1\n                }\n            ]\n        },\n        {\n            \"ruleId\": 256,\n            \"ruleName\": \"test123\",\n            \"ruleType\": 3,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is created from API Calls\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Change Password\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"ENDPOINT\",\n                    \"object\": \"ALL\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 260,\n            \"ruleName\": \"test567878\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from Import\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"username\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"test567878\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update User Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"CONNECTION\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 262,\n            \"ruleName\": \"Test_User_Update_Task\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty1\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update User Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"CONNECTION\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 263,\n            \"ruleName\": \"User Update Campaign Launch Test 1\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty5\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"LaunchCert\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Launch Certification\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Certification\",\n                    \"object\": \"{\\\"UMCONFIG_USERMGRATT_ATTR\\\":\\\"manager\\\",\\\"UMCONFIG_reassignuser\\\":\\\"\\\",\\\"assignedAccessQry\\\":\\\"\\\",\\\"UMCONFIG_NotifyCertifierEmail\\\":\\\"\\\",\\\"UMCONFIG_UPDATEUSERTABLE\\\":\\\"0\\\",\\\"fromRule\\\":\\\"1\\\",\\\"UMCONFIG_fourthremindertomanagerinterval\\\":\\\"\\\",\\\"userQryAsEntered\\\":\\\"\\\",\\\"startdate\\\":\\\"12-12-2023 16:56:54\\\",\\\"UMCONFIG_LOCKTASKS\\\":\\\"0\\\",\\\"UMCONFIG_USERMANAGER\\\":{\\\"INGNORESTEP1\\\":\\\"0\\\"},\\\"UMCONFIG_reassigncomplete\\\":\\\"\\\",\\\"entQry\\\":\\\"\\\",\\\"UMCONFIG_CREATEREVOKETASKFORUNRESPONDEDCERTIFICATIONITEMS\\\":\\\"0\\\",\\\"assignedAccess\\\":\\\"-1\\\",\\\"UMCONFIG_SHOWCONSULTFOROWNACCESS\\\":\\\"0\\\",\\\"accountQry\\\":\\\"\\\",\\\"userQry\\\":\\\"\\\",\\\"UMCONFIG_defaultCertifier\\\":\\\"34983\\\",\\\"UMCONFIG_complete\\\":\\\"\\\",\\\"launchType\\\":\\\"1\\\",\\\"endpointQuery\\\":null,\\\"UMCONFIG_ENABLE_ESIGNATURE_LOGIN\\\":\\\"0\\\",\\\"campaignType\\\":2,\\\"UMCONFIG_firstremindertomanagerinterval\\\":\\\"\\\",\\\"advoption\\\":\\\"\\\",\\\"UMCONFIG_secondremindertomanager\\\":\\\"\\\",\\\"accountType\\\":\\\"null\\\",\\\"itemsIncluded\\\":\\\"Account,Entitlement\\\",\\\"reassignUserQry\\\":\\\"\\\",\\\"UMCONFIG_ENABLE_ESIGNATURE\\\":\\\"0\\\",\\\"campaignOwner\\\":\\\"34983\\\",\\\"UMCONFIG_expirytemplate\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION.IGNORE.ACCOUNTS.MSG\\\":\\\"\\\",\\\"UMCONFIG_fifthremindertomanager\\\":\\\"\\\",\\\"campaign_defaultconfig\\\":\\\"undefined\\\",\\\"enddate\\\":\\\"12-27-2023 16:56:54\\\",\\\"roleQry\\\":\\\"\\\",\\\"daystoexpire\\\":\\\"15\\\",\\\"UMCONFIG_ATTESTATION.USERMANAGER.USERDOESNOTHAVEACCOUNT\\\":\\\"\\\",\\\"UMCONFIG_reassignusertemplate\\\":\\\"\\\",\\\"UMCONFIG_HIDEREASSIGN\\\":\\\"0\\\",\\\"UMCONFIG_expiry\\\":\\\"\\\",\\\"UMCONFIG_SHOWREASSIGNPOPUP\\\":\\\"0\\\",\\\"UMCONFIG_ALLOWSELFCERTIFICATION\\\":\\\"0\\\",\\\"UMCONFIG_discontinue\\\":\\\"\\\",\\\"SHOWTERMINATEDOPTIONSTEP1\\\":\\\"0\\\",\\\"UMCONFIG_REASSIGNCERTIFICATION\\\":\\\"0\\\",\\\"UMCONFIG_create\\\":\\\"\\\",\\\"UMCONFIG_revokeTaskEmailConfigurationUM\\\":\\\"\\\",\\\"UMCONFIG_USERMANAGER.INGNORESTEP1\\\":\\\"0\\\",\\\"UMCONFIG_ExtendEndDateDaysLimit\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION\\\":{\\\"USERMANAGER.USERDOESNOTHAVEACCOUNT\\\":\\\"\\\",\\\"USERMANAGER\\\":{\\\"USERDOESNOTHAVEACCOUNT\\\":\\\"\\\"},\\\"IGNORE.ACCOUNTS.MSG\\\":\\\"\\\",\\\"IGNORE\\\":{\\\"ACCOUNTS.MSG\\\":\\\"\\\",\\\"ACCOUNTS\\\":{\\\"MSG\\\":\\\"\\\"}}},\\\"UMCONFIG_ConditionallyCertifyInDaysLimit\\\":\\\"\\\",\\\"UMCONFIG_discontinuetemplate\\\":\\\"\\\",\\\"UMCONFIG_reassigntemplate\\\":\\\"\\\",\\\"UMCONFIG_firstremindertomanager\\\":\\\"\\\",\\\"isCampaignOwnerUserGroup\\\":false,\\\"endpointids\\\":\\\"0\\\",\\\"campaign_name\\\":\\\"User Update Campaign Launch Test 1\\\",\\\"defaultadvconfig\\\":\\\"undefined\\\",\\\"UMCONFIG_CREATEREVOKEBASEACCOUNTTASK\\\":\\\"0\\\",\\\"campaignowner\\\":\\\"34983\\\",\\\"UMCONFIG_completetemplate\\\":\\\"\\\",\\\"UMCONFIG_reassigncompletetemplate\\\":\\\"\\\",\\\"campaignDescription\\\":\\\"\\\",\\\"ruleName\\\":\\\"User Update Campaign Launch Test 1\\\",\\\"UMCONFIG_previewtemplate\\\":\\\"\\\",\\\"UMCONFIG_CREATETASKFORCERTIFIEDONEXPIRY\\\":\\\"0\\\",\\\"UMCONFIG_createtemplate\\\":\\\"\\\",\\\"orgQuery\\\":\\\"\\\",\\\"UMCONFIG_ENDUSERMANAGER\\\":\\\"0\\\",\\\"UMCONFIG_step1status\\\":\\\"0\\\",\\\"UMCONFIG_thirdremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_fourthremindertomanager\\\":\\\"\\\",\\\"UMCONFIG_thirdremindertomanager\\\":\\\"\\\",\\\"schedulelater\\\":\\\"\\\",\\\"accountQryAsEntered\\\":\\\"\\\",\\\"UMCONFIG_fifthremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_HIDEREASSIGNFORCERT\\\":\\\"0\\\",\\\"UMCONFIG_LOCKTASKEXPIRE\\\":\\\"0\\\",\\\"createuser\\\":\\\"SaviyntSupportAgent1\\\",\\\"UMCONFIG_reassign\\\":\\\"\\\",\\\"UMCONFIG_secondremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_ruleName\\\":\\\"User Update Campaign Launch Test 1\\\",\\\"employeeType\\\":\\\"\\\",\\\"UMCONFIG_NOOFLOGINRETRIES\\\":\\\"\\\",\\\"UMCONFIG_preview\\\":\\\"\\\",\\\"UMCONFIG_CONDITIONALCERTIFY\\\":\\\"0\\\",\\\"editemailtemplate\\\":\\\"\\\"}\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 264,\n            \"ruleName\": \"User Update Campaign Launch Test 2\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty5\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"LaunchCert\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Launch Certification\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Certification\",\n                    \"object\": \"{\\\"UMCONFIG_USERMGRATT_ATTR\\\":\\\"manager\\\",\\\"UMCONFIG_reassignuser\\\":\\\"\\\",\\\"assignedAccessQry\\\":\\\"\\\",\\\"UMCONFIG_NotifyCertifierEmail\\\":\\\"\\\",\\\"UMCONFIG_UPDATEUSERTABLE\\\":\\\"0\\\",\\\"fromRule\\\":\\\"1\\\",\\\"UMCONFIG_fourthremindertomanagerinterval\\\":\\\"\\\",\\\"userQryAsEntered\\\":\\\"\\\",\\\"startdate\\\":\\\"12-12-2023 16:59:05\\\",\\\"UMCONFIG_LOCKTASKS\\\":\\\"0\\\",\\\"UMCONFIG_USERMANAGER\\\":{\\\"INGNORESTEP1\\\":\\\"0\\\"},\\\"UMCONFIG_reassigncomplete\\\":\\\"\\\",\\\"entQry\\\":\\\"\\\",\\\"UMCONFIG_CREATEREVOKETASKFORUNRESPONDEDCERTIFICATIONITEMS\\\":\\\"0\\\",\\\"assignedAccess\\\":\\\"-1\\\",\\\"UMCONFIG_SHOWCONSULTFOROWNACCESS\\\":\\\"0\\\",\\\"accountQry\\\":\\\"\\\",\\\"userQry\\\":\\\"\\\",\\\"UMCONFIG_defaultCertifier\\\":\\\"34983\\\",\\\"UMCONFIG_complete\\\":\\\"\\\",\\\"launchType\\\":\\\"1\\\",\\\"endpointQuery\\\":null,\\\"UMCONFIG_ENABLE_ESIGNATURE_LOGIN\\\":\\\"0\\\",\\\"campaignType\\\":2,\\\"UMCONFIG_firstremindertomanagerinterval\\\":\\\"\\\",\\\"advoption\\\":\\\"\\\",\\\"UMCONFIG_secondremindertomanager\\\":\\\"\\\",\\\"accountType\\\":\\\"null\\\",\\\"itemsIncluded\\\":\\\"Enterprise Role,Application Role\\\",\\\"reassignUserQry\\\":\\\"\\\",\\\"UMCONFIG_ENABLE_ESIGNATURE\\\":\\\"0\\\",\\\"campaignOwner\\\":\\\"34983\\\",\\\"UMCONFIG_expirytemplate\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION.IGNORE.ACCOUNTS.MSG\\\":\\\"\\\",\\\"UMCONFIG_fifthremindertomanager\\\":\\\"\\\",\\\"campaign_defaultconfig\\\":\\\"undefined\\\",\\\"enddate\\\":\\\"12-27-2023 16:59:05\\\",\\\"roleQry\\\":\\\"\\\",\\\"daystoexpire\\\":\\\"15\\\",\\\"UMCONFIG_ATTESTATION.USERMANAGER.USERDOESNOTHAVEACCOUNT\\\":\\\"\\\",\\\"UMCONFIG_reassignusertemplate\\\":\\\"\\\",\\\"UMCONFIG_HIDEREASSIGN\\\":\\\"0\\\",\\\"UMCONFIG_expiry\\\":\\\"\\\",\\\"UMCONFIG_SHOWREASSIGNPOPUP\\\":\\\"0\\\",\\\"UMCONFIG_ALLOWSELFCERTIFICATION\\\":\\\"0\\\",\\\"UMCONFIG_discontinue\\\":\\\"\\\",\\\"SHOWTERMINATEDOPTIONSTEP1\\\":\\\"0\\\",\\\"UMCONFIG_REASSIGNCERTIFICATION\\\":\\\"0\\\",\\\"UMCONFIG_create\\\":\\\"\\\",\\\"UMCONFIG_revokeTaskEmailConfigurationUM\\\":\\\"\\\",\\\"UMCONFIG_USERMANAGER.INGNORESTEP1\\\":\\\"0\\\",\\\"UMCONFIG_ExtendEndDateDaysLimit\\\":\\\"\\\",\\\"UMCONFIG_ATTESTATION\\\":{\\\"USERMANAGER.USERDOESNOTHAVEACCOUNT\\\":\\\"\\\",\\\"USERMANAGER\\\":{\\\"USERDOESNOTHAVEACCOUNT\\\":\\\"\\\"},\\\"IGNORE.ACCOUNTS.MSG\\\":\\\"\\\",\\\"IGNORE\\\":{\\\"ACCOUNTS.MSG\\\":\\\"\\\",\\\"ACCOUNTS\\\":{\\\"MSG\\\":\\\"\\\"}}},\\\"UMCONFIG_ConditionallyCertifyInDaysLimit\\\":\\\"\\\",\\\"UMCONFIG_discontinuetemplate\\\":\\\"\\\",\\\"UMCONFIG_reassigntemplate\\\":\\\"\\\",\\\"UMCONFIG_firstremindertomanager\\\":\\\"\\\",\\\"isCampaignOwnerUserGroup\\\":false,\\\"endpointids\\\":\\\"0\\\",\\\"campaign_name\\\":\\\"User Update Campaign Launch Test 2\\\",\\\"defaultadvconfig\\\":\\\"undefined\\\",\\\"UMCONFIG_CREATEREVOKEBASEACCOUNTTASK\\\":\\\"0\\\",\\\"campaignowner\\\":\\\"34983\\\",\\\"UMCONFIG_completetemplate\\\":\\\"\\\",\\\"UMCONFIG_reassigncompletetemplate\\\":\\\"\\\",\\\"campaignDescription\\\":\\\"\\\",\\\"ruleName\\\":\\\"User Update Campaign Launch Test 1\\\",\\\"UMCONFIG_previewtemplate\\\":\\\"\\\",\\\"UMCONFIG_CREATETASKFORCERTIFIEDONEXPIRY\\\":\\\"0\\\",\\\"UMCONFIG_createtemplate\\\":\\\"\\\",\\\"orgQuery\\\":\\\"\\\",\\\"UMCONFIG_ENDUSERMANAGER\\\":\\\"0\\\",\\\"UMCONFIG_step1status\\\":\\\"0\\\",\\\"UMCONFIG_thirdremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_fourthremindertomanager\\\":\\\"\\\",\\\"UMCONFIG_thirdremindertomanager\\\":\\\"\\\",\\\"schedulelater\\\":\\\"\\\",\\\"accountQryAsEntered\\\":\\\"\\\",\\\"UMCONFIG_fifthremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_HIDEREASSIGNFORCERT\\\":\\\"0\\\",\\\"UMCONFIG_LOCKTASKEXPIRE\\\":\\\"0\\\",\\\"createuser\\\":\\\"SaviyntSupportAgent1\\\",\\\"UMCONFIG_reassign\\\":\\\"\\\",\\\"UMCONFIG_secondremindertomanagerinterval\\\":\\\"\\\",\\\"UMCONFIG_ruleName\\\":\\\"User Update Campaign Launch Test 1\\\",\\\"employeeType\\\":\\\"\\\",\\\"UMCONFIG_NOOFLOGINRETRIES\\\":\\\"\\\",\\\"UMCONFIG_preview\\\":\\\"\\\",\\\"UMCONFIG_CONDITIONALCERTIFY\\\":\\\"0\\\",\\\"editemailtemplate\\\":\\\"\\\"}\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 267,\n            \"ruleName\": \"test_email\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty19\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"AND\"\n                },\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty19\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"createaccount\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run Selected Technical rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Technical Rules\",\n                    \"object\": \"TTest_email\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 270,\n            \"ruleName\": \"SS-UserUpdateRule\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"SS-UserUpdateRule\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"mynewcity\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Re-run Selected Technical rules\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Technical Rules\",\n                    \"object\": \"SS-TechnicalTest1\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 272,\n            \"ruleName\": \"testemail\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"testemail\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"customproperty4\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Notify As An Email\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"Email Template\",\n                    \"object\": \"testmail\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 273,\n            \"ruleName\": \"sourceid-check-uur\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"EQUALS\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"xyz\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update User Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"CONNECTION\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 276,\n            \"ruleName\": \"workday_user_update\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"city\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"STARTS WITH\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"blr123\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update User Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"CONNECTION\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        },\n        {\n            \"ruleId\": 277,\n            \"ruleName\": \"AD_updateA\",\n            \"ruleType\": 2,\n            \"ruleDescription\": \"\",\n            \"invokeByDetective\": \"false\",\n            \"triggerEvent\": \"Trigger when user is updated from UI\",\n            \"status\": \"INACTIVE\",\n            \"conditions\": [\n                {\n                    \"conditionType\": \"Basic\",\n                    \"closeBracket\": \"\",\n                    \"attribute\": \"jobCode\",\n                    \"openBracket\": \"\",\n                    \"condition\": \"is updated\",\n                    \"object\": \"Users\",\n                    \"objectValue\": \"\",\n                    \"nextCondition\": \"\"\n                }\n            ],\n            \"actions\": [\n                {\n                    \"organization\": \"\",\n                    \"action\": \"Create Update User Task\",\n                    \"operation\": \"\",\n                    \"executeOn\": \"\",\n                    \"objectType\": \"CONNECTION\",\n                    \"object\": \"\"\n                }\n            ],\n            \"owners\": []\n        }\n    ],\n    \"page\": {\n        \"limit\": 100,\n        \"count\": 100,\n        \"total\": 204\n    }\n}"}],"_postman_id":"e1c9ceb9-7667-4b4d-9522-d874da7110a1"},{"name":"Create User Update Rules","id":"b163c814-4def-4170-adb4-500f754b0b11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ruleId\": 895,\r\n    \"ruleName\": \"apr18\",\r\n    \"ruleType\": 2,\r\n    \"ruleDescription\": \"yash_new_rule_10th\",\r\n    \"invokeByDetective\": \"false\",\r\n    \"triggerEvent\": \"Trigger when user is updated from UI\",\r\n    \"status\": \"ACTIVE\",\r\n    \"conditions\": [\r\n        {\r\n            \"conditionType\": \"Basic\",\r\n            \"closeBracket\": \"\",\r\n            \"attribute\": \"city\",\r\n            \"openBracket\": \"\",\r\n            \"condition\": \"is updated\",\r\n            \"object\": \"Users\",\r\n            \"objectValue\": \"\",\r\n            \"nextCondition\": \"\"\r\n        }\r\n    ],\r\n    \"actions\": [\r\n        {\r\n            \"organization\": \"\",\r\n            \"action\": \"Deprovision Role\",\r\n            \"operation\": \"ENTERPRISE\",\r\n            \"executeOn\": \"\",\r\n            \"objectType\": \"ROLE\",\r\n            \"object\": \"yash_role10th\"\r\n        }\r\n    ],\r\n    \"owners\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/rules/userUpdate","description":"<p>Starting with Release v24.5, you can use this REST API to create new user update rules to automate user provisioning.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Mandatory parameters:</strong></p>\n<ul>\n<li><code>ruleName</code></li>\n<li><code>invokeBydetective</code></li>\n<li><code>conditions</code></li>\n<li><code>actions</code></li>\n</ul>\n<p><strong>Optional parameters:</strong></p>\n<ul>\n<li><code>ruleDescription</code></li>\n<li><code>status</code></li>\n<li><code>owners</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","rules","userUpdate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3d6bcd3c-380c-4310-a1a4-489c18c352df","name":"Creating User Update Rules","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ruleId\": 895,\r\n    \"ruleName\": \"apr18\",\r\n    \"ruleType\": 2,\r\n    \"ruleDescription\": \"yash_new_rule_10th\",\r\n    \"invokeByDetective\": \"false\",\r\n    \"triggerEvent\": \"Trigger when user is updated from UI\",\r\n    \"status\": \"ACTIVE\",\r\n    \"conditions\": [\r\n        {\r\n            \"conditionType\": \"Basic\",\r\n            \"closeBracket\": \"\",\r\n            \"attribute\": \"city\",\r\n            \"openBracket\": \"\",\r\n            \"condition\": \"is updated\",\r\n            \"object\": \"Users\",\r\n            \"objectValue\": \"\",\r\n            \"nextCondition\": \"\"\r\n        }\r\n    ],\r\n    \"actions\": [\r\n        {\r\n            \"organization\": \"\",\r\n            \"action\": \"Deprovision Role\",\r\n            \"operation\": \"ENTERPRISE\",\r\n            \"executeOn\": \"\",\r\n            \"objectType\": \"ROLE\",\r\n            \"object\": \"yash_role10th\"\r\n        }\r\n    ],\r\n    \"owners\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/rules/userUpdate"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Apr 2024 13:47:04 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=43e7b793-a32e-4ea7-a98d-ec6cb696ea11; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Rule Inserted Successfully\"\n}"}],"_postman_id":"b163c814-4def-4170-adb4-500f754b0b11"},{"name":"Update User Update Rules","id":"b094125a-c598-4b58-9c4b-4c51323e66bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ruleId\": 895,\r\n    \"ruleName\": \"apr18\",\r\n    \"ruleType\": 2,\r\n    \"ruleDescription\": \"This rule is updated\",\r\n    \"invokeByDetective\": \"false\",\r\n    \"triggerEvent\": \"Trigger when user is updated from UI\",\r\n    \"status\": \"ACTIVE\",\r\n    \"conditions\": [\r\n        {\r\n            \"conditionType\": \"Basic\",\r\n            \"closeBracket\": \"\",\r\n            \"attribute\": \"city\",\r\n            \"openBracket\": \"\",\r\n            \"condition\": \"is updated\",\r\n            \"object\": \"Users\",\r\n            \"objectValue\": \"\",\r\n            \"nextCondition\": \"\"\r\n        }\r\n    ],\r\n    \"actions\": [\r\n        {\r\n            \"organization\": \"\",\r\n            \"action\": \"Deprovision Role\",\r\n            \"operation\": \"ENTERPRISE\",\r\n            \"executeOn\": \"\",\r\n            \"objectType\": \"ROLE\",\r\n            \"object\": \"yash_role10th\"\r\n        }\r\n    ],\r\n    \"owners\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/rules/userUpdate","description":"<p>Starting with Release v24.5, you can use the REST API to update the existing user update rules such as modifying the rule criteria or actions as the organizational needs evolve.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p><strong>Mandatory parameters:</strong></p>\n<ul>\n<li><code>ruleName</code></li>\n<li><code>invokeyBydetective</code></li>\n<li><code>conditions</code></li>\n<li><code>actions</code></li>\n</ul>\n<p><strong>Optional parameters:</strong></p>\n<ul>\n<li><code>ruleDescription</code></li>\n<li><code>status</code></li>\n<li><code>organization</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"path":["ECM","{{path}}","rules","userUpdate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f697cfe1-c357-4b51-aded-c69f3b0d065b","name":"Update User Update Rules","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ruleId\": 895,\r\n    \"ruleName\": \"apr18\",\r\n    \"ruleType\": 2,\r\n    \"ruleDescription\": \"This rule is updated\",\r\n    \"invokeByDetective\": \"false\",\r\n    \"triggerEvent\": \"Trigger when user is updated from UI\",\r\n    \"status\": \"ACTIVE\",\r\n    \"conditions\": [\r\n        {\r\n            \"conditionType\": \"Basic\",\r\n            \"closeBracket\": \"\",\r\n            \"attribute\": \"city\",\r\n            \"openBracket\": \"\",\r\n            \"condition\": \"is updated\",\r\n            \"object\": \"Users\",\r\n            \"objectValue\": \"\",\r\n            \"nextCondition\": \"\"\r\n        }\r\n    ],\r\n    \"actions\": [\r\n        {\r\n            \"organization\": \"\",\r\n            \"action\": \"Deprovision Role\",\r\n            \"operation\": \"ENTERPRISE\",\r\n            \"executeOn\": \"\",\r\n            \"objectType\": \"ROLE\",\r\n            \"object\": \"yash_role10th\"\r\n        }\r\n    ],\r\n    \"owners\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/rules/userUpdate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Apr 2024 16:34:53 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8c617c89-6359-4d1b-966a-2e0f661839b7; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Rule Updated Successfully\"\n}"}],"_postman_id":"b094125a-c598-4b58-9c4b-4c51323e66bd"},{"name":"Delete User Update Rules","id":"1fdc5298-1114-4834-bde1-76b1fb5bd62c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"","description":"<p>Starting with Release v24.5, you can use the REST API to delete inactive user update rules from the target system by specifying the <code>ruleId</code> parameter.</p>\n<p><strong>Note:</strong></p>\n<p>You cannot delete user update rules if:</p>\n<ul>\n<li><p>The Rule is active.</p>\n</li>\n<li><p>The ID does not exist.</p>\n</li>\n<li><p>The user initiating the deletion process is not assigned the ROLE_ADMIN SAV role.</p>\n</li>\n</ul>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory param:</p>\n<p><code>ruleId</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[{"id":"48b36f37-ed50-4544-8898-00701c37f27b","name":"Delete User Update Rules","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{url}}/ECM/{{path}}/rules/userupdate?id=395","host":["{{url}}"],"path":["ECM","{{path}}","rules","userupdate"],"query":[{"key":"id","value":"395"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Apr 2024 16:48:31 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"base-uri 'self' ; style-src 'self'  https://fonts.googleapis.com 'unsafe-inline'; script-src 'self'  https://ssl.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval'; object-src 'self' ; media-src 'self' ; manifest-src 'self' ;  img-src 'self' https://ssl.google-analytics.com blob: ; frame-src 'self' https://www.google.com/ ; connect-src 'self' ; font-src 'self' https://fonts.googleapis.com https://www.google.com https://www.unpkg.com https://fonts.gstatic.com ; form-action 'self'; frame-ancestors 'self'; default-src 'self'"},{"key":"Permissions-Policy","value":"script-src 'self'; camera 'none'"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"https://myorg.saviyntcloud.com"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=37805241-a239-4edb-81c9-9ca26d421743; HttpOnly; Secure; SameSite=Strict; Path=/;"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Rule deleted Successfully\",\n    \"status\": 200\n}"}],"_postman_id":"1fdc5298-1114-4834-bde1-76b1fb5bd62c"}],"id":"85b9dca6-5668-469c-82c2-3dc78a958336","_postman_id":"85b9dca6-5668-469c-82c2-3dc78a958336","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}}],"id":"6bc1c21b-915f-4533-84f0-c40cf0db1a1e","_postman_id":"6bc1c21b-915f-4533-84f0-c40cf0db1a1e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","id":"5e8256fd-c8a2-4f60-b020-bf4ca81821df","name":"Saviynt Enterprise Identity Cloud API Reference v24.9 Early Access","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e9a2e57c-86c0-4871-9d78-85cf57e844ca"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"288e0206-682e-4428-bc5c-fece2099e216"}}]}